Browse Source

[Renamed] Renamed body.qsrc to AppearanceSystem.qsrc to reflect on what the file does

ADCSux 2 years ago
parent
commit
839b73a270

+ 2 - 1
changes from 0_8_5 to 0_8_6.txt

@@ -24,6 +24,7 @@ pav_beach_chat
 katja_lake			<- split from katjaEv
 katja_lake			<- split from katjaEv
 
 
 body_desc
 body_desc
+AppearanceSystem               <- body
 
 
 === deleted locations ===
 === deleted locations ===
 
 
@@ -39,7 +40,7 @@ rex_party_boys_events
 rex_party_girls_events
 rex_party_girls_events
 rex_party_sister_events
 rex_party_sister_events
 $phone_theme
 $phone_theme
-
+body                                 -> AppearanceSystem
 
 
 
 
 Variables:
 Variables:

+ 1 - 1
glife.qproj

@@ -65,7 +65,7 @@
 		<Location name="grades"/>
 		<Location name="grades"/>
 	</Folder>
 	</Folder>
 	<Folder name="Body">
 	<Folder name="Body">
-		<Location name="body"/>
+		<Location name="ApperanceSystem"/>
 		<Location name="body_shape"/>
 		<Location name="body_shape"/>
 		<Location name="body_desc"/>
 		<Location name="body_desc"/>
 		<Location name="lact_lib"/>
 		<Location name="lact_lib"/>

+ 3 - 3
locations/body.qsrc → locations/ApperanceSystem.qsrc

@@ -1,5 +1,5 @@
-# body
-$this = 'body'
+# AppearanceSystem
+$this = 'AppearanceSystem'
 
 
 if $ARGS[0] = '':
 if $ARGS[0] = '':
 	!{
 	!{
@@ -375,4 +375,4 @@ if $ARGS[0] = 'AdjustFromBMI':
 	result = tempValue
 	result = tempValue
 	killvar 'tempValue'
 	killvar 'tempValue'
 end
 end
---- body ---------------------------------
+--- AppearanceSystem ---------------------------------

+ 2 - 2
locations/body_shape.qsrc

@@ -476,7 +476,7 @@ if $ARGS[0] = 'softreset':
 		jump 'resetloop'
 		jump 'resetloop'
 	end
 	end
 	!!Updates pcs_apprncbase after a reset
 	!!Updates pcs_apprncbase after a reset
-	gs 'body', 'UpdateBaseAppearnce'
+	gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 	!!Clears the warning and reset status flags if they were set
 	!!Clears the warning and reset status flags if they were set
 	sftrstflag = 0
 	sftrstflag = 0
 	btwarn = 0
 	btwarn = 0
@@ -514,7 +514,7 @@ if $ARGS[0] = 'hardreset':
 		killvar 'dounsplkil'
 		killvar 'dounsplkil'
 		newbdsp = 1
 		newbdsp = 1
 		dounspell = 0
 		dounspell = 0
-		gs 'body', 'UpdateBaseAppearnce'
+		gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 		gs 'body_shape'
 		gs 'body_shape'
 		gs 'stat'
 		gs 'stat'
 	else
 	else

+ 1 - 1
locations/cikl.qsrc

@@ -629,7 +629,7 @@ gs 'stat_sklattrib', 'daycall'
 
 
 !Update body measurements and base appearnce
 !Update body measurements and base appearnce
 gs 'body_shape', 'DailyUpdate'
 gs 'body_shape', 'DailyUpdate'
-gs 'body', 'UpdateBaseAppearnce'
+gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 gs 'body_desc'
 gs 'body_desc'
 
 
 
 

+ 2 - 2
locations/city_clinic.qsrc

@@ -225,7 +225,7 @@ if $ARGS[0] = 'start':
 						*clr & cla
 						*clr & cla
 						money -= zubpay
 						money -= zubpay
 						minut += 60
 						minut += 60
-						gs 'body', 'UpdateBaseAppearnce'
+						gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 						gs 'stat'
 						gs 'stat'
 						if pcs_teeth > 0:
 						if pcs_teeth > 0:
 							pcs_teeth = 0
 							pcs_teeth = 0
@@ -243,7 +243,7 @@ if $ARGS[0] = 'start':
 						*clr & cla
 						*clr & cla
 						karta -= zubpay
 						karta -= zubpay
 						minut += 60
 						minut += 60
-						gs 'body', 'UpdateBaseAppearnce'
+						gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 						gs 'stat'
 						gs 'stat'
 						if pcs_teeth > 0:
 						if pcs_teeth > 0:
 							pcs_teeth = 0
 							pcs_teeth = 0

+ 2 - 2
locations/din_van.qsrc

@@ -36,7 +36,7 @@ $showerdin = {
 			'Unfortunately, your false lashes don''t make it through the shower.'
 			'Unfortunately, your false lashes don''t make it through the shower.'
 			false_lashes = 0
 			false_lashes = 0
 			pcs_lashes = pcs_naturallashes
 			pcs_lashes = pcs_naturallashes
-			gs 'body', 'UpdateBaseAppearnce'
+			gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 		end
 		end
 	end
 	end
 }
 }
@@ -837,7 +837,7 @@ $basin = {
 			pcs_lashes = pcs_naturallashes
 			pcs_lashes = pcs_naturallashes
 			false_lashes = 0
 			false_lashes = 0
 			minut += 5
 			minut += 5
-			gs 'body', 'UpdateBaseAppearnce'
+			gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 			act 'Finish':menu_off = 0 & gt $loc, $loc_arg
 			act 'Finish':menu_off = 0 & gt $loc, $loc_arg
 		end
 		end
 	end
 	end

+ 1 - 1
locations/obj_din.qsrc

@@ -121,7 +121,7 @@ if $ARGS[0] = 'menu_disabled': '<font color="red"><b>Menu is disabled for this e
 if $ARGS[0] = 'description':
 if $ARGS[0] = 'description':
 	*clr & cla
 	*clr & cla
 	gs 'obj_din','chartabs'
 	gs 'obj_din','chartabs'
-	gs 'body'
+	gs 'AppearanceSystem'
 	gs 'body_desc'
 	gs 'body_desc'
 	!'<center><img src="images/system/icons/description.png"><br></center>'
 	!'<center><img src="images/system/icons/description.png"><br></center>'
 	'<center><h1>Character Description</h1></center>'
 	'<center><h1>Character Description</h1></center>'

+ 2 - 2
locations/pav_clinic.qsrc

@@ -162,7 +162,7 @@ if $ARGS[0] = '':
 							*clr & cla
 							*clr & cla
 							money -= zubpay
 							money -= zubpay
 							minut += 60
 							minut += 60
-							gs 'body', 'UpdateBaseAppearnce'
+							gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 							gs 'stat'
 							gs 'stat'
 							if pcs_teeth > 0:
 							if pcs_teeth > 0:
 								pcs_teeth = 0
 								pcs_teeth = 0
@@ -180,7 +180,7 @@ if $ARGS[0] = '':
 							*clr & cla
 							*clr & cla
 							karta -= zubpay
 							karta -= zubpay
 							minut += 60
 							minut += 60
-							gs 'body', 'UpdateBaseAppearnce'
+							gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 							gs 'stat'
 							gs 'stat'
 							if pcs_teeth > 0:
 							if pcs_teeth > 0:
 								pcs_teeth = 0
 								pcs_teeth = 0

+ 5 - 5
locations/salon.qsrc

@@ -1122,7 +1122,7 @@ if $ARGS[0] = 'lashTreatment':
 	else
 	else
 		money -= 5000
 		money -= 5000
 	end
 	end
-	gs 'body', 'UpdateBaseAppearnce'
+	gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 	
 	
 	gs 'stat'
 	gs 'stat'
 	'The specialist collects your payment and moves you over to a chair with a headrest, which she has you tilt your head back up against.'
 	'The specialist collects your payment and moves you over to a chair with a headrest, which she has you tilt your head back up against.'
@@ -1155,7 +1155,7 @@ if $ARGS[0] = 'lashFalsies':
 		end
 		end
 		'She spends a few minutes selecting and trimming a set of ornate, dramatically-feathered false lashes to get them to line up neatly with your own natural set, and with practiced ease she glues them delicately in place, only having to give them one or two gentle, settling nudges.'
 		'She spends a few minutes selecting and trimming a set of ornate, dramatically-feathered false lashes to get them to line up neatly with your own natural set, and with practiced ease she glues them delicately in place, only having to give them one or two gentle, settling nudges.'
 	end
 	end
-	gs 'body', 'UpdateBaseAppearnce'
+	gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 	gs 'stat'
 	gs 'stat'
 	'"There you go! You''re all set! Have fun with wherever you''re going!"'
 	'"There you go! You''re all set! Have fun with wherever you''re going!"'
 	act 'Leave':gt 'salon', 'start'
 	act 'Leave':gt 'salon', 'start'
@@ -1262,7 +1262,7 @@ if $ARGS[0] = 'lashExtension':
 		killvar 'lashextensionduration'
 		killvar 'lashextensionduration'
 		killvar 'lashextensionstyle'
 		killvar 'lashextensionstyle'
 	end
 	end
-	gs 'body', 'UpdateBaseAppearnce'
+	gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 	gs 'stat'
 	gs 'stat'
 	'After what seems like forever, you''re finally allowed to open your eyes and take a look.'
 	'After what seems like forever, you''re finally allowed to open your eyes and take a look.'
 	act 'Leave':gt 'salon', 'start'
 	act 'Leave':gt 'salon', 'start'
@@ -1577,7 +1577,7 @@ if $ARGS[0] = 'skin_care':
 	else
 	else
 		money -= 5000
 		money -= 5000
 	end
 	end
-	gs 'body', 'UpdateBaseAppearnce'
+	gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 	gs 'stat'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/facialmask.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/facialmask.jpg"></center>'
 	'You get a beauty mask treatment, afterwards your face feels smooth and your skin tight.'
 	'You get a beauty mask treatment, afterwards your face feels smooth and your skin tight.'
@@ -1594,7 +1594,7 @@ if $ARGS[0] = 'rejuvination':
 	else
 	else
 		money -= 25000
 		money -= 25000
 	end
 	end
-	gs 'body', 'UpdateBaseAppearnce'
+	gs 'AppearanceSystem', 'UpdateBaseAppearnce'
 	gs 'stat'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/bodyscrub.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/bodyscrub.jpg"></center>'
 	'You get a full body rejuvenation procedure, afterwards your skin feels soft and silky smooth.'
 	'You get a full body rejuvenation procedure, afterwards your skin feels soft and silky smooth.'

+ 1 - 1
locations/stat.qsrc

@@ -1050,7 +1050,7 @@ end
 
 
 !!Health, Willpower, Auto Birth Control pregnancy check
 !!Health, Willpower, Auto Birth Control pregnancy check
 gs 'body_shape', 'RegularUpdate'
 gs 'body_shape', 'RegularUpdate'
-gs 'body'
+gs 'AppearanceSystem'
 gs 'body_desc'
 gs 'body_desc'
 
 
 if pcs_health >= healthmax:
 if pcs_health >= healthmax: