Sfoglia il codice sorgente

[added] Clothing for new start option and removed a varible, could do some more but need to post this

Kevin_Smarts 4 mesi fa
parent
commit
6474a9c1a5

+ 0 - 1
locations/intro_city_select.qsrc

@@ -1709,7 +1709,6 @@ elseif $ARGS[0] = 'goth':
 
 		!!----- INVENTRORY -----!!
 		money -= 1000
-		school_clothing = 1
 		mc_inventory['umbrella']		= 1
 		mc_inventory['cosmetics']		= 25
 		mc_inventory['razor']			= 20

+ 24 - 3
locations/intro_initialization.qsrc

@@ -194,7 +194,7 @@ showobjs 0
 $coatworntype = 'none'
 coatwornnumber = 0
 
-if $ARGS[1] ! 'CSB' and school_clothing ! 1:
+if $ARGS[1] ! 'CSB' and $start_type['cat'] ! 'goth':
 	gm_panties[1] = 1
 	gm_bras[1] = 1
 	$pantyworntype = 'gm'
@@ -208,7 +208,7 @@ if $ARGS[1] ! 'CSB' and school_clothing ! 1:
 end
 
 !!	Starting clothing set
-if school_clothing = 1:
+if $start_type['cat'] = 'goth':
 	cats_panties[15] = 1
 	cats_bras[15] = 1
 	$pantyworntype = 'cats'
@@ -253,6 +253,23 @@ elseif $ARGS[1] = 'CSB':
 	cats_dress_b[1] = pcs_hips
 	sportsclothingnumber = 81
 	gs 'clothing', 'wear', 'cats_dress', 1
+elseif $start_type['cat'] = 'anorexic':
+	!!anorexic start
+	gm_panties[15] = 1
+	gm_bras[15] = 1
+	gm_dress[39] = 1
+	gm_dress_h[39] = 100
+	gm_dress_b[39] = pcs_hips
+	danilovich_outfits[88] = 1
+	danilovich_outfits_h[88] = 100
+	cats_outfits[90] = 1
+	cats_outfits_h[90] = 100
+	cats_outfits_b[90] = pcs_hips
+	danilovich_swimsuit[8] = 1
+	danilovich_swimsuit_h[8] = 60
+	danilovich_swimsuit_b[8] = pcs_hips
+	sportsclothingnumber = 88
+	gs 'clothing', 'wear', 'cats_outfits', 90
 elseif $start_type['cat'] = 'beautiful':
 	!!Beautiful start
 	cats_outfits[56] = 1
@@ -413,7 +430,7 @@ elseif swim_start = 1:
 end
 
 !!setting default danilovich outfit and setting coats
-if school_clothing = 1:
+if $start_type['cat'] = 'goth':
 	killvar 'school_clothing'
 	dolls_outfits[29] = 1
 	dolls_outfits_h[29] = 120
@@ -473,6 +490,10 @@ else
 		market_outfits[17] = 1
 		market_outfits_h[17] = 60
 		market_outfits_b[17] = pcs_hips
+	elseif $start_type['cat'] = 'anorexic':
+		gm_school[18] = 1
+		gm_school_h[18] = 120
+		gm_school_b[18] = pcs_hips
 	elseif school_clothing = 3:
 		gm_school[25] = 1
 		gm_school_h[25] = 120

+ 18 - 1
locations/intro_initialization_city.qsrc

@@ -241,7 +241,7 @@ else
 	danilovich_swimsuit_b[3] = pcs_hips
 end
 
-if school_clothing = 1:
+if $start_type['cat'] = 'goth':
 	cats_panties[15] = 1
 	cats_bras[15] = 1
 	$pantyworntype = 'cats'
@@ -274,6 +274,23 @@ if school_clothing = 1:
 	dolls_outfits_b[31] = pcs_hips
 	sportsclothingnumber = 91
 	gs 'clothing', 'wear', 'dolls_dress', 4
+elseif $start_type['cat'] = 'anorexic':
+	!!anorexic start
+	gm_panties[15] = 1
+	gm_bras[15] = 1
+	gm_dress[39] = 1
+	gm_dress_h[39] = 100
+	gm_dress_b[39] = pcs_hips
+	danilovich_outfits[88] = 1
+	danilovich_outfits_h[88] = 100
+	cats_outfits[90] = 1
+	cats_outfits_h[90] = 100
+	cats_outfits_b[90] = pcs_hips
+	danilovich_swimsuit[8] = 1
+	danilovich_swimsuit_h[8] = 60
+	danilovich_swimsuit_b[8] = pcs_hips
+	sportsclothingnumber = 88
+	gs 'clothing', 'wear', 'cats_outfits', 90
 elseif pcs_inhib < 5:
 	gm_outfits[30] = 1
 	gm_outfits_h[30] = 100

+ 0 - 1
locations/intro_sg_select.qsrc

@@ -1941,7 +1941,6 @@ elseif $ARGS[0] = 'goth':
 
 		!!----- INVENTRORY -----!!
 		money -= 1000
-		school_clothing = 1
 		mc_inventory['umbrella']	= 1
 		mc_inventory['cosmetics']	= 25
 		mc_inventory['razor']		= 20