User Tools

Site Tools


game_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
game_configuration [2017/09/01 08:54] justingame_configuration [2017/11/29 08:13] (current) justin
Line 21: Line 21:
 [[#dialogue|Dialogue]]\\ [[#dialogue|Dialogue]]\\
 [[#localization|Localization]] [[#localization|Localization]]
 +[[#experimental|Experimental]]
 </WRAP> </WRAP>
 <WRAP column> <WRAP column>
Line 34: Line 35:
 |Game Title|The title of the game that will be displayed on the game's [[Main Menu]]. This is also used for the application/executable name.|Untitled Game| |Game Title|The title of the game that will be displayed on the game's [[Main Menu]]. This is also used for the application/executable name.|Untitled Game|
 |Startup Script|The script that will be executed when the player starts a new game from the [[Main Menu]] (or as soon as the game is launched if the [[Main Menu]] is not enabled). This script would typically be used to load the first map of your game.|(None)| |Startup Script|The script that will be executed when the player starts a new game from the [[Main Menu]] (or as soon as the game is launched if the [[Main Menu]] is not enabled). This script would typically be used to load the first map of your game.|(None)|
-|Player Character|The default player character to use for your game. This character will be used for the player model unless it is overridden by the "Player Override" map property.|(None)|+|Player Character|The default [[player character]] to use for your game. This character will be used for the player model unless it is overridden by the "Player Override" map property.|(None)|
 |Camera Type|The default camera type to use for your game. This camera type will be used for every map unless it is overridden by the "Camera Override" map property. See [[Camera Types]] for more information.|Standard| |Camera Type|The default camera type to use for your game. This camera type will be used for every map unless it is overridden by the "Camera Override" map property. See [[Camera Types]] for more information.|Standard|
-|Developer Console|The developer console allows you to run scripts in-game for testing and debugging scenarios. When enabled, you can press the tilde key (~) to bring up the console.|On| +|Terrain Follow|Determines how the vertical position of the player character is calculated as they walk across tiles. See [[Terrain Following]] for more information.|Smooth (Curve)| 
-|Fullscreen|This determines whether the game defaults to fullscreen mode when first launched. The player can switch between fullscreen and windowed at any point from the [[Options Menu]].|Off|+|Developer Console|The [[developer console]] allows you to run scripts in-game for testing and debugging scenarios. When enabled, you can press the tilde key (~) to bring up the console.|On| 
 +|Fullscreen|Determines whether the game defaults to fullscreen mode when first launched. The player can switch between fullscreen and windowed at any point from the [[Options Menu]].|Off|
 |Save Game|Enabled/disables save game functionality. This feature is currently experimental and in the very early stages of development (i.e. not recommended at this time).|Off| |Save Game|Enabled/disables save game functionality. This feature is currently experimental and in the very early stages of development (i.e. not recommended at this time).|Off|
  
Line 93: Line 95:
 ^Setting^Description^Default^ ^Setting^Description^Default^
 |Fallback Language|If your game supports multiple translations, this language is used if a particular message translation does not exist for the current language. The value for this setting should be a valid locale code (or blank if your game is not localized). See [[Localization]] for more information.|(None)| |Fallback Language|If your game supports multiple translations, this language is used if a particular message translation does not exist for the current language. The value for this setting should be a valid locale code (or blank if your game is not localized). See [[Localization]] for more information.|(None)|
 +
 +=====Experimental=====
 +
 +This section of the Game Configuration is for settings that are currently considered experimental and are in the early stages of implemenation. The functionality behind these is still a work in progress and subject to change.
 +
 +^Setting^Description^Default^
 +|Roguelike Mode|When enabled, your game will behave as a roguelike. See [[roguelike|Roguelike Mode]] for more information.|Off|
 +|Fog of War|When enabled, unexplored areas of maps will not be visible initially. See [[Fog of War]] for more information.|Off|
  
 ~~NOTOC~~ ~~NOTOC~~
game_configuration.1504281289.txt.gz · Last modified: 2017/09/01 08:54 by justin