-
Notifications
You must be signed in to change notification settings - Fork 7
The Demo
When you first install the pack you should go to the Start menu and run the TGB Adventure Kit Demo (OSX & Linux users you need to run the executable with the command line -game adventureKit -notools). This is a short and simple sample game that shows how putting together just a few elements of the kit can generate some great looking content. It has the basic features you would expect in your game from the menu screens to level transitions to the AI. This is also the basis for the project template that you can use to create your own projects.
The demo supports keyboard controls as well as gamepads like the ones available for the XBox and XBox360.
Keyboard | |
---|---|
Input | Description |
W/A/S/D or Up/Left/Down/Right | Run North, West, South, and East |
Space | Jump |
Apostrophe | Strafe Modifier |
Enter | Shoot |
Xbox or Xbox360 Gamepad | |
---|---|
Input | Description |
Left Thumbstick | Run North, West, South, and East |
Button 1 | Jump |
Triggers | Strafe Modifier |
Button 2 | Shoot |
You can always use the options dialog to remap controls as needed.
You'll also find these console commands handy...
Command | Description |
---|---|
god | Makes you invincible. |
ghost | Lets you walk thru walls. |
respawn | Kills you and respawns you. |
loadLevel | Loads the named level file. |
You can read more about the utility console commands over here.
Back to the Adventure Kit Homepage.