From b77d0a14de47671ad90e7f51f21fb3901ce26dfb Mon Sep 17 00:00:00 2001 From: Xottab-DUTY Date: Sun, 9 Sep 2018 22:35:46 +0500 Subject: [PATCH] Added Steam COP fsgame.ltx It has long been clear that it is necessary to change the original appdata folder. So I'll just use original file from Steam version of the Game. --- res/fsgame.ltx | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 res/fsgame.ltx diff --git a/res/fsgame.ltx b/res/fsgame.ltx new file mode 100644 index 00000000000..4082c5030bd --- /dev/null +++ b/res/fsgame.ltx @@ -0,0 +1,28 @@ +;abbreviation = recurs|notif| root| add| ext| description +$app_data_root$ = true| false| $fs_root$| _appdata_\ +$arch_dir$ = false| false| $fs_root$ +$game_arch_mp$ = false| false| $fs_root$| mp\ +$arch_dir_levels$ = false| false| $fs_root$| levels\ +$arch_dir_resources$ = false| false| $fs_root$| resources\ +$arch_dir_localization$ = false| false| $fs_root$| localization\ +$arch_dir_patches$ = false| true| $fs_root$| patches\ +$game_data$ = false| true| $fs_root$| gamedata\ +$game_ai$ = true| false| $game_data$| ai\ +$game_spawn$ = true| false| $game_data$| spawns\ +$game_levels$ = true| false| $game_data$| levels\ +$game_meshes$ = true| true| $game_data$| meshes\| *.ogf;*.omf| Game Object files +$game_anims$ = true| true| $game_data$| anims\| *.anm;*.anms| Animation files +$game_dm$ = true| true| $game_data$| meshes\| *.dm| Detail Model files +$game_shaders$ = true| true| $game_data$| shaders\ +$game_sounds$ = true| true| $game_data$| sounds\ +$game_textures$ = true| true| $game_data$| textures\ +$game_config$ = true| false| $game_data$| configs\ +$game_weathers$ = true| false| $game_config$| environment\weathers +$game_weather_effects$ = true| false| $game_config$| environment\weather_effects +$textures$ = true| true| $game_data$| textures\ +$level$ = false| false| $game_levels$ +$game_scripts$ = true| false| $game_data$| scripts\| *.script| Game script files +$logs$ = true| false| $app_data_root$| logs\ +$screenshots$ = true| false| $app_data_root$| screenshots\ +$game_saves$ = true| false| $app_data_root$| savedgames\ +$downloads$ = false| false| $app_data_root$ \ No newline at end of file