Bläddra i källkod

[changed] update the version number

Kevin_Smarts 1 vecka sedan
förälder
incheckning
19b89db11e
2 ändrade filer med 79 tillägg och 73 borttagningar
  1. 1 1
      locations/saveg.qsrc
  2. 78 72
      locations/saveupdater.qsrc

+ 1 - 1
locations/saveg.qsrc

@@ -16,6 +16,6 @@
 version_major = 0
 version_minor = 9
 version_revision = 2
-version_patch = 3
+version_patch = 4
 --- saveg ---------------------------------
 

+ 78 - 72
locations/saveupdater.qsrc

@@ -250,9 +250,9 @@ if temp_current_save_version  < 00080000:
 
 	!!-----------Adding pube colours for 0.8.0-----------
 
-	if pcs_pubecol[1] = 0: 
-		pcs_pubecol = pcs_haircol 
-		pcs_pubecol[1] = 1 
+	if pcs_pubecol[1] = 0:
+		pcs_pubecol = pcs_haircol
+		pcs_pubecol[1] = 1
 		pcs_pubecol[2] = pcs_haircol
 	end
 
@@ -399,13 +399,13 @@ if temp_current_save_version  < 00080100:
 
 		krystal['saveupdate'] = 1
 	end
-	
+
 	if $model['firstname'] = '':
 		$model['firstname'] = $pcs_firstname
 		$model['nickname']  = $pcs_nickname
 		$model['lastname']  = $pcs_lastname
 	end
-	
+
 	if $model['pay_method'] = '': $model['pay_method'] = 'cash_envelope'
 
 	!! Fixing Katja and Natasha relationship
@@ -441,7 +441,7 @@ if temp_current_save_version  < 00080100:
 		elseif pubestyle = 11:
 			shave_length  = 2
 			shave_trigger = 10
-		
+
 		!elseif (pubestyle >= 2 and pubestyle <= 9) or pubestyle >= 12:
 		else
 			shave_length  = 16
@@ -609,7 +609,7 @@ if temp_current_save_version  < 00080200:
 		gm_outfits_b[50] = pcs_hips
 		gs 'clothing', 'wear', 'gm_outfits', 50
 	end
-	
+
 		!! Shave updater
 	if shave_update ! 1:
 		if pubestyle = 1:
@@ -623,7 +623,7 @@ if temp_current_save_version  < 00080200:
 		elseif pubestyle = 11:
 			shave_length  = 2
 			shave_trigger = 8
-		
+
 		!elseif (pubestyle >= 2 and pubestyle <= 9) or pubestyle >= 12:
 		else
 			shave_length  = 16
@@ -837,13 +837,13 @@ if temp_current_save_version  < 00080304:
 
 	if dyneval('RESULT = <<$fametown>>_<<$fameact>>') < 400:
 		dynamic 'fame[''<<$fametown>>_<<$fameact>>_core''] = <<$fametown>>_<<$fameact>>'
-		
+
 	elseif dyneval('RESULT = <<$fametown>>_<<$fameact>>') < 1100:
 		dynamic 'fame[''<<$fametown>>_<<$fameact>>_core''] = 400 + (<<$fametown>>_<<$fameact>>-400)/3'
-		
+
 	elseif dyneval('RESULT = <<$fametown>>_<<$fameact>>') < 2900:
 		dynamic 'fame[''<<$fametown>>_<<$fameact>>_core''] = 700 + (<<$fametown>>_<<$fameact>>-1100)/6'
-		
+
 	else
 		dynamic 'fame[''<<$fametown>>_<<$fameact>>_core''] = 1000 +(<<$fametown>>_<<$fameact>> -2900)/10'
 	end
@@ -854,51 +854,51 @@ if temp_current_save_version  < 00080304:
 	if $fameact = 'acting':
 		$fameact = 'dance'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'dance':
 		$fameact = 'painting'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'painting':
 		$fameact = 'music'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'music':
 		$fameact = 'ballet'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'ballet':
 		$fameact = 'modelling'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'modelling':
 		$fameact = 'porn'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'porn':
 		$fameact = 'stripping'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'stripping':
 		$fameact = 'kickboxing'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'kickboxing':
 		$fameact = 'running'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'running':
 		$fameact = 'volleyball'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'volleyball':
 		$fameact = 'chess'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'chess':
 		$fameact = 'teaching'
 		jump 'fameactloop'
-		
+
 	elseif $fameact = 'teaching':
 		$fameact = 'media'
 		jump 'fameactloop'
@@ -911,17 +911,17 @@ if temp_current_save_version  < 00080304:
 
 	if dyneval('RESULT = <<$fametown>>_<<$fameact>>') < 400:
 		dynamic 'fame[''<<$fametown>>_<<$fameact>>''] = <<$fametown>>_<<$fameact>>'
-		
+
 	elseif dyneval('RESULT = <<$fametown>>_<<$fameact>>') < 1100:
 		dynamic 'fame[''<<$fametown>>_<<$fameact>>''] = 400 + (<<$fametown>>_<<$fameact>>-400)/3'
-		
+
 	elseif dyneval('RESULT = <<$fametown>>_<<$fameact>>') < 2900:
 		dynamic 'fame[''<<$fametown>>_<<$fameact>>''] = 700 + (<<$fametown>>_<<$fameact>>-1100)/6'
-		
+
 	else
 		dynamic 'fame[''<<$fametown>>_<<$fameact>>''] = 1000 +(<<$fametown>>_<<$fameact>> -2900)/10'
 	end
-	
+
 	killvar '<<$fametown>>_<<$fameact>>'
 
 	if $fameact = 'sex':
@@ -1235,7 +1235,7 @@ if temp_current_save_version  < 00080503:
 	if hotelroom1day ! 0:
 		hotelRoomDays['pav_hotel'] = hotelroom1day
 		hotelRoom['pav_hotel'] = hotelroom
-		
+
 		killvar 'hotelroom1day'
 		hotelroom = 0
 	end
@@ -1252,18 +1252,18 @@ if temp_current_save_version  < 00080504:
 	if storyline = 1 and MagikDostup = 1:
 		$start_type      = 'sg'
 		$start_type[1]   = 'nomagic'
-		
+
 	elseif $start_type = 'csb':
 		$start_type      = 'sg_tg'
 		$start_type[1]   = 'tg'
-		
+
 	elseif storyline = 1:
 		$start_type      = 'sg_m'
-		
+
 	elseif MagikDostup = 1:
 		$start_type      = 'city'
 		$start_type[1]   = 'nomagic'
-		
+
 	else
 		$start_type = 'city_tg'
 		$start_type[1]   = 'tg'
@@ -1361,7 +1361,7 @@ if temp_current_save_version  < 00080700:
 	killvar 'momloc'
 	killvar 'momclean1'
 	killvar 'momclean2'
-	
+
 	if mother_go > 0:
 		locat['Mom_cafe_sex'] = mother_go
 	end
@@ -1530,7 +1530,7 @@ if temp_current_save_version < 00080804:
 	! city apartment
 	if home_owned[1] = 1 or owned_property['city_apartment'] = 1:
 		gs 'homes_properties', 'rent_property', 'city_apartment', ArendHouseSL
-		
+
 	elseif home_owned[1] = 2 or owned_property['city_apartment'] = 2:
 		gs 'homes_properties', 'buy_property', 'city_apartment'
 
@@ -1598,10 +1598,10 @@ if temp_current_save_version < 00080804:
 
 
 	!! Setting the current home and fixing potential missing access issues
-	if curr_home > 0 and $home['current'] = '': 
+	if curr_home > 0 and $home['current'] = '':
 		gs 'homes_properties', 'set_home', '', STR(curr_home)
 	end
-	if $home['current'] = 'parents_home' and accessible_property['parents_home'] = 0: 
+	if $home['current'] = 'parents_home' and accessible_property['parents_home'] = 0:
 		gs 'homes_properties', 'give_access', 'parents_home'
 	end
 
@@ -1760,7 +1760,7 @@ if temp_current_save_version < 00080900:
 		killvar 'nichTanyaBFState'
 		killvar 'nichTanyaFuckDom'
 		killvar 'nichTanyaFuckSub'
-		
+
 	end
 end
 
@@ -1879,7 +1879,7 @@ if temp_current_save_version < 00080901:
 		if i <= ARRSIZE('sport_bras'): jump 'loopsportbras'
 
 	killvar 'sport_bras'
-	
+
 	if metmira = 1: npc_known['A60'] = 1 & killvar 'metmira'
 
 end
@@ -1958,7 +1958,7 @@ if temp_current_save_version < 00090000:
 		$fuckbuddy = $_fuckbuddies
 		killvar '$_fuckbuddies' & killvar 'i_fb'
 	end
-	
+
 	if stat['virgin'] > 0:
 		stat['think_virgin'] = stat['virgin']
 		gs 'shortgs', 'remove_array_element', 'stat', 'virgin'
@@ -2039,21 +2039,21 @@ if temp_current_save_version < 00090003:
 	if bpbottles > 0:			mc_inventory['bottle_s']			= bpbottles				& killvar 'bpbottles'
 	if bpbottlem > 0:			mc_inventory['bottle_m']			= bpbottlem				& killvar 'bpbottlem'
 	if bpnipplebalm > 0:		mc_inventory['nipple_cream']		= bpnipplebalm			& killvar 'bpnipplebalm'
-!	if Kandidoz > 0:			mc_inventory['thrush_meds']			= Kandidoz				& killvar 'Kandidoz' ! No clue what to do with this 
+!	if Kandidoz > 0:			mc_inventory['thrush_meds']			= Kandidoz				& killvar 'Kandidoz' ! No clue what to do with this
 	if fatdel > 0:				mc_inventory['weight_loss_pill']	= fatdel				& killvar 'fatdel'
 	if morning_after_pill > 0:	mc_inventory['morning_after_pill']	= morning_after_pill	& killvar 'morning_after_pill'
 	if prezik > 0:				mc_inventory['equipped_condoms']	= prezik				& killvar 'prezik'
 	if prezikcount > 0:			mc_inventory['normal_condoms']		= prezikcount			& killvar 'prezikcount'
 	if preziksabo > 0: 			mc_inventory['sabotaged_condoms']	= preziksabo			& killvar 'preziksabo'
 	if badprezik > 0:			mc_inventory['bad_condoms']			= badprezik				& killvar 'badprezik'
-	if tabletki > 0:			mc_inventory['contraceptive_pill']	= tabletki				& killvar 'tabletki' 
-	if siga > 0:				mc_inventory['cigarettes']			= siga					& killvar 'siga' 
-	if fashmag > 0:				mc_inventory['mag_fashion']			= fashmag				& killvar 'fashmag' 
-	if compmag > 0:				mc_inventory['mag_computer']		= compmag				& killvar 'compmag' 
-	if biomag > 0:				mc_inventory['mag_biography']		= biomag				& killvar 'biomag' 
-	if cookmag > 0:				mc_inventory['mag_cooking']			= cookmag				& killvar 'cookmag' 
-	if knitmag > 0:				mc_inventory['mag_knitting']		= knitmag				& killvar 'knitmag' 
-	if fitmag > 0:				mc_inventory['mag_fitness']			= fitmag				& killvar 'fitmag' 
+	if tabletki > 0:			mc_inventory['contraceptive_pill']	= tabletki				& killvar 'tabletki'
+	if siga > 0:				mc_inventory['cigarettes']			= siga					& killvar 'siga'
+	if fashmag > 0:				mc_inventory['mag_fashion']			= fashmag				& killvar 'fashmag'
+	if compmag > 0:				mc_inventory['mag_computer']		= compmag				& killvar 'compmag'
+	if biomag > 0:				mc_inventory['mag_biography']		= biomag				& killvar 'biomag'
+	if cookmag > 0:				mc_inventory['mag_cooking']			= cookmag				& killvar 'cookmag'
+	if knitmag > 0:				mc_inventory['mag_knitting']		= knitmag				& killvar 'knitmag'
+	if fitmag > 0:				mc_inventory['mag_fitness']			= fitmag				& killvar 'fitmag'
 	if umbrella > 0:			mc_inventory['umbrella']			= umbrella				& killvar 'umbrella'
 	if pornMagazine > 0:		mc_inventory['mag_porn']			= pornMagazine			& killvar 'pornMagazine'
 	if vibrator > 0:			mc_inventory['vibe']				= vibrator				& killvar 'vibrator'
@@ -2147,8 +2147,8 @@ if temp_current_save_version < 00090003:
 
 
 	if legal_fine > 0: policeQW['legal_fine'] = legal_fine & killvar 'legal_fine'
-	
-	
+
+
 	!! Sleep update.
 	killvar 'varsleep'
 
@@ -2158,7 +2158,7 @@ if temp_current_save_version < 00090003:
 	if cheatVib       > 0: sleepVars['cheatVib']             = cheatVib       & killvar 'cheatVib'
 	if notathomesleep > 0: sleepVars['notathomesleep']       = notathomesleep & killvar 'notathomesleep'
 	if Enable_nodream > 0: sleepVars['cheat_nodream_chance'] = Enable_nodream & killvar 'Enable_nodream'
-	
+
 	sleepVars['events_active'] = 1
 	sleepVars['dreams_active'] = 1
 
@@ -2180,16 +2180,16 @@ if temp_current_save_version < 00090003:
 		npc_dob['A<<npctemp>>'] = 19961215
 		$npc_notes['A<<npctemp>>'] = 'Yakov is a fitness-focused sports enthusiast with blond hair and a tanned complexion.'
 		npc_gender['A<<npctemp>>'] = 0
-		
+
 		gs 'npcstaticdefaults', 'defaults'
-		
+
 		$npc_thdick['A<<npctemp>>'] = 'well proportioned'
 		npc_dick['A<<npctemp>>'] = 14
 		npc_sexskill['A<<npctemp>>'] = 1
 		$npc_occupation['A<<npctemp>>'] = 'personal_trainer'
 		npc_style['A<<npctemp>>'] = 5
-		
-		
+
+
 		npctemp = 265
 		$npc_dna['A<<npctemp>>'] = '1085950303 4348731991 6618084127 9067996922 8669859044 9431283301 0673267503'
 		$npc_firstname['A<<npctemp>>'] = 'Nestor'
@@ -2199,16 +2199,16 @@ if temp_current_save_version < 00090003:
 		npc_dob['A<<npctemp>>'] = 19930127
 		$npc_notes['A<<npctemp>>'] = 'Nestor is a gopnik with a reputation for being rude and aggressive. His motto seems to be "the younger, the better," which can be concerning. He has a tough demeanor, with dark hair and dark skin, giving off an intimidating presence.'
 		npc_gender['A<<npctemp>>'] = 0
-		
+
 		gs 'npcstaticdefaults', 'defaults'
-		
+
 		$npc_thdick['A<<npctemp>>'] = 'massive'
 		npc_dick['A<<npctemp>>'] = 22
 		npc_sexskill['A<<npctemp>>'] = 1
 		npc_style['A<<npctemp>>'] = 2
-		
-		
-		
+
+
+
 		npctemp = 266
 		$npc_dna['A<<npctemp>>'] = '5654106058 6395942483 3363408422 7113656738 1111862818 8859290040 7960339191'
 		$npc_firstname['A<<npctemp>>'] = 'Oleg'
@@ -2218,9 +2218,9 @@ if temp_current_save_version < 00090003:
 		npc_dob['A<<npctemp>>'] = 19950712
 		$npc_notes['A<<npctemp>>'] = 'Oleg is a shy, young-looking guy with thick glasses, a slim frame, and very pale skin.'
 		npc_gender['A<<npctemp>>'] = 0
-		
+
 		gs 'npcstaticdefaults', 'defaults'
-		
+
 		$npc_thdick['A<<npctemp>>'] = 'thick'
 		npc_dick['A<<npctemp>>'] = 17
 		npc_sexskill['A<<npctemp>>'] = 1
@@ -2278,7 +2278,7 @@ if temp_current_save_version < 00090003:
 	if sp_pornPos              > 0: yakov_pornPos               = sp_pornPos              &killvar 'sp_pornPos'
 	if sp_hj                   > 0: yakov_hj                    = sp_hj                   &killvar 'sp_hj'
 	if sp_dildo                > 0: yakov_dildo                 = sp_dildo                &killvar'sp_dildo'
-	
+
 	if oleg_analCumInside           > 0: oleg_cumAnal                  = oleg_analCumInside
 	if oleg_analCumInside           > 0: oleg_analCumInside           -= oleg_analCumInsideUnwanted
 	if oleg_analCumInsideUnwanted   > 0: oleg_analCumInsideUnwanted   -= oleg_analCumInside
@@ -2312,7 +2312,7 @@ if temp_current_save_version < 00090003:
 
 	!! New variables to manage a homeless Sveta and travel.
 	gs 'homes_properties_attr'
-	if accessible_property['accessible_home_count'] < 1: 
+	if accessible_property['accessible_home_count'] < 1:
 		gs 'homes_properties', 'set_homeless'
 	else
 		gs 'homes_properties', 'set_home', $home['current']
@@ -2406,7 +2406,7 @@ if temp_current_save_version < 00090200:
 	!!update_clothing
 	!! Do not think we need this anymore. Since pcs_hips should now be basically unchanged.
 	!!gs 'tailor2'
-	
+
 	!! Typo Correction -- By Derryth_Love
 	if katjaQW['knows_masterbation'] > 0:
 		katjaQW['knows_masturbation'] = katjaQW['knows_masterbation']
@@ -2628,7 +2628,7 @@ if temp_current_save_version < 00090203:
 
 	i = 0 & x = 1
 	:rstloop
-	expadj = func('_difficulty','getexpadj')	
+	expadj = func('_difficulty','getexpadj')
 	tl = 0
 	:trtrstloop
 	tltp = 0
@@ -2651,8 +2651,8 @@ if temp_current_save_version < 00090203:
 
 	dynamic "
 		if <<$attskltmp>>_lvl > 0:
-			<<$attskltmp>>_exp -= (expadj * (<<$attskltmp>>_lvl - 1) * (<<$attskltmp>>_lvl - 1) / 180) 
-			<<$attskltmp>>_exp += (expadj *73* (<<$attskltmp>>_lvl - 1) * (<<$attskltmp>>_lvl - 1) / 2730) 
+			<<$attskltmp>>_exp -= (expadj * (<<$attskltmp>>_lvl - 1) * (<<$attskltmp>>_lvl - 1) / 180)
+			<<$attskltmp>>_exp += (expadj *73* (<<$attskltmp>>_lvl - 1) * (<<$attskltmp>>_lvl - 1) / 2730)
 			<<$attskltmp>>_mem = <<$attskltmp>>_exp
 		end
 	"
@@ -2663,8 +2663,8 @@ if temp_current_save_version < 00090203:
 	if x < 3: jump 'rstloop'
 	killvar 'i' & killvar 'x'
 end
-	
-!!------------------------------------!!Version 0.9.3.0!!-----------------------------------------------!!
+
+!!------------------------------------!!Version 0.9.2.5!!-----------------------------------------------!!
 
 if temp_current_save_version < 00090204:
 
@@ -2851,8 +2851,8 @@ if temp_current_save_version < 00090204:
 	if LocalRun		> 0:	runnerQW['pav_stage']		= LocalRun		& killvar 'LocalRun'
 	if swinbeg		> 0:	runnerQW['pav_wins1']		= swinbeg		& killvar 'swinbeg'
 	if swinbeggor	> 0:	runnerQW['pav_wins2']		= swinbeggor	& killvar 'swinbeggor'
- 
- 
+
+
 	!! Flash variable migration to singular array (which is killvared on site)
 	if dress_ind_bra			> 0:	killvar 'dress_ind_bra'
 	if dress_ind_tits			> 0:	killvar 'dress_ind_tits'
@@ -3150,6 +3150,12 @@ if temp_current_save_version < 00090204:
 	gs 'shortgs', 'remove_array_element', '$home_name', 'gaddvor'
 end
 
+!!------------------------------------!!Version 0.9.2.5!!-----------------------------------------------!!
+
+if temp_current_save_version < 00090205:
+!! put stuff here
+end
+
 
 killvar 'temp_current_save_version'
 gs 'saveg'