Procházet zdrojové kódy

[added] Two more starting dates: August 1st and July 1st. Suggested by Selen99

anjuna krokus před 5 měsíci
rodič
revize
2b4e01c789
2 změnil soubory, kde provedl 58 přidání a 7 odebrání
  1. 30 3
      locations/intro_sg_select.qsrc
  2. 28 4
      locations/intro_sg_tg.qsrc

+ 30 - 3
locations/intro_sg_select.qsrc

@@ -54,7 +54,7 @@ if $ARGS[0] = 'start':
 	gs 'homes_properties', 'set_home', 'parents_home'
 	killvar 'class_list_institution'
 	killvar 'class_list_name'
-	
+
 	gs 'intro_functions', 'create_sgclasses'
 	gs 'intro_functions', 'set_base_sgrades'	& ! Set everything at 55
 
@@ -93,9 +93,12 @@ if $ARGS[0] = 'SGStart2':
 		cls
 		'<center><img <<$set_imgh>> src="images/system/1_openings/shared/pre_3.jpg"></center>'
 		*nl
-		'You have two options when it comes to beginning your game:'
+		'You have four options when it comes to beginning your game:'
 		*nl
-		'Starting in August, at the end of the summer holiday, very close to the new school year <i>(recommended for new players)</i>, or starting in June, at the beginning of the summer holiday.'
+		'1. Starting in August, at the end of the summer holiday, very close to the new school year <i>(recommended for new players)</i>'
+		'2. Starting at August 1st, a month before the start of the new school year.'
+		'3. Starting at July 1st, one month into the summer holiday'
+		'4. Starting at June 1st, at the beginning of the summer holiday.'
 		!!This is to account for the school year not matching up with the calendar year.
 		!if date_toggle ! 1:
 		!	if birthmonth >= 7: birthyear -= 1
@@ -118,6 +121,30 @@ if $ARGS[0] = 'SGStart2':
 			gt 'intro_sg_select', 'SGStart3'
 		end
 
+		act 'Start at the beginning of August':
+			month = 8
+			$month = 'August'
+			grandmaQW['last_month_paid'] = month
+			day = 1
+			week = 1
+			kanicont = 31
+			Gspassed = 1
+			locat['Fam_set_month_inGad'] = 1
+			gt 'intro_sg_select', 'SGStart3'
+		end
+
+		act 'Start at the beginning of July':
+			month = 7
+			$month = 'July'
+			grandmaQW['last_month_paid'] = month
+			day = 1
+			week = 5
+			kanicont = 62
+			Gspassed = 1
+			locat['Fam_set_month_inGad'] = 1
+			gt 'intro_sg_select', 'SGStart3'
+		end
+
 		act 'Start at the beginning of June':
 			month = 6
 			$month = 'June'

+ 28 - 4
locations/intro_sg_tg.qsrc

@@ -247,7 +247,7 @@ if $ARGS[0] = 'settings':
 	gs 'intro_functions', 'create_sgclasses'
 	gs 'intro_functions', 'set_base_sgrades'
 
-	
+
 	gt 'intro_sg_tg', 'intro_6_looks'
 end
 
@@ -267,7 +267,7 @@ if $ARGS[0] = 'intro_6_looks':
 	'<center>Customize your:</center>'
 	'<center><a href="exec:gs ''intro_customization'', ''hair''"><img src="images/system/1_openings/shared/icon_hair.png"></a> <a href="exec:gs ''intro_customization'', ''eyes''"><img src="images/system/1_openings/shared/icon_eye.png"></a></center>'
 
-	
+
 	act 'Meet her': gt 'intro_sg_tg', 'intro_7'
 	act 'Customise <<$pcs_firstname>>': gt 'intro_customization', 'start'
 end
@@ -276,7 +276,7 @@ end
 if $ARGS[0] = 'intro_7':
 	*clr & cla
 	'<center><img <<$set_imgh>> src="<<FUNC(''$face_image'')>>"></center>'
-	'You couldn''t tell from her photo, but although shorter than you, she is rather tall for a girl.' 
+	'You couldn''t tell from her photo, but although shorter than you, she is rather tall for a girl.'
 	'She looks like she''s spent some time in front of the mirror trying to pretty herself up, and her clothes are very clean. Despite that, she still looks rather average. Like she is the type of girl that would be a background character in another person''s life.'
 
 	act 'Go for a walk':
@@ -426,7 +426,7 @@ if $ARGS[0] = 'intro_9':
 	bcolor = rgb (0,0,0)
 	lcolor = rgb (106, 90, 205)
 	fcolor = rgb (255, 255, 255)
-	
+
 	'<center><img <<$set_imgh>> src="images/system/1_openings/4_csb/11.jpg"></center>'
 	'<center>...</center>'
 	wait 1500
@@ -562,6 +562,30 @@ if $ARGS[0] = 'intro_9':
 																	gt 'intro_sg_tg', 'intro_end'
 																end
 
+																act 'Start at the beginning of August':
+																	month = 8
+																	$month = 'August'
+																	grandmaQW['last_month_paid'] = month
+																	day = 1
+																	week = 1
+																	kanicont = 31
+																	Gspassed = 1
+																	locat['Fam_set_month_inGad'] = 1
+																	gt 'intro_sg_tg', 'intro_end'
+																end
+
+																act 'Start at the beginning of July':
+																	month = 7
+																	$month = 'July'
+																	grandmaQW['last_month_paid'] = month
+																	day = 1
+																	week = 5
+																	kanicont = 62
+																	Gspassed = 1
+																	locat['Fam_set_month_inGad'] = 1
+																	gt 'intro_sg_tg', 'intro_end'
+																end
+
 																act 'Start at the beginning of June':
 																	month = 6
 																	$month = 'June'