Browse Source

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

anjuna krokus 5 months ago
parent
commit
2b4e01c789
2 changed files with 58 additions and 7 deletions
  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'
 	gs 'homes_properties', 'set_home', 'parents_home'
 	killvar 'class_list_institution'
 	killvar 'class_list_institution'
 	killvar 'class_list_name'
 	killvar 'class_list_name'
-	
+
 	gs 'intro_functions', 'create_sgclasses'
 	gs 'intro_functions', 'create_sgclasses'
 	gs 'intro_functions', 'set_base_sgrades'	& ! Set everything at 55
 	gs 'intro_functions', 'set_base_sgrades'	& ! Set everything at 55
 
 
@@ -93,9 +93,12 @@ if $ARGS[0] = 'SGStart2':
 		cls
 		cls
 		'<center><img <<$set_imgh>> src="images/system/1_openings/shared/pre_3.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/system/1_openings/shared/pre_3.jpg"></center>'
 		*nl
 		*nl
-		'You have two options when it comes to beginning your game:'
+		'You have four options when it comes to beginning your game:'
 		*nl
 		*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.
 		!!This is to account for the school year not matching up with the calendar year.
 		!if date_toggle ! 1:
 		!if date_toggle ! 1:
 		!	if birthmonth >= 7: birthyear -= 1
 		!	if birthmonth >= 7: birthyear -= 1
@@ -118,6 +121,30 @@ if $ARGS[0] = 'SGStart2':
 			gt 'intro_sg_select', 'SGStart3'
 			gt 'intro_sg_select', 'SGStart3'
 		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_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':
 		act 'Start at the beginning of June':
 			month = 6
 			month = 6
 			$month = 'June'
 			$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', 'create_sgclasses'
 	gs 'intro_functions', 'set_base_sgrades'
 	gs 'intro_functions', 'set_base_sgrades'
 
 
-	
+
 	gt 'intro_sg_tg', 'intro_6_looks'
 	gt 'intro_sg_tg', 'intro_6_looks'
 end
 end
 
 
@@ -267,7 +267,7 @@ if $ARGS[0] = 'intro_6_looks':
 	'<center>Customize your:</center>'
 	'<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>'
 	'<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 'Meet her': gt 'intro_sg_tg', 'intro_7'
 	act 'Customise <<$pcs_firstname>>': gt 'intro_customization', 'start'
 	act 'Customise <<$pcs_firstname>>': gt 'intro_customization', 'start'
 end
 end
@@ -276,7 +276,7 @@ end
 if $ARGS[0] = 'intro_7':
 if $ARGS[0] = 'intro_7':
 	*clr & cla
 	*clr & cla
 	'<center><img <<$set_imgh>> src="<<FUNC(''$face_image'')>>"></center>'
 	'<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.'
 	'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':
 	act 'Go for a walk':
@@ -426,7 +426,7 @@ if $ARGS[0] = 'intro_9':
 	bcolor = rgb (0,0,0)
 	bcolor = rgb (0,0,0)
 	lcolor = rgb (106, 90, 205)
 	lcolor = rgb (106, 90, 205)
 	fcolor = rgb (255, 255, 255)
 	fcolor = rgb (255, 255, 255)
-	
+
 	'<center><img <<$set_imgh>> src="images/system/1_openings/4_csb/11.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/system/1_openings/4_csb/11.jpg"></center>'
 	'<center>...</center>'
 	'<center>...</center>'
 	wait 1500
 	wait 1500
@@ -562,6 +562,30 @@ if $ARGS[0] = 'intro_9':
 																	gt 'intro_sg_tg', 'intro_end'
 																	gt 'intro_sg_tg', 'intro_end'
 																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':
 																act 'Start at the beginning of June':
 																	month = 6
 																	month = 6
 																	$month = 'June'
 																	$month = 'June'