Skip to content

Commit

Permalink
Added mods_order.txt with all possible components
Browse files Browse the repository at this point in the history
(foolproof for both installer and zip release)

Changed the installer to not overwrite the existing mods_order.txt.
  • Loading branch information
NovaRain committed Mar 5, 2024
1 parent bc9cc32 commit 3281624
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ release/ddraw.ini
release/sfall-mods.ini
release/translations/

release/mods/
release/mods/*
!release/mods/elevators.ini
!release/mods/f2_res.dat
!release/mods/rpu.ini
!release/mods/upu.ini
!release/mods/mods_order.txt

extra/bin/*
!extra/bin/dat2.exe
Expand Down
3 changes: 2 additions & 1 deletion extra/inno/inno.iss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ UsePreviousAppDir=no
AlwaysShowDirOnReadyPage=yes

[Files]
Source: "release\*.*"; DestDir: "{app}"; Components: core; Flags: ignoreversion recursesubdirs overwritereadonly
Source: "release\*.*"; Excludes: "\mods\mods_order.txt"; DestDir: "{app}"; Components: core; Flags: ignoreversion recursesubdirs overwritereadonly
Source: "release\mods\mods_order.txt"; DestDir: "{#mods_dir}"; Components: core; Flags: onlyifdoesntexist
#include "files_translations.iss"
Source: "optional\rpu_enhanced_worldmap.dat"; DestDir: "{#mods_dir}"; Components: worldmap; Flags: ignoreversion overwritereadonly
Source: "optional\rpu_rifle_animations.dat"; DestDir: "{#mods_dir}"; Components: wpn_anims\rifle; Flags: ignoreversion overwritereadonly
Expand Down
22 changes: 22 additions & 0 deletions release/mods/mods_order.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
rpu.dat
party_orders.dat
npc_armor.dat
rpu_czech.dat
rpu_french.dat
rpu_german.dat
rpu_hungarian.dat
rpu_italian.dat
rpu_polish.dat
rpu_portuguese.dat
rpu_russian.dat
upu_russian_sound.dat
rpu_spanish.dat
rpu_enhanced_worldmap.dat
rpu_extended_flamer.dat
rpu_rifle_animations.dat
rpu_wakizashi_animations.dat
cassidy_head.dat
cassidy_voice_joey_bracken_hq.dat
rpu_improved_mysterious_stranger.dat
walk_speed_fix_low_fps.dat
goris_fast_derobing_low_fps.dat

0 comments on commit 3281624

Please sign in to comment.