Changes between Version 2 and Version 3 of code/howto/ConfigFile
- Timestamp:
- Apr 12, 2017, 11:45:01 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/howto/ConfigFile
v2 v3 1 1 = HowTo: Config-File = 2 [[TracNav(TracNav/TOC_Development)]]3 2 [[TOC]] 4 3 … … 28 27 }}} 29 28 30 Every variable refers to a variable within Orxonox. See [wiki: ConfigValueIncludes] and [wiki:howto/ConfigValue] for more information about how to create and use those values.29 Every variable refers to a variable within Orxonox. See [wiki:doc/ConfigValueIncludes] and [wiki:howto/ConfigValue] for more information about how to create and use those values. 31 30 32 31 == Modifying a value in the config-file == … … 42 41 }}} 43 42 44 If you restart Orxonox, the new value will be assigned to all instances of "Sectionname". If you don't want to restart Orxonox, call '''reloadConfig''' in the [wiki: Shell].43 If you restart Orxonox, the new value will be assigned to all instances of "Sectionname". If you don't want to restart Orxonox, call '''reloadConfig''' in the [wiki:doc/Shell]. 45 44 46 45 == Modifying a value in the Shell == 47 To change a value wihtout leaving Orxonox, open the [wiki: Shell] and type:46 To change a value wihtout leaving Orxonox, open the [wiki:doc/Shell] and type: 48 47 {{{ 49 48 config Sectionname varname newvalue