-
Notifications
You must be signed in to change notification settings - Fork 0
/
fsgame.ltx
19 lines (19 loc) · 1.04 KB
/
fsgame.ltx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$app_data_root$ = true| false| $fs_root$| _appdata_\
$game_data$ = false| true| $fs_root$| gamedata\
$game_ai$ = true| false| $game_data$| ai\
$game_spawn$ = true| false| $game_data$| spawns\
$game_anims$ = true| true| $game_data$| anims\
$game_levels$ = true| false| $game_data$| levels\
$game_meshes$ = true| true| $game_data$| meshes\
$game_dm$ = true| true| $game_data$| meshes\
$game_shaders$ = true| true| $game_data$| shaders\
$game_sounds$ = true| true| $game_data$| sounds\
$game_textures$ = true| true| $game_data$| textures\
$game_scripts$ = true| false| $game_data$| scripts\
$game_config$ = true| false| $game_data$| config\
$level$ = false| false| $game_levels$
$game_saves$ = true| false| $app_data_root$| savedgames\
$logs$ = true| false| $app_data_root$| logs\
$screenshots$ = true| false| $app_data_root$| screenshots\
$downloads$ = false| false| $app_data_root$| downloads\
$mod_dir$ = false | false | $fs_root$ | mods\