Misc. info updates.

This commit is contained in:
Steve 2016-03-28 18:26:20 +01:00
parent c288fce12f
commit c98acc9ef6
2 changed files with 10 additions and 2 deletions

View File

@ -2,6 +2,8 @@ Changelog
0.6
* New Campaign missions
* Added new fighters: Razor and Shale, part of the unstable Nation of Tzac
* Added control remapping
* New game mode: Challenges
* Added i18n support

View File

@ -1,10 +1,10 @@
# DEVELOPMENT / DEBUG Stuff
You can run the game with
You can run the game with:
`./tbftss -debug`
to access some (rather crude) debugging and development stuff, activated by pressing certain keys on the keyboard. Press the following keys to toggle the states (see the console for output). Note to porters - you shouldn't distribute the game in this state (either as a hard compile or run script), as it could result in unexpected behaviour.
to access some (rather crude) debugging and development stuff, activated by pressing certain keys on the keyboard. Press the following keys to toggle the states (see the console for output). Note to packagers - you shouldn't distribute the game in this state (either as a hard compile or run script), as it could result in unexpected behaviour.
* [1] - Make the player immortal
* [2] - Unlimited missiles
@ -15,3 +15,9 @@ to access some (rather crude) debugging and development stuff, activated by pres
* [9] - Show the current frames per second
* [0] - Take a screenshot once per second, saving to /tmp/tbftss on Linux.
By default, the game will output WARN level messages, or greater. To see INFO level messages, you can use:
`./tbftss -info`
Note that using `-debug` will automatically output DEBUG level messages.