Browse Source

[changed] cheat menu dynamics rework

Lusticon 2 weeks ago
parent
commit
976e079090
3 changed files with 278 additions and 668 deletions
  1. 239 667
      locations/Cheatmenu_din.qsrc
  2. 1 1
      locations/obj_din.qsrc
  3. 38 0
      locations/saveupdater.qsrc

File diff suppressed because it is too large
+ 239 - 667
locations/Cheatmenu_din.qsrc


+ 1 - 1
locations/obj_din.qsrc

@@ -125,7 +125,7 @@ if $ARGS[0] = 'cheattabs':
 	if menu_page = 0:
 		$cheat_tab_list = '<th>Index</th>'
 	else
-		$cheat_tab_list = '<th><a href="exec:menu_page = 0 & dynamic $cheatmenu">Index</a></th>'
+		$cheat_tab_list = '<th><a href="exec:menu_page = 0 & dynamic $cheatmenu[''index'']">Index</a></th>'
 	end
 
 	if menu_page = 1:

+ 38 - 0
locations/saveupdater.qsrc

@@ -2898,9 +2898,47 @@ if temp_current_save_version < 00090204:
 		killvar 'temp_transportVars'
 	end
 
+	!! vars clean up
 	killvar 'dynamicCommand'
 	killvar 'bomzstartqwestdi'
 	killvar 'workbomzdi'
+	$cheatWork = ''
+	$cheatWillpower = ''
+	$cheatHapri = ''
+	$no_cum_leak = ''
+	$cyccustom = ''
+	$cheatKlisma = ''
+	$cheatNomakeup = ''
+	$cheatNoSweat = ''
+	$cheatNoEat = ''
+	$cheatNoDrink = ''
+	$cheatNoSleep = ''
+	$cheatNoMood = ''
+	$cheatNoFat = ''
+	$bodyVars['cheat_staticAssets_text'] = ''
+	$cheatHealth = ''
+	$cheatPee = ''
+	$drugVars['cheat_immune_text'] = ''
+	$InfWillpwer = ''
+	$cheatSlut = ''
+	$cheatHorny = ''
+	$sleepVars['cheatVib'] = ''
+	$fight_cheat = ''
+	$autocombat_cheat = ''
+	$cheat_NoPregnancy = ''
+	$cheat_NoLactation = ''
+	$cheatBimbo = ''
+	$cheatBimbo2 = ''
+	$cheatBimbo3 = ''
+	$cheatcumtrait = ''
+	$cheatexhib = ''
+	$cheataddictive = ''
+	$cheatConsole = ''
+	$cheatTime = ''
+	$random_bf_gf_cheat = ''
+	$cheat_street_robbers = ''
+	$cheat_street_rapists = ''
+
 end
 
 

Some files were not shown because too many files changed in this diff