Procházet zdrojové kódy

[added] variation for the runway event

hornguy6 před 3 roky
rodič
revize
d017dd7fc8
1 změnil soubory, kde provedl 53 přidání a 12 odebrání
  1. 53 12
      locations/foto_events.qsrc

+ 53 - 12
locations/foto_events.qsrc

@@ -2014,6 +2014,21 @@ if $ARGS[0] = 'pool2':
 	end
 end
 
+if $ARGS[0] = 'runway1':
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/foto.jpg"></center>'
+	'"<<$pcs_firstname>>!"'
+	'As you walk out of the changing room you hear someone call your name.'
+	act'Turn around':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
+		'As you turn you see a photographer running towards you, waving you over. You walk over to talk to him.'
+		act'"What''s up?"':
+			*clr & cla
+			
+		end
+	end
+end
+
 
 if $ARGS[0] = 'runway2':
 	*clr & cla
@@ -2030,7 +2045,6 @@ if $ARGS[0] = 'runway2':
 			'Hey <<$pcs_firstname>>, listen. We have an emergency situation and we''re looking for whoever is available. A clothing studio we sometimes shoot for is having a fashion show tonight but for some reason something''s gone wrong and they''re missing models."'
 			'"Missing models?" you gasp. "You mean like they''ve disappeared or something?"'
 			'He looks confused for a second and says, "What? No! Just for whatever reason, they don''t have enough models for tonight. I don''t know if it''s because some of them got sick or had an accident or if they just planned poorly and were supposed to have more than they hired. In any case, we need people to jump in tonight. It''s going to be an all day thing though. We can''t have anymore hiccups so if you agree you''ll have to stay here until the show starts and then the show itself runs until 22:00 tonight. We know it''s a big commitment so if you do we''re willing to shell out a ton of money to make this work. We''re talking a three grand bonus on top of your normal variety shoot rate. Can we count on you for tonight?"'
-
 			gs 'willpower', 'exhib', 'resist', 'easy'
 			if will_cost <= pcs_willpwr:
 				act'"I''m sorry, I can''t be out that late" (<<will_cost>> Willpower)':
@@ -2074,7 +2088,7 @@ if $ARGS[0] = 'runway2':
 				act'Continue':
 					*clr & cla
 					'<center><video autoplay loop src="images/locations/city/citycenter/photo/runway_waiting.mp4"></video></center>'
-					'Eventually the photographer succeeds in rounding up as many models including one really new girl who looks like it might have been her first day here when the photographer found her. You''re all sat down on a line of chairs and told to wait for the studio to do your makeup and wardrobe.'
+					'Eventually the photographer succeeds in rounding up as many models including girl who looks like it might have been her first day here when the photographer found her. You''re all sat down on a line of chairs and told to wait for the studio to do your makeup and wardrobe.'
 					act'Continue':
 						*clr & cla
 						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/mirrors.jpg"></center>'
@@ -2085,27 +2099,54 @@ if $ARGS[0] = 'runway2':
 						'The runway crew shows up and immediately moves you to the makeup station to get your hair and everything done. They really shovel it on for this. A bit different to the subtle makeup you normally put on for modelling.'
 						'They put you into the clothes that they''ve decided you''re going to be modelling and you wait for the show to begin.'
 						act'Continue':
-							hour = 20
-							modelpayfin = 6000 + (modelpay * 3) + (50*rand(0,7))
-							city_modelling += 30
-							pav_modelling += rand(0,city_modelling)/5
+							hour += 1
+							modelpayfin = 500 + (city_modelling * 10) + (modelpay * 3) + (50*rand(0,7))
+							city_modelling += rand(10,30)
+							pav_modelling += rand(0,city_modelling)/8
 							mdlng_exp += rand(8,10)
 							modelfoto_nip += 1
+							gs'stat'
 							*clr & cla
-							'<center><video autoplay loop src="images/locations/city/citycenter/photo/skill/skill_runway.mp4"></video></center>'
-							'As soon as they send you down the runway you realize something''s gone wrong. The loose cleavage of the dress you''re wearing is too loose. With the kind of purposeful steps you''re taking and your breasts jiggling underneath, the fabric falls to the sides and your breasts are left completely exposed. You try your best to recover but the dress is just too loose and skimpy and no matter what you do your breasts end up coming loose.'
-							'With nothing left to it and not wanting to make a big deal out of it and ruin the show, you put on your best model smile and just get through the rest of your walk.'
+							model['runway_outfit'] = rand(1,5)
+							if model['runway_outfit'] = 1:
+								'<center><video autoplay loop src="images/locations/city/citycenter/photo/skill/runway/1.mp4"></video></center>'
+								'As soon as they send you down the runway you realize something''s gone wrong. The loose cleavage of the dress you''re wearing is <i>too</i> loose. With the kind of purposeful steps you''re taking and your breasts jiggling underneath, the fabric falls to the sides and your breasts are left completely exposed. You try your best to recover but the dress is just too loose and skimpy and no matter what you do your breasts end up coming loose.'
+								'With nothing left to it and not wanting to make a big deal out of it and ruin the show, you put on your best model smile and just get through the rest of your walk.'
+							elseif model['runway_outfit'] = 2:
+								'<center><video autoplay loop src="images/locations/city/citycenter/photo/skill/runway/2.mp4"></video></center>'
+								'One of the problems with being a model is that you don''t get to actually choose the clothing you''re going to wear.'
+								*nl
+								'In this case, it''s really nothing more than panties with a backless and transparent mesh top that completely exposes your breasts. You aren''t sure what the intention of the designer was, but you know that modesty wasn''t part of it. But you smile and show off the outfit and your body anyways, posing briefly before walking back.'
+							elseif model['runway_outfit'] = 3:
+								'<center><video autoplay loop src="images/locations/city/citycenter/photo/skill/runway/3.mp4"></video></center>'
+								'The outfit you''re dressed in is a leopard print jumpsuit will bellbottoms. The outrageous pattern aside, it doesn''t show much skin and as a result, you find it easy to work your body to show off the outfit instead of your own assets. With a smile, a pose, and a wink, you get it done and begin your walk back.'
+							elseif model['runway_outfit'] = 4:
+								'<center><video autoplay loop src="images/locations/city/citycenter/photo/skill/runway/4.mp4"></video></center>'
+								if tits >= 3:
+									'As you walk forward, you can''t help but wonder if the girl this outfit was designed for a girl with small breasts. It''s tight around your chest and you can feel it riding up with every step. In the short the time it takes you to get to the end of the runway, the top has risen so much that your nipples are just barely still hidden by its hem. Within a few steps on the way back you need to pull it back in place. But at least once the walk is finished you''ll finally be able to let your sweater puppies free.'
+								elseif tits >= 2:
+									'As you walk forward, you can''t help but wonder if the girl this outfit was designed for a girl with smaller breasts than you. Or maybe even a girl who is completely flat. Even around your humble bosom, you can feel the material straining against your chest and it rides up with every step you take forward. In the short the time it takes you to get to the end of the runway, the top has risen so much that your nipples are just barely still hidden by its hem. Within a few steps on the way back you need to pull it back in place. But at least once the walk is finished you''ll finally be able to take this thing off and breathe normally again.'
+								else
+									'As you walk forward, you can''t help but wonder what idiot designed this outfit. Even with your virtually flat chest, your body strains against the material. You can feel it riding up with every step you take forward. In the short the time it takes you to get to the end of the runway, the top has risen so much that your nipples are just barely still hidden by its hem. Within a few steps on the way back you need to pull it back in place. But at least once the walk is finished you''ll finally be able to take this thing off and breathe normally again.'
+								end
+							elseif model['runway_outfit'] = 5:
+								'<center><video autoplay loop src="images/locations/city/citycenter/photo/skill/runway/5.mp4"></video></center>'
+								'The outfit you''re placed in really has you wondering again if fashion is really about art and style or if it''s just about putting women in exposed situations.'
+								*nl
+								'It''s hard not to wonder when the outfit is nothing more than a pink swimsuit bottom with wide overall type straps that only exist to cover up your nipples.'
+							end
 							act'Continue':
 								*clr & cla
-								hour = 22
+								hour += 1
 								money += modelpayfin
 								modelfotomoney += modelpayfin
+								gs'stat'
 								'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/foto.jpg"></center>'
 								if StoryLine = 1 and age < 18:
-									'Two hours later, the show is over and you''re left naked in the studio, counting the <<modelpayfin>> <b>₽</b> you''ve been paid and musing over the happenings of the night. Your fame has almost certainly increased by a large margin thanks to your professional composure during the wardrobe malfunction and that''s great. But at the same time, this kind of thing has the tendency to circle around and you <i>really</i> hope nobody in Pavlovsky hears about this...'
+									'Another hour later, the show is over, the clothes are taken back, and you''re left naked in the studio, counting the <<modelpayfin>> <b>₽</b> you''ve been paid and musing over the happenings of the night. Working the runway isn''t too bad. But at the same time, this kind of thing has the tendency to circle around and you <i>really</i> hope nobody in Pavlovsk hears about this...'
 									act'Back in the studio':gt'foto','studio'
 								else
-									'Two hours later, the show is over and you''re left naked in the studio, counting the <<modelpayfin>> <b>₽</b> you''ve been paid and musing over the happenings of the night. Your fame has almost certainly increased by a large margin thanks to your professional composure. You''re proud of yourself that you held it together like that and you''re excited to see what opportunities this added fame might bring.'
+									'Another hour later, the show is over and you''re left naked in the studio, counting the <<modelpayfin>> <b>₽</b> you''ve been paid and musing over the happenings of the night. Working the runway isn''t too bad.'
 									act'Back in the studio':gt'foto','studio'
 								end
 							end