Browse Source

move the calling the saveupdate to the main game

rachels 2 years ago
parent
commit
e7a6e2cd8a
3 changed files with 3 additions and 6 deletions
  1. 1 1
      Make_Whore_life_mod.bat
  2. 0 3
      locations/mod_wlife.qsrc
  3. 2 2
      locations/mod_wlife_saveupdater.qsrc

+ 1 - 1
Make_Whore_life_mod.bat

@@ -75,7 +75,7 @@ echo.
 echo Building ...
 
 @ECHO ON
-python tools\txtmerge.py locations mod_wlife.txt
+python tools\txtmerge.py mod_wlife.qproj locations mod_wlife.txt
 tools\txt2gam.exe mod_wlife.txt %QSPFILE% > nul
 @ECHO OFF
 

+ 0 - 3
locations/mod_wlife.qsrc

@@ -1,8 +1,5 @@
 # mod_wlife
 
-!!Save Update
-gs 'mod_wlife_saveupdater', 'check'
-
 !!Inhibition Fix
 if wl_inhib_fix > pcs_inhib: inhib_exp += 10
 

+ 2 - 2
locations/mod_wlife_saveupdater.qsrc

@@ -1,6 +1,6 @@
 # mod_wlife_saveupdater
 
-if $ARGS[0] = 'check':
+if $ARGS[0] = '':
 	if wl_save_update = 0: 
 		gs 'mod_wlife_saveupdater', 'update_1'
 	elseif wl_save_update = 1:
@@ -163,6 +163,6 @@ elseif $ARGS[0] = 'update_11':
 	npc_bust['A<<npctemp>>'] = 12
 end
 
-if wl_save_update < 11: gs 'mod_wlife_saveupdater', 'check'
+if wl_save_update < 11: gs 'mod_wlife_saveupdater'
 
 --- mod_wlife_saveupdater ---------------------------------