Setup for Success


This is the first post for Scavenger showcasing the earliest build we have. Scavenger is being developed from scratch without using any existing Game engines so the first things on our plates as developers is basic things like displaying models and textures and simple Input handling.

For this first build, we've integrated the FBX SDK in, allowing us to load model data from FBX files and with some custom code to load Texture data from DDS files we have a robot that shows up on the screen. We also have some rudimentary input handling using Xinput that lets us use the Left Analog stick's horizontal axis to move the camera horizontally and the Right analog stick's vertical axis to move the camera vertically. This input configuration's not going to stick around for long but it was something to help test with.

In the coming weeks, we'll outline our progress with newer builds in other blog posts as we slowly lay the foundation for our game.

Team Three Was Taken