Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Nick« (14. August 2015, 20:23)
Benutzerinformationen überspringen
Wohnort: Mal hier mal da
Beruf: osu! counterclockwise-spinner Heliux-verehrer
Ingame-Name: relas.'
Clan: WoL Renommeemodifikator: 9999
Renommeemodifikator: 10
mach win10 auf dein mac :D
Benutzerinformationen überspringen
Wohnort: Mal hier mal da
Beruf: osu! counterclockwise-spinner Heliux-verehrer
Ingame-Name: relas.'
Clan: WoL Renommeemodifikator: 9999
Renommeemodifikator: 10
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
#### # This specifies where and in which order Teeworlds looks # for its data (sounds, skins, ...). The search goes top # down which means the first path has the highest priority. # Furthermore the top entry also defines the save path where # all data (settings.cfg, screenshots, ...) are stored. # There are 3 special paths available: # $USERDIR # - ~/.appname on UNIX based systems # - ~/Library/Applications Support/appname on Mac OS X # - %APPDATA%/Appname on Windows based systems # $DATADIR # - the 'data' directory which is part of an official # release # $CURRENTDIR # - current working directory # # # The default file has the following entries: # add_path $USERDIR # add_path $DATADIR # add_path $CURRENTDIR # # A customised one could look like this: # add_path user # add_path mods/mymod #### add_path $USERDIR add_path $DATADIR add_path $CURRENTDIR |