ソースを参照

[fixed] Schoolgirl image in city start, intro music would not stop playing. Reported by Cleverly Blonde

anjuna krokus 1 ヶ月 前
コミット
fa0dfec62f

+ 1 - 0
locations/intro_city.qsrc

@@ -163,6 +163,7 @@ if $ARGS[0] = 'family_goodbye':
 end
 
 if $ARGS[0] = 'welcome_intro':
+	music_loop = 0
 	CLOSE ALL
 	gs 'intro_initialization_city'
 	!! Welcome to Girl Life speech

+ 3 - 1
locations/intro_city_m.qsrc

@@ -109,7 +109,8 @@ if $ARGS[0] = 'wakeup':
 							act 'Follow Gustav':
 								money = 5000
 								*clr & cla
-								'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/start_sg.jpg"></center>'
+								!! Not sure what this should be???
+								'<center><img <<$set_imgh>> src="images/system/1_openings/5_city/city_start.jpg"></center>'
 								'You give Gustav directions to your apartment building. Half an hour later, he drops you off in front of your apartment building in Pavlovsk. You head inside and, feeling exhausted after the days events, you go to your room and collapse on the bed, quickly falling asleep.'
 								act '<center><b>Done</b></center>': gt 'intro_city', 'start'
 							end
@@ -122,6 +123,7 @@ if $ARGS[0] = 'wakeup':
 end
 
 if $ARGS[0] = 'welcome_intro':
+	music_loop = 0
 	CLOSE ALL
 	gs 'intro_initialization_city'
 	!! Welcome to Girl Life speech

+ 1 - 0
locations/intro_city_tg.qsrc

@@ -389,6 +389,7 @@ if $ARGS[0] = 'sleepPRE':
 end
 
 if $ARGS[0] = 'welcome_intro':
+	music_loop = 0
 	CLOSE ALL
 	gs 'intro_initialization_city'
 	!! Welcome to Girl Life speech

+ 3 - 0
locations/intro_sg.qsrc

@@ -54,6 +54,7 @@ if $ARGS[0] = 'five':
 	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/start_sg.jpg"></center>'
 	'Welcome to the Schoolgirl version! You will need to carry on with your school life, manage your relationships and deal with whatever else comes up along the way!'
 	act 'Start':
+		music_loop = 0
 		close all
 		if start_location = 0:
 			gt 'intro_sg', 'intro_pavlovsk'
@@ -73,6 +74,7 @@ end
 
 
 if $ARGS[0] = 'intro_pavlovsk':
+	music_loop = 0
 	CLOSE ALL
 	menu_off = 1
 	grandmaQW['last_month_paid'] = month
@@ -136,6 +138,7 @@ if $ARGS[0] = 'intro_pavlovsk':
 end
 
 if $ARGS[0] = 'intro_gadukino':
+	music_loop = 0
 	CLOSE ALL
 	menu_off = 1
 	grandmaQW['last_month_paid'] = month

+ 1 - 0
locations/intro_sg_m.qsrc

@@ -136,6 +136,7 @@ if $ARGS[0] = 'six':
 	'<center><img <<$set_imgh>> src="images/system/1_openings/2_sg/start_csg.jpg"></center>'
 	'Welcome to the Cursed Schoolgirl version! Guide <<$pcs_nickname>> through her school life, relationships and myriad of other issues that might pop up, all with the added spice of magic to keep things interesting!'
 	act 'Begin':
+		music_loop = 0
 		close all
 		if start_location = 0:
 			gt 'intro_sg', 'intro_pavlovsk'

+ 1 - 0
locations/intro_uni.qsrc

@@ -294,6 +294,7 @@ if $ARGS[0] = 'family_goodbye':
 end
 
 if $ARGS[0] = 'welcome_intro':
+	music_loop = 0
 	CLOSE ALL
 	daystart_start = 603
 	daystart = daystart_start

+ 1 - 0
locations/intro_uni_m.qsrc

@@ -121,6 +121,7 @@ if $ARGS[0] = 'wakeup':
 end
 
 if $ARGS[0] = 'welcome_intro':
+	music_loop = 0
 	CLOSE ALL
 	daystart_start = 603
 	daystart = daystart_start

+ 1 - 0
locations/intro_uni_tg.qsrc

@@ -387,6 +387,7 @@ if $ARGS[0] = 'sleepPRE':
 end
 
 if $ARGS[0] = 'welcome_intro':
+	music_loop = 0
 	CLOSE ALL
 	daystart_start = 603
 	daystart = daystart_start