Skip to content

Commit

Permalink
Added Steam COP fsgame.ltx
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Xottab-DUTY committed Sep 10, 2018
1 parent 800a9a0 commit b77d0a1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions res/fsgame.ltx
Original file line number Diff line number Diff line change
@@ -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$

0 comments on commit b77d0a1

Please sign in to comment.