Browse Source

[changed] the sequence at the end of preCSB to make it more logical

julzor 5 years ago
parent
commit
97980cd1c4
1 changed files with 48 additions and 38 deletions
  1. 48 38
      locations/preCSB.qsrc

+ 48 - 38
locations/preCSB.qsrc

@@ -369,10 +369,16 @@ if $ARGS[0] = 'intro_9':
 	lcolor = rgb(106, 90, 205)
 	'<center><img <<$set_imgh>> src="images/pre/csb/dyingforest.jpg"></center>'
 	'...'
-	wait 3000
+	wait 1500
 	*nl
 	'...'
-	wait 3000
+	wait 1500
+	*nl
+	'...'
+	wait 1500
+	*nl
+	'...'
+	wait 1500
 	*nl
 	'Darkness consumes your thoughts for some time. Eventually, images begin to form in your mind and you soon find yourself in a middle of a dream. The strange amulet stands before you and out of it comes a ghost of some sort. Before you even realize what you are doing, you find yourself staring deep into the ghost''s eyes which then turn into two planet earths.'
 	'"Most who look at the world see only the mundane, but there is more to it. Much more. Now you see that too. You have the potential to shape it all, but first, you have company."'
@@ -515,6 +521,40 @@ if $ARGS[0] = 'intro_9':
 end
 
 if $ARGS[0] = 'intro_end':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/system/schoolboy.jpg"></center>'
+	*nl
+	'You can choose from two starting locations:'
+	*nl
+	'In the Pavlovsk start you awaken at your parent''s home in the provincial town of Pavlovsk <i>(Recommended for new players)</i>. In the Gadukino start you are visiting your grandparent''s house in the small farming village of Gadukino.'
+
+	act 'Pavlovsk Start': gt 'preCSB', 'pav_start'
+	act 'Gadukino Start': gt 'preCSB', 'gad_start'
+end
+
+if $ARGS[0] = 'pav_start':
+	*clr & cla
+	'<center><h2>Pavlovsk</h2></center>'
+	'<center><img <<$set_imgh>> src="images/pre/alt/gorodok.jpg"></center>'
+	*nl
+	'<center>A provincial town in a rural area of Russia, it looks much like all the other towns in the region. Population: about 15000 inhabitants.</center>'
+	
+	act 'Continue': $starting_location = 'pavlovsk' & gt 'preCSB', 'game_start'
+	act 'Change location': gt 'preCSB', 'gad_start'
+end
+
+if $ARGS[0] = 'gad_start':
+	*clr & cla
+	'<center><h2>Gadukino</h2></center>'
+	'<center><img <<$set_imgh>> src="images/pre/alt/gadukino.jpg"></center>'
+	*nl
+	'<center>A small farming village with many rickety wooden houses and even more ruins of houses. This village has seen better times.</center>'
+	
+	act 'Continue': $starting_location = 'gadyukino' & gt 'preCSB', 'game_start'
+	act 'Change location': gt 'preCSB', 'pav_start'
+end
+
+if $ARGS[0] = 'game_start':
 	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
 	'Shortly after Tatiana left, your new mother showed up to take you to your new home. You met your new family and did the best you could to fit in, afraid of them figuring out that you are not <<$pcs_firstname>>. They seem to have bought Tatiana''s explanation of amnesia and mental trauma, going out of their way to reintroduce you to your new life.'
@@ -534,7 +574,8 @@ if $ARGS[0] = 'intro_end':
 		
 		act 'Continue':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/bedrpar.jpg"></center>'
+			if $starting_location = 'pavlovsk': '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/bedrpar.jpg"></center>'
+			if $starting_location = 'gadukino': '<center><img <<$set_imgh>> src="images/pre/alt/gadukino.jpg"></center>'
 			'It will take some more time for you to get completely used to your new body and life as <<$pcs_firstname>>. For now, you should just focus on getting out of bed.'
 			
 			act 'Continue':
@@ -555,46 +596,15 @@ if $ARGS[0] = 'intro_end':
 				
 				gs 'stat'
 				
-				act 'Continue': gt 'preCSB', 'game_start'
+				act 'Start your new life': 
+					if $starting_location = 'pavlovsk': gt 'bedrPar'
+					if $starting_location = 'gadukino': gt 'gadhouse'
+				end
 			end
 		end
 	end
 end
 
-if $ARGS[0] = 'game_start':
-	*clr & cla
-	'<center><img <<$set_imgh>> src="images/system/schoolboy.jpg"></center>'
-	*nl
-	'You can choose from two starting locations:'
-	*nl
-	'In the Pavlovsk start you awaken at your parent''s home in the provincial town of Pavlovsk <i>(Recommended for new players)</i>. In the Gadukino start you are visiting your grandparent''s house in the small farming village of Gadukino.'
-
-	act 'Pavlovsk Start': gt 'preCSB', 'pav_start'
-	act 'Gadukino Start': gt 'preCSB', 'gad_start'
-end
-
-if $ARGS[0] = 'pav_start':
-	*clr & cla
-	'<center><h2>Pavlovsk</h2></center>'
-	'<center><img <<$set_imgh>> src="images/pre/alt/gorodok.jpg"></center>'
-	*nl
-	'<center>A provincial town in a rural area of Russia, it looks much like all the other towns in the region. Population: about 15000 inhabitants.</center>'
-	
-	act 'Get out of bed and get dressed': gt 'bedrPar'
-	act 'Change location': gt 'preCSB', 'game_start'
-end
-
-if $ARGS[0] = 'gad_start':
-	*clr & cla
-	'<center><h2>Gadukino</h2></center>'
-	'<center><img <<$set_imgh>> src="images/pre/alt/gadukino.jpg"></center>'
-	*nl
-	'<center>A small farming village with many rickety wooden houses and even more ruins of houses. This village has seen better times.</center>'
-	
-	act 'Get out of bed and get dressed': gt 'gadhouse'
-	act 'Change location': gt 'preCSB', 'game_start'
-end
-
 !!------------------------
 !! Character Customization
 !!------------------------