Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/howto/ConfigFile


Ignore:
Timestamp:
Apr 12, 2017, 11:45:01 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • code/howto/ConfigFile

    v2 v3  
    11= HowTo: Config-File =
    2 [[TracNav(TracNav/TOC_Development)]]
    32[[TOC]]
    43
     
    2827}}}
    2928
    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.
     29Every 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.
    3130
    3231== Modifying a value in the config-file ==
     
    4241}}}
    4342
    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].
     43If 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].
    4544
    4645== Modifying a value in the Shell ==
    47 To change a value wihtout leaving Orxonox, open the [wiki:Shell] and type:
     46To change a value wihtout leaving Orxonox, open the [wiki:doc/Shell] and type:
    4847{{{
    4948config Sectionname varname newvalue