Browse Source

Updated image & video links for Anya's changes

netuttki 1 year ago
parent
commit
e1811f1e4e

+ 2 - 0
.gitignore

@@ -36,3 +36,5 @@ images.zip
 
 # do NOT ignore editorconfig
 !.editorconfig
+
+MakeQSP.bat

+ 6 - 4
locations/gas_station_gp_117.qsrc

@@ -31,7 +31,9 @@ if $ARGS[0] = 'outside':
 	if car > 0 and cardrive = 29: gs 'gas_station_gp_117', 'gas'
 	*nl
 
-	if prostitute['earnings_day'] > 0: '<br>You have earned <<prostitute[''earnings_day'']>> <b>₽</b> today.'+iif(prostitute['payment_method'] = 0, ' Your share is <<prostitute[''earnings_day''] * prostitute[''share_player''] / 100>> <b>₽</b>'+iif(prostitute['debt_amount'] > 0, ', but your pimp will keep <<prostitute[''earnings_day''] * prostitute[''debt_payment_percent''] / 100>> <b>₽</b> to pay down your debt.', '.'), '')
+	if prostitutep'blocked'] = 0 and prostitute['gas_station'] = 1 and prostitute['earnings_day'] > 0: 
+		'<br>You have earned <<prostitute[''earnings_day'']>> <b>₽</b> today.'+iif(prostitute['payment_method'] = 0, ' Your share is <<prostitute[''earnings_day''] * prostitute[''share_player''] / 100>> <b>₽</b>'+iif(prostitute['debt_amount'] > 0, ', but your pimp will keep <<prostitute[''earnings_day''] * prostitute[''debt_payment_percent''] / 100>> <b>₽</b> to pay down your debt.', '.'), '')
+	end
 
 	'<br>You can take a bus to the '+iif(money < 75, 'train station', '<a href="exec: gt ''gas_station_gp_117'', ''bus_end''">train station</a>')+' in Pavlovsk. The bus ride and a short walk to the bus station will take and hour and a half minutes and cost 75 <b>₽</b>.'+iif(money < 75, ' You don''t have enough money.', '')
 
@@ -188,7 +190,7 @@ if $ARGS[0] = 'restroom':
 			*clr & cla
 			menu_off = 1
 			minut += 5
-			'<center><img <<$set_imgh>> src="images/player/joint_smoking.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/shared/drugs/joint_smoking.jpg"></center>'
 			'You go behind the restrooms and pull a joint out of your purse and light it up. Not before long you''re starting to feel the relaxing effects as you''re getting high.'
 			gs 'drugs', 'joint'
 			gs 'stat'
@@ -294,7 +296,7 @@ if $ARGS[0] = 'restroom_male':
 			gs 'drugs', 'cocaine'
 			minut += 5
 			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/player/cocaine.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/shared/drugs/cocaine.jpg"></center>'
 			'You snort some cocaine, feeling dizzy for just a moment. After that you feel fantastic, horny and full of energy.'
 
 			act 'Continue': gt $loc, $loc_arg
@@ -377,7 +379,7 @@ if $ARGS[0] = 'work':
 		if $prostitute_names['street'] = '': $prostitute_names['street'] = $pcs_nickname
 	end
 
-	'<center><video autoplay src="images/prostitution/car/normal/negotiation/search.mp4"></video></center>'
+	'<center><video autoplay src="images/shared/prostitution/car/normal/negotiation/search.mp4"></video></center>'
 	'You are walking near the gas station waiting for a client. On a scale from 1 to 10 you look like a <<hotcat>>. A good looking girl will always earn more money.'+iif(pcs_makeup < 2, ' You should '+iif(pcs_makeup = 0, 'fix your make-up', 'wear make-up')+' to increase your earnings.', ' Wearing make-up is a good way to increase your earnings.')+iif(pirsA > 0 and pirsA < 10000, ' Your tongue piercing will make a blowjob more enjoyable for most men, that could bring in a small bonus.', '')+iif($pantyworntype = 'sexshop' and CloSkirtShortness > 4, ' Wearing such a short skirt reveals your slutty panties to your potential customers.', '')+iif(pcs_apprnc = -10, ' You don''t look healthy and should seek treatment for your STD. There is a high chance that a guy won''t touch you without a condom.', '')
 
 	if prostitute['enema'] = 0: '<br>Nearly all men won''t like dirty anal sex, even with a condom, and it''s probably a safe bet that they won''t pay a lot for it. You should start giving yourself an enema before going to work.'

+ 17 - 17
locations/prostitution_car_negotiation.qsrc

@@ -80,7 +80,7 @@ if $ARGS[0] = 'look_client':
 		gt 'prostitution_car_negotiation', 'client_regular', 'look_client'
 	elseif prostitute['client_chance'] > 100 and prostitute['regular'] = 0:
 		prostitute['pity_counter'] = 0
-		'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
 
 		'A car stops next to you. "Hey sweetie, are you looking for a good time?" You say to him.'
 
@@ -125,7 +125,7 @@ if $ARGS[0] = 'look_client':
 		end
 	else
 		prostitute['pity_counter'] += rand(4,8)
-		'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/search.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/search.mp4"></video></center>'
 		'<br>Some cars drive by, but nobody stops.'
 		act 'Continue': gt $loc, 'work'
 	end
@@ -136,7 +136,7 @@ end
 ! [x] First check over
 if $ARGS[0] = 'client_regular':
 	*clr & cla
-	'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/arrival.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/arrival.mp4"></video></center>'
 
 	'A car approaches and slows down as it comes nearer. You take a look at the driver and you recognize him, he''s one of your regulars.'
 
@@ -144,7 +144,7 @@ if $ARGS[0] = 'client_regular':
 		*clr & cla
 		minut += 1
 		gs 'stat'
-		'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/approach.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/approach.mp4"></video></center>'
 		'"Hi <<$prostitute_names[''street'']>>. I was looking for you." He says in a good mood clearly happy to see you.'
 		*nl
 		'"Hey sweetie, good to see you again." You say to him with a smile on your lips.'
@@ -153,7 +153,7 @@ if $ARGS[0] = 'client_regular':
 			*clr & cla
 			minut += 1
 			gs 'stat'
-			'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
 			'"I was hoping that you would work today," he tells you and you give him a smile. You remember that he '+iif($prostitute['client_scene'] = 'Vaginal', 'never asked to fuck your ass and always preferred your pussy.', 'always preferred to fuck your ass.')
 			*nl
 
@@ -174,7 +174,7 @@ if $ARGS[0] = 'client_regular':
 					*clr & cla
 					minut += 2
 					gs 'stat'
-					'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
+					'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
 
 					'"So, I guess you want to fuck my '+iif($prostitute['client_scene'] = 'Vaginal', 'pussy', 'ass')+'? You seem to love that the last time.'
 					'He grins. "You remembered?" He asks you. "Sure," you answer with a convincing smile. "I''ll always remember what my most loyal customers like."'
@@ -320,7 +320,7 @@ if $ARGS[0] = 'client_regular_fail':
 	*clr & cla
 	minut += 5
 	gs 'stat'
-	'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
 	'"I''m sorry sweetie, I know you really like to fuck my '+iif($prostitute['client_scene'] = 'Vaginal', 'pussy', 'ass')+' but I''m not up for that today."'
 	*nl
 	'"Shit? Really?" You nod and he looks disheartened. After a moment he shrugs and throws you a grin. "Don''t worry about it <<$prostitute_names[''street'']>>, it''s fine, you''re always worth the wait."'
@@ -340,13 +340,13 @@ if $ARGS[0] = 'client_regular_success':
 	prostitute['regular_timer'] = daystart
 	!!gs 'prostitution_functions', 'acceptance_check', 'regular'
 	gs 'stat'
-	'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/drive.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/drive.mp4"></video></center>'
 	'You get into his car and he takes you to your regular spot at the end of the parking lot.'
 
 	act 'Continue':
 		*clr & cla
 		if rand(1,10) < 4 and prostitute['skip_start'] = 0:
-			'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/money_0a.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/money_0a.mp4"></video></center>'
 			'You don''t want to say anything about the money, it always dampens the mood if you have to remind your clients to pay upfront. But with him you always have to say something. The instant he stops the car he reaches out for your top and touches your breasts.'
 			'"Show them to me," he murmurs and together you free your tits from your top. "I love those. They''re perfect."'
 			'"Thanks," you say as he grabs your right boob and squeezes it with a look on his face of a teenage boy that sees one of those for the first time.'
@@ -357,7 +357,7 @@ if $ARGS[0] = 'client_regular_success':
 
 			act 'Remind him to pay you':
 				*clr & cla
-				'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/money_0b.mp4"></video></center>'
+				'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/money_0b.mp4"></video></center>'
 				'"You have to pay me first," you tell him quietly, but he doesn''t listen. Instead he eagerly puts one of your nipples inside your mouth and starts to suck on them. "Please, you know you have to pay first." You remind him again.'
 				'"Fine," he sighs and jokes: "But they taste so good," stretching the ''so'' ridiculously long.'
 				'You laugh and shake your head. "Come on," you grin when he doesn''t stop and push him away.'
@@ -377,7 +377,7 @@ if $ARGS[0] = 'client_regular_success':
 			end
 		else
 			minut += 2
-			'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/money_1.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/money_1.mp4"></video></center>'
 			'You don''t want to say anything about the money, it always dampens the mood if you have to remind your clients to pay upfront. But with him you don''t have to. The instant he stops the car, he pulls out his wallet and hands you the money. He even makes sure that you see that everything is there without you having to count it yourself.'
 			'"Thanks," you say and take the <<prostitute[''payment'']>> <b>₽</b>.'+iif(prostitute['payment_method'] = 1, '', ' You keep it separated from your own money until you can settle everything with Volya tonight.')
 			*nl
@@ -407,7 +407,7 @@ if $ARGS[0] = 'negotiation_start':
 
 	if prostitute_auto['normal'] = 1: gt 'prostitution_car_negotiation', 'negotiation_automatic'
 
-	'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
 
 	iif(prostitute['propose'] = 0, 'You lean into his car and chat with him about the price and what he likes and dislikes.' , iif(prostitute['propose'] = 2, 'He doesn''t like your suggestion and instead offers something else.', 'You chat with him about the price.'))+' At the end of your conversation he takes a good look at you and '+iif(prostitute['std_mod'] = 0, 'asks you if you do it with or without a condom.', 'tells you that you don''t look healthy and he won''t do it without a condom')
 
@@ -509,7 +509,7 @@ if $ARGS[0] = 'negotiation_condom_yes':
 	*clr & cla
 	minut += 2
 	gs 'stat'
-	'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
 
 	gs 'prostitution_functions', 'payment', 'condom_yes', 'Outside or Condom'
 
@@ -563,7 +563,7 @@ if $ARGS[0] = 'negotiation_condom_no':
 	minut += 2
 	gs 'stat'
 
-	'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
 
 	gs 'prostitution_functions', 'payment', 'condom_no', 'not_discussed'
 
@@ -691,7 +691,7 @@ if $ARGS[0] = 'negotiation_fail':
 	*clr & cla
 	minut += 2
 	gs 'stat'
-	'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/leave_walk.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/leave_walk.mp4"></video></center>'
 	'He shakes his head. "I have changed my mind'+iif(rand(1,10) < 7, '", sorry girl maybe next time."', ', bitch. Get away from my car."')+' He says.'
 
 	act 'Step back from the car':
@@ -726,7 +726,7 @@ if $ARGS[0] = 'negotiation_success':
 	*clr & cla
 	minut += 2
 	gs 'stat'
-	'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/drive.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/drive.mp4"></video></center>'
 	if prostitute_auto['negotiation'] = 1:
 		'You have negotiated the following'+iif(prostitute_auto['willpower'] = 1, ', but you didn''t have enough willpower to resist all of his demands:', ':')
 		'Sex: <<$prostitute[''client_scene'']>>'
@@ -781,7 +781,7 @@ if $ARGS[0] = 'money':
 	*clr & cla
 	minut += 2
 	prostitute['client_satisfaction'] = 0
-	'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/money.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/money.mp4"></video></center>'
 	'"So...," you say when he parks his car, but he already knows what you''re going to say. "Yeah, I know, you want your money."'
 	'He pulls out his wallet and hands you <<prostitute[''payment'']>> <b>₽</b>.'+iif(prostitute['payment_method'] = 1, '', ' You keep it separated from your own money until you can settle everything with Volya tonight.')
 

+ 38 - 38
locations/prostitution_car_sex.qsrc

@@ -18,7 +18,7 @@ end
 ! [x] First check
 if $ARGS[0] = 'Blowjob':
 	*clr & cla
-	'<center><video autoplay loop src="images/prostitution/car/normal/sex/blowjob/bj_'+rand(1,27)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/blowjob/bj_'+rand(1,27)+'.mp4"></video></center>'
 
 	if prostitute['scene_repeat'] = 0:
 		'At the sight of your naked body he wastes no time to undress and reveal his '+iif($prostitute['client_scene'] ! 'blowjob', 'limb dick.', 'already hard cock.')+' You both shuffle around in the car until you find a comfortable position.'+iif(rand(1,10) < 4, ' Sometimes you both can''t stop yourself from laughing, when you awkwardly move around each other and body parts intertwine.', '')
@@ -64,7 +64,7 @@ end
 ! [x] First check
 if $ARGS[0] = 'Vaginal':
 	*clr & cla
-	'<center><video autoplay loop src="images/prostitution/car/normal/sex/vaginal/vaginal_'+rand(1,45)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/vaginal/vaginal_'+rand(1,45)+'.mp4"></video></center>'
 
 	if prostitute['scene_repeat'] = 0:
 		if prostitute['blowjob_first'] = 0: 'Once you both are alone you quickly take of your clothes and present your pussy to him. At the sight of your pussy he wastes no time unzipping his pants to reveal his already hard cock.'
@@ -96,7 +96,7 @@ end
 ! [x] First check
 if $ARGS[0] = 'Anal':
 	*clr & cla
-	'<center><video autoplay loop src="images/prostitution/car/normal/sex/anal/anal_'+rand(1,19)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/anal/anal_'+rand(1,19)+'.mp4"></video></center>'
 
 	if prostitute['scene_repeat'] = 0:
 		if prostitute['blowjob_first'] = 0: 'Once you both are alone you quickly take of your clothes and present your pussy to him. At the sight of your pussy he wastes no time unzipping his pants to reveal his already hard cock.'
@@ -290,7 +290,7 @@ if $ARGS[0] = 'cumshot':
 		gs 'prostitution_functions', 'std_check_oral', 'low'
 		gt 'prostitution_car_sex', 'rimjob_end'
 	elseif $ARGS[1] = 'mouth':
-		'<center><video autoplay loop src="images/prostitution/car/normal/sex/cum/mouth_'+rand(1,6)+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/cum/mouth_'+rand(1,6)+'.mp4"></video></center>'
 		'"'+iif(rand(1,10) < 4, 'Bitch, ', '')+'I''m cumming." He says'+iif(prostitute['scene_repeat'] = 0, '', ' finally')+iif($prostitute_client_condom = 'Yes', ', pulls the condom off ', ' ')+'and pushes his cock back inside your mouth and shoots his load down your throat.'
 		if $prostitute_client_cumshot ! 'Inside':
 			'"That wasn''t what we agreed on," you say angrily after he pulls his dick out of your mouth.'
@@ -299,13 +299,13 @@ if $ARGS[0] = 'cumshot':
 		gs 'cum_call', 'mouth', 'a client'
 		swallow += 1
 	elseif $ARGS[1] = 'facial':
-		'<center><video autoplay loop src="images/prostitution/car/normal/sex/cum/face_'+rand(1,7)+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/cum/face_'+rand(1,7)+'.mp4"></video></center>'
 		'"'+iif(rand(1,10) < 4, 'Bitch, ', '')+'I''m cumming." The man says'+iif(prostitute['scene_repeat'] = 0, '', ' finally')+iif($prostitute_client_condom = 'Yes', ', pulls off the condom ', ' ')+'and shoots his cum all over your face.'
 		gs 'cum_call', 'face', 'a client'
 		facial += 1
 		if rand(1,100) > 95 and pcs_makeup > 1: pcs_makeup = 0
 	elseif $ARGS[1] = 'vaginal_creampie':
-		'<center><video autoplay loop src="images/prostitution/car/normal/sex/cum/pussy_'+rand(1,7)+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/cum/pussy_'+rand(1,7)+'.mp4"></video></center>'
 		if prostitute['accident'] = 1 and prostitute['client_creampie'] = 0 and $prostitute_client_cumshot ! 'Inside':
 			prostitute['payment'] += 300
 			'He speeds up for a moment and then shoots his cum deep inside you.'
@@ -328,9 +328,9 @@ if $ARGS[0] = 'cumshot':
 		gs 'cum_call', 'vaginal', 'a client'
 	elseif $ARGS[1] = 'stomach':
 		if $prostitute['client_scene'] = 'Anal':
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/cum/abelly_'+rand(1,10)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/cum/abelly_'+rand(1,10)+'.mp4"></video></center>'
 		else
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/cum/pbelly_'+rand(1,10)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/cum/pbelly_'+rand(1,10)+'.mp4"></video></center>'
 		end
 
 		iif($prostitute_client_condom = 'Yes', 'The man'+iif(prostitute['scene_repeat'] = 0, ' ', ' finally ')+'takes off the condom, ', 'He'+iif(prostitute['scene_repeat'] = 0, ' ', ' finally ')+'')+'groans and shoots his cum all over your labia and belly. Satisfied, he starts to clean himself up, going as far as to crudely wipe away the last dribbles of cum leaking from his cock onto your stomach. "That was fun'+iif(rand(1,10) < 4, ', slut."', '."')+' He says.'
@@ -339,16 +339,16 @@ if $ARGS[0] = 'cumshot':
 		gs 'cum_call', 'labia', 'a client'
 	elseif $ARGS[1] = 'butt':
 		if $prostitute['client_scene'] = 'Anal':
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/cum/abutt_'+rand(1,4)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/cum/abutt_'+rand(1,4)+'.mp4"></video></center>'
 		else
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/cum/pbutt_'+rand(1,4)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/cum/pbutt_'+rand(1,4)+'.mp4"></video></center>'
 		end
 
 		iif($prostitute_client_condom = 'Yes', 'The man'+iif(prostitute['scene_repeat'] = 0, ' ', ' finally ')+'takes off the condom, ', 'He'+iif(prostitute['scene_repeat'] = 0, ' ', ' finally ')+'')+'groans and shoots his cum all over your butt. Satisfied, he starts to clean himself up, going as far as to crudely wipe away the last dribbles of cum leaking from his cock onto your butt. "That was fun'+iif(rand(1,10) < 4, ', slut."', '."')+' He says.'
 
 		gs 'cum_call', 'butt', 'a client'
 	elseif $ARGS[1] = 'anal_creampie':
-		'<center><video autoplay loop src="images/prostitution/car/normal/sex/cum/anal_'+rand(1,2)+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/cum/anal_'+rand(1,2)+'.mp4"></video></center>'
 		if prostitute['client_creampie'] = 1 and $prostitute_client_cumshot ! 'Inside':
 			'For several more minutes he pounds your ass until he finally stops'+iif($prostitute_client_condom = 'Yes', 'and pulls out for a second before he pushes back inside.', ', cock still buried deep in your ass.')+' He groans and you can feel spurts of warm cum fill you.'
 			'"What''s wrong with you?" You scream while he slips out of your abused hole.'
@@ -405,37 +405,37 @@ if $ARGS[0] = 'rimjob_end':
 
 	if $prostitute_fetish['rimjob'] = '':
 		$prostitute_fetish['rimjob'] = 'undecided'
-		'<center><video autoplay loop src="images/prostitution/car/normal/sex/rimjob/rimjob_s5.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/rimjob/rimjob_s5.mp4"></video></center>'
 		'He lays down on the backseat and lift his legs to present his ass to you. What have you agreed to? You ask yourself as your eyes wander down to his exposed asshole. He shaved the hair around it just like he did his balls and most of his crotch. At least you won''t have a ton of hair in your mouth. "Don''t worry, I showered before coming here," he tries to reassure you. "I always hope to find a girl that will do it. So I come prepared."'
 		'You continue to question your decision as you slowly move your head towards his ass. When you''re only an inch away you stick out your tongue and flinch the second it tip touches his puckered asshole. You quickly retreat back an inch, but it was unpleasant. A bit weird, but it didn''t taste horrible as you may have feared. "Please," the man pleads and that is the push you need to get back into it. You touch his asshole again with your tongue and start to lick the puckered flesh and the area around it. It tastes a bit bitter, but not bad and you quickly get used to it as you move your tongue around and over his asshole. "Spit on it," he orders you as he strokes his cock furiously. You do as he commands and push a bit with your tongue against his now wet opening. That takes him over the edge and he shoots his cum all over his hand an stomach while his asshole twitches slightly against your tongue. "Thanks," he says sounding completely spend but satisfied.'
 	else
 		if prostitute['rim_counter'] = 0 or (prostitute['rim_counter'] = 6 and prostitute_rand = 0):
 			prostitute['earnings_day'] += 200
 			if prostitute_status['main'] = -1 or prostitute_georgiy['payment_method'] = 1: money += 200
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/rimjob/rimjob_s0_'+rand(0,2)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/rimjob/rimjob_s0_'+rand(0,2)+'.mp4"></video></center>'
 			'He kneels on the backseat and spreads his ass-cheeks with his hands to give you better access to his asshole.'+iif($prostitute_fetish['rimjob'] = 'yes', ' Not even h', ' H')+'esitating for a second you push your mouth in his ass-crack and coat the sensitive area in your saliva. "Fuck, yes," the man shouts. "This is so fucking hot," he continues, when you dance around his hole with your tongue, before sucking on it once. After a minute of constant licking he urges you to give him a handjob and stimulated by your tongue and hands he shoots his cum on the backseat within a minute.'
 			*nl
 			'"Thanks, that was the best orgasm I had in a long time," he says sounding satisfied and pulls out another 200 <b>₽</b>. "Here take this for a job well done."'
 		elseif prostitute['rim_counter'] = 1 or (prostitute['rim_counter'] = 6 and prostitute_rand = 1):
 			gs 'cum_call', 'hands', 'a client'
 			if prostitute_thought['rimjob'] = 0: prostitute_thought['rimjob'] = 1
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/rimjob/rimjob_s1.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/rimjob/rimjob_s1.mp4"></video></center>'
 			'In contrast to most guys he''s completely shaved. Not a single hair is left on his ass, balls and crotch which makes the whole experience a bit more enjoyable for you.'+iif(prostitute_thought['rimjob'] < 2, ' You give yourself a mental shake. It isn''t as if you like giving guys a rimjob... or do you? You ask yourself, but immediately push the thought aside and concentrate on the task in front of you. ', ' ')+'He also tastes like nothing, not even sweat as if he stepped right out of the shower. "That''s great, keep doing that," he says with a blissful smile on his face, when you flick your tongue through the puckered meat of his hole.'
 			*nl
 			'You continue to tease his ass with your '+iif(pirsA > 0 and pirsA < 10000, 'piercing', 'tongue')+' for the next few minutes and stroking his cock with your hands. "Damn, that''s...," he stops talking as cum erupts from the tip of his cock coating your hand in it.'
 		elseif prostitute['rim_counter'] = 2 or (prostitute['rim_counter'] = 6 and prostitute_rand = 2):
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/rimjob/rimjob_s2.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/rimjob/rimjob_s2.mp4"></video></center>'
 			'You push your face into his shaved ass-crack and dig in. "That feels nice," he says with a grin and strokes his cock as your tongue moves up and down his ass-crack. "Sounds even nicer," he adds, when the air is filled with the slobbery sounds your mouth and tongue make on his ass.'
 			'"Yeah that''s it, lick my asshole whore, suck on it," he says more to himself to turn him on than to you. Still, you do what he says and enclose your mouth around his hole and suck on it a few times. "Shit, I''m coming," he hisses and erupts all over his hands.'
 		elseif prostitute['rim_counter'] = 3 or (prostitute['rim_counter'] = 6 and prostitute_rand = 3):
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/rimjob/rimjob_s3_'+rand(0,1)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/rimjob/rimjob_s3_'+rand(0,1)+'.mp4"></video></center>'
 			'"I...," his face turns red. "I know it''s probably not something you enjoy," he says, "but could you at least fake it?"'
 			'"I don''t have to fake it," you '+iif($prostitute_fetish['rimjob'] = 'yes', 'tell him the truth', 'lie to make him feel better')+'. "Really?" he asks surprised and happy at the same time. You nod and push him down on the backseat. "Of course, or I wouldn''t do it," you tell him and wink at him, before pushing your face into his ass and run your tongue through his ass-crack and over his asshole without breaking eye contact with him. "Yummy," you grin.'
 			*nl
 			'You give it all you got to give him a good time and make him believe that there is nothing more enjoyable for you than to have your face pushed against a guys ass. The whole time his gaze is fixed on you until he cums.'
 		elseif prostitute['rim_counter'] = 4 or (prostitute['rim_counter'] = 6 and prostitute_rand = 4):
 			cla
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/rimjob/rimjob_s4.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/rimjob/rimjob_s4.mp4"></video></center>'
 			'"More pressure," your client demands as your tongue moves up and down between his ass-cheeks. "Come on, really push against it," he adds and you shift your focus to his asshole. Your tongue pushes against it and you apply more force than you normally would. "Yeah, that''s it. Your tongue feels great," he moans as his eyes flutter shut and his right hand grabs his cock.'
 			'For a minute or two nobody says a word and the only things you can hear are the cars rushing by on the nearby highway and the perverted slobbery sounds your mouth makes in his ass-crack. "A finger, push a finger inside," he tells you as he quickens his strokes. "Now!"'
 			'You do it. Your right index finger moves past his saliva covered sphincter into his ass. "Wiggle it around," he yells and your lips curl upwards into a small grin, when you move your finger up and down and his cock shoots several large spurts on his crotch, stomach and even hit his throat.'
@@ -467,7 +467,7 @@ if $ARGS[0] = 'rimjob_end':
 					prostitute_stats['atm'] += 1
 					gs 'prostitution_functions', 'std_check_oral', 'low'
 					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/prostitution/car/normal/sex/rimjob/finger.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/shared/prostitution/car/normal/sex/rimjob/finger.jpg"></center>'
 					'"1,000?" you ask making sure you heard him correctly. "Yeah, a thousand rubles. You only have to put that finger into your mouth," he encourages you. You '+iif($prostitute_fetish['atm'] = 'yes', 'shrug', 'sigh')+' and suck your finger into your mouth. His eyes grow wide, when you swirl your tongue around it, before pulling your finger lasciviously out of your mouth. "Damn, you''re nasty," he says chuckling and hands you the promised 1,000 <b>₽</b>.'
 
 					act 'Get dressed': gt 'prostitution_car_sex', 'end'
@@ -491,7 +491,7 @@ if $ARGS[0] = 'rimjob_end':
 			if prostitute_thought['trash'] = 0: prostitute_thought['trash'] = 1
 			facial += 1
 			gs 'cum_call', 'face', 'a client'
-			'<center><video autoplay loop src="images/prostitution/car/normal/sex/rimjob/rimjob_s5.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/sex/rimjob/rimjob_s5.mp4"></video></center>'
 			'"Just flick your tongue over it," the men tells you as he'+iif(prostitute['condom'] = 1, ' pulls the condom off and ', ' ')+'takes his cock into his hand. You do as he wants '+iif($prostitute_fetish['rimjob'] = 'yes', 'without hesitation', 'after hesitating for a few seconds')+' and flick the tip of your tongue over the puckered flesh of his hole. "Look me in the eye bitch," he orders you and instinctively you look up into his '+iif(rand(0,1) = 1, 'brown', 'blue')+' eyes. There is no respect or appreciation in them for what you''re doing for him. You realize that it isn''t about him wanting to get a rimjob, but about you doing such a degrading act for money. "Yeah, taste my ass," he says coldly while he continues to furiously stroke his cock. It turns him on so much to degrade you that it won''t take long for him to cum. "That''s what you''re good for, licking a mans asshole... you fucking trash," he nearly screams the last words as suddenly moves backwards and upright to point his cock directly at you. Your eyes close, the only thing you have time for, before his cum lands all over your face.'
 			*nl
 			if prostitute['rim_unfriendly'] = 0 or rand(0,2) = 2:
@@ -520,7 +520,7 @@ if $ARGS[0] = 'end':
 	prostitute['customer_day'] += 1
 	gs 'fame', 'city', 'prostitute', 1
 	gs 'stat'
-	'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/leave_car.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/leave_car.mp4"></video></center>'
 	'"That was great", he tells you with a satisfied smile on his face. "Can we meet again sometime?"'
 
 	if (prostitute['client_creampie'] = 1 and $prostitute_client_cumshot ! 'Inside') or prostitute['client_asshole'] = 1:
@@ -536,7 +536,7 @@ if $ARGS[0] = 'end':
 			*clr & cla
 			minut += 2
 			gs 'stat'
-			'<center><video autoplay loop src="images/prostitution/car/normal/negotiation/leave_walk.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/normal/negotiation/leave_walk.mp4"></video></center>'
 			'You had <<prostitute[''customer_day'']>> '+iif(prostitute['customer_day'] > 1, 'clients', 'client')+' and earned <<prostitute[''earnings_day'']>> <b>₽</b> today.'
 
 			prostitute['reminded'] = 0
@@ -578,7 +578,7 @@ if $ARGS[0] = 'regular_start':
 	*clr & cla
 	menu_off = 1
 	cumnostd = 1
-	'<center><video autoplay loop src="images/prostitution/car/regular/sex/start.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/start.mp4"></video></center>'
 	'You rub your hand over the hard bulge in his pants and smile seductively at him. "Let''s take care of this."'
 	'He groans and watches you opening his pants. "Yes, <<$prostitute_names[''street'']>>. I have waited the whole week for this," he tells you while you take his semi-hard cock and rub it slowly with your hand.'
 	*nl
@@ -619,10 +619,10 @@ end
 if $ARGS[0] = 'regular_start_bj':
 	*clr & cla
 	if prostitute_scene_clit = 1:
-		'<center><video autoplay loop src="images/prostitution/car/regular/sex/start_blowjob_clit.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/start_blowjob_clit.mp4"></video></center>'
 		gs 'arousal', 'foreplay', -4, 'unknown', 'prostitution', 'no_orgasm_msg'
 	else
-		'<center><video autoplay loop src="images/prostitution/car/regular/sex/start_blowjob'+rand(0,1)+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/start_blowjob'+rand(0,1)+'.mp4"></video></center>'
 	end
 	'"That''s great, keep doing it like this," he tells you and you circle your tongue around the head of his cock again. "Yeah, like this," he responds and you can feel his cock growing harder in your mouth.'
 	iif(prostitute_scene_clit = 1, 'His hand moves to your pussy and carefully rubs your clit while', 'For the next two minutes')+' you keep bobbing your head up and down on his shaft.'
@@ -656,7 +656,7 @@ if $ARGS[0] = 'regular_start_lick':
 	*clr & cla
 	prostitute_scene_lick = 1
 	prostitute_pic_rand = rand(0,1)
-	'<center><video autoplay loop src="images/prostitution/car/regular/sex/start_lick'+'<<prostitute_pick_rand>>'+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/start_lick'+'<<prostitute_pick_rand>>'+'.mp4"></video></center>'
 	'He hinges down the passenger seat. "Lay down, I want to taste you," he tells you. You eagerly obey and spread your legs.'
 	'"Beautiful," he comments on your'+iif(pcs_horny < 40, ' dry ', ' wet ')+'pussy.'
 	*nl
@@ -686,27 +686,27 @@ if $ARGS[0] = 'regular_vaginal':
 	*clr & cla
 	if prostitute['scene_repeat'] = 0:
 		if prostitute_scene_lick = 0:
-			'<center><video autoplay loop src="images/prostitution/car/regular/sex/main_pussy_clit.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/main_pussy_clit.mp4"></video></center>'
 			'He hinges down the passenger seat. "Lay down," he tells you and lays done next to you. You spread your legs and he holds up your leg while you guide his cock to your entrance. Starting slow he speeds up after a few thrusts and fucks you in earnest after a minute.'
 			*nl
 			'You''re just laying there and try to enjoy the feeling as he fucks you and plays with your clit the entire time.'
 			gs 'arousal', 'foreplay', -6, 'unknown', 'prostitution', 'no_orgasm_msg'
 		elseif prostitute_scene_lick = 1:
-			'<center><video autoplay loop src="images/prostitution/car/regular/sex/main_pussy'+rand(0,2)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/main_pussy'+rand(0,2)+'.mp4"></video></center>'
 			gs 'arousal', 'auto_lube', 'vaginal'
 			'He moves out of his clothes and replaces his tongue with his dick. You spread your legs even further to give him easier access and he pushes inside.'
 			'Starting slow he speeds up after a few thrusts and fucks you in earnest after a minute.'
 		end
 	elseif prostitute['scene_repeat'] = 1:
 		prostitute_pic_rand = rand(3,5)
-		'<center><video autoplay loop src="images/prostitution/car/regular/sex/main_pussy<<prostitute_pic_rand>>.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/main_pussy<<prostitute_pic_rand>>.mp4"></video></center>'
 		if prostitute_pic_rand < 5:
 			'After a few minutes you switch positions. He puts the passenger seat back and moves to the back of the car and pulls you with him. You get on top of him and he continues pushing inside you.'
 		elseif prostitute_pic_rand = 5:
 			'"Get on your knees," he orders and helps you with it in the tight confounds of the car.'
 		end
 	elseif prostitute['scene_repeat'] = 2:
-		'<center><video autoplay loop src="images/prostitution/car/regular/sex/main_pussy6.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/main_pussy6.mp4"></video></center>'
 		iif(rand(1,10) < 4, 'You can''t remember that he ever showed such stamina, but today ', 'It''s always the same with him. His stamina shows no bounds and ')+' he can''t seem to get enough of you. It takes him several more minutes until he finally seems close to the finish line.'
 	end
 
@@ -724,7 +724,7 @@ end
 ! [x]: First check
 if $ARGS[0] = 'regular_anal':
 	*clr & cla
-	'<center><video autoplay loop src="images/prostitution/car/regular/sex/main_anal'+rand(0,4)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/main_anal'+rand(0,4)+'.mp4"></video></center>'
 
 	if prostitute['scene_repeat'] = 0:
 		'He moves onto the backseat of the car and lies down on it. "Get on top of me."'
@@ -793,20 +793,20 @@ if $ARGS[0] = 'regular_cumshot':
 	*clr & cla
 
 	if $ARGS[1] = 'mouth':
-		'<center><video autoplay loop src="images/prostitution/car/regular/sex/end_mouth.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/end_mouth.mp4"></video></center>'
 		'He pulls out of your '+iif($prostitute['client_scene'] = 'Anal', 'ass', 'pussy')+' and take his cock into your mouth. It won''t take much for him to cum.'+iif($prostitute['client_scene'] = 'Anal', ' You try to ignore the taste of your own ass', ' You can taste your own pussy on his dick')+' as you tease his head with your tongue. That takes him over the edge and he shoots his cum inside your mouth.'
 
 		gs 'arousal', 'bj', 2, 'unknown', 'prostitution', 'no_orgasm_msg'
 		gs 'cum_call', 'mouth', 'a regular client'
 		swallow += 1
 	elseif $ARGS[1] = 'vaginal_condom' or $ARGS[1] = 'vaginal_creampie':
-		'<center><video autoplay loop src="images/prostitution/car/regular/sex/end_pussy.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/end_pussy.mp4"></video></center>'
 		'You carefully massage his balls as he pushes into you. "I''m cumming," he groans and shoots his cum '+iif($ARGS[1] = 'vaginal_creampie', 'deep inside you.', 'inside the condom.')
 
 		gs 'arousal', 'vaginal', 2, 'unknown', 'prostitution', 'no_orgasm_msg'
 		if $ARGS[1] = 'vaginal_creampie': gs 'cum_call', 'vaginal', 'a regular client'
 	elseif $ARGS[1] = 'anal_condom' or $ARGS[1] = 'anal_creampie':
-		'<center><video autoplay loop src="images/prostitution/car/regular/sex/end_anal.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/end_anal.mp4"></video></center>'
 		'With one last push he shoves his cock into you and shoots his cum '+iif($ARGS[1] = 'anal_creampie', 'deep inside you.', 'inside the condom.')
 
 		gs 'arousal', 'anal', 2, 'unknown', 'prostitution', 'no_orgasm_msg'
@@ -824,7 +824,7 @@ end
 if $ARGS[0] = 'regular_main_lick':
 	*clr & cla
 	minut += 3
-	'<center><video autoplay loop src="images/prostitution/car/regular/sex/main_lick.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/regular/sex/main_lick.mp4"></video></center>'
 	'You can feel you are close and you move your hand between your legs to get yourself off.'
 	'He watches you for a few seconds before he moves between your legs. "Here, let me help you," he says and a second later you can feel his tongue between your pussy lips.'
 	$orgasm_txt = 'Within a few minutes your legs are shaking and you closes your eyes as the powerful orgasm washes over you.'
@@ -844,7 +844,7 @@ if $ARGS[0] = 'regular_end_0':
 		*clr & cla
 		minut += 10
 		gs 'stat'
-		'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/end_p1.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/end_p1.mp4"></video></center>'
 		'You chat with him for some time and he tells you a little bit about himself, his life and his problems. Listening, asking some questions and faking interest in their troubles has become an important part of your job, at least with your regulars. They come to you to reduce stress and that does sometimes mean more than fucking you.'
 		*nl
 		'He suddenly moves his head back to your tits and he plants several kisses on them. "What are you doing?" You laugh. "You can''t get enough of those? Do you?"'
@@ -859,7 +859,7 @@ if $ARGS[0] = 'regular_end_0':
 				minut += 2
 				gs 'willpower', 'pay', 'resist'
 				gs 'stat'
-				'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/end_p3.mp4"></video></center>'
+				'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/end_p3.mp4"></video></center>'
 				'"No, sorry sweetie, but I don''t kiss anybody while im working. It has nothing to do with you, it''s a rule I have," you '+iif($prostitute['kiss'] = 'yes', 'lie', 'say')+' to avoid upsetting him.'
 				'He doesn''t look too happy about it. "Fine, I guess I can understand that."'
 
@@ -875,7 +875,7 @@ if $ARGS[0] = 'regular_end_0':
 			*clr & cla
 			pcs_mood += 10
 			if $prostitute['kiss'] ! 'yes': $prostitute['kiss'] = 'yes'
-			'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/end_p2.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/end_p2.mp4"></video></center>'
 			'... kiss him. It''s a strangely sweet moment in a car next to a gas station after he has solicited you for sex.'
 			'"Thanks <<$prostitute_names[''street'']>>," he says and he looks happy not sexually satisfied but truly happy.'
 
@@ -937,7 +937,7 @@ if $ARGS[0] = 'regular_end_1':
 	prostitute['customer_day'] += 1
 	gs 'fame', 'city', 'prostitute', 2
 	gs 'stat'
-	'<center><video autoplay loop src="images/prostitution/car/regular/negotiation/end_p3.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/end_p3.mp4"></video></center>'
 	'"Bye <<$prostitute_names[''street'']>>, I hope I''ll seeing you again," is the last thing he says to you as you step out of the car. You close the door behind you and step back onto the parking lot of the gas station.'+iif(hour < 23, ' Your shift still isn''t over.', '')
 
 	killvar 'prostitute_scene_clit'

+ 35 - 35
locations/prostitution_pavlovsk.qsrc

@@ -59,7 +59,7 @@ if $ARGS[0] = 'search':
 	gs 'prostitution_functions', 'pav_client'
 	gs 'prostitution_functions', 'payment', 'pav'
 	gs 'stat'
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/search.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/search.mp4"></video></center>'
 	'You can walk around Pavlovsk to look for somebody that''s interested in buying your services. Since Pavlovsk isn''t a big city you expect that with your current fame you won''t find more than <<prostitute[''pav_daily_max'']>> guys per day and '+iif(prostitute['pav_daily_count'] >= prostitute['pav_daily_max'], 'you already had <<prostitute[''pav_daily_count'']>> customers.', 'you only had <<prostitute[''pav_daily_count'']>> customers today.')
 
 	if prostitute['cum_dressed'] = 1: 'People can see cum on you. You should clean it before searching for a client.'
@@ -84,7 +84,7 @@ if $ARGS[0] = 'search':
 					*clr & cla
 					minut += 40
 					gs 'stat'
-					'<center><video autoplay loop src="images/prostitution/pavlovsk/street/search.mp4"></video></center>'
+					'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/search.mp4"></video></center>'
 					'You walked around Pavlovsk for an hour, but nobody was interested in you.'
 
 					act 'Continue': gt 'prostitution_pavlovsk', 'search'
@@ -117,7 +117,7 @@ if $ARGS[0] = 'search':
 			menu_off = 1
 			minut += 5
 			pro_drugs['timer_pavlovsk'] = daystart
-			'<center><img <<$set_imgh>> src="images/player/joint_smoking.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/shared/drugs/joint_smoking.jpg"></center>'
 			'You head into a nearby back alley and pull a joint out of your purse and light it up. Not before long you''re starting to feel the relaxing effects as you''re getting high.'
 			gs 'drugs', 'joint'
 	        gs 'stat'
@@ -134,7 +134,7 @@ if $ARGS[0] = 'start':
 	gs 'willpower', 'prostitution', 'self', iif(prostitute['pav_regular'] = 1, 'easy', 'medium')
     
 	gs 'stat'
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_'+iif(prostitute['pav_regular'] = 0, rand(0,3), pro_rand)+'/start.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_'+iif(prostitute['pav_regular'] = 0, rand(0,3), pro_rand)+'/start.mp4"></video></center>'
 	if $prostitute['client_behavior'] = 'nice' and prostitute['pav_regular'] < 1:
 		'"Excuse me," an approaching man says. "I''m sorry to disturb you, but are you by any chance <<$pcs_nickname>>? A friend of mine showed me a photo of you and said you...," he hesitates and looks around to make sure that nobody is in earshot. "Could I buy your services?"'
 	elseif $prostitute['client_behavior'] = 'nice' and prostitute['pav_regular'] = 1:
@@ -237,7 +237,7 @@ if $ARGS[0] = 'set_0':
 	if prostitute['pav_regular'] < 1: guy += 1
 	$prostitute['pav_walk'] = iif(rand(0,1) = 0, 'pav_residential', 'pav_complex')
 	gs 'prostitution_pavlovsk', 'travel', $prostitute['pav_walk']
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/private/bj_'+rand(0,3)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/private/bj_'+rand(0,3)+'.mp4"></video></center>'
 	if $prostitute['client_behavior'] = 'abusive':
 		gs 'pain', 8, 'head', 'slap'
 		gs 'fame', 'pav', 'prostitute', iif($prostitute['pav_scene'] = 'blowjob', rand(2,4), rand(3,6))
@@ -262,7 +262,7 @@ if $ARGS[0] = 'set_0':
 			*clr & cla
 			minut += 12
 			gs 'arousal', 'auto_lube', 'vaginal', 'custom'
-			'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/private/vag_'+rand(0,2)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/private/vag_'+rand(0,2)+'.mp4"></video></center>'
 			if $prostitute['client_behavior'] = 'abusive':
 				'"Move your ass to the couch," he shouts, but he doesn''t even wait for you to comply. His hands push you hard and you can feel his weight on you only two heartbeats after you have landed on the couch. "Gonna ruin that hole," he says and forces his cock completely inside you in one hard push. He laughs as he starts to fuck you hard. "Not much left for me to ruin."'
 				$orgasm_txt = 'It starts between your legs, wanders down your legs and up your spine until your pussy clamps down hard and you moan uncontrollably as your whole body vibrates from the orgasm. "Yeah, cum you filthy slut. I knew that you like it rough."'
@@ -319,7 +319,7 @@ if $ARGS[0] = 's0_facial':
 	*clr & cla
 	facial += 1
 	minut += 6
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/private/end_facial.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/private/end_facial.mp4"></video></center>'
 	if $prostitute['client_behavior'] = 'abusive':
 		'It''s finally over, you think, when he forces you onto your knees and aims his dick at your face'+iif(prostitute['pav_condom'] = 1, ' and pulls the condom off.', '.')+'"Take it slut," he shouts as he furiously rubs his cock until he coats your entire face in cum. "Yeah bitch, that''s looks really nice on you," he looks at you like an artist who examines his latest masterpiece. Then he suddenly grabs you and pulls you towards the door. "Now get the fuck out," he shouts, opens the door and pushes you out of the apartment.'
 		'"Please, my clothes," you beg. He throws them onto the dirty floor and closes the door without saying another word. You quickly get dressed and ...'
@@ -346,7 +346,7 @@ end
 if $ARGS[0] = 's0_internal':
 	*clr & cla
 	minut += 6
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/private/end_vag.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/private/end_vag.mp4"></video></center>'
 	gs 'arousal', 'vaginal', -6, 'prostitution', iif($prostitute['client_behavior'] = 'abusive', 'rough', '')
 	gs 'arousal', 'end'
 	if prostitute['pav_condom'] = 1:
@@ -404,7 +404,7 @@ if $ARGS[0] = 'set_1':
 	if prostitute['pav_regular'] < 1: guy += 1
 	$prostitute['pav_walk'] = iif($prostitute['pav_location'] = 'public', 'pav_industrial', 'pav_residential')
 	gs 'prostitution_pavlovsk', 'travel', $prostitute['pav_walk']
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/bj_'+rand(0,2)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/bj_'+rand(0,2)+'.mp4"></video></center>'
 	if $prostitute['pav_location'] = 'public':
 		gs 'fame', 'pav', 'prostitute', rand(2,4)
 		'"Come on slut, let''s go." After several minutes it''s become clear that you''re walking towards the outskirts of the industrial area, but he turns right into a small empty street before you can reach the warehouse. He abruptly turns around and points to the ground. "Get on your knees," he tells you unbuckling his belt at the same time. He opens his mouth again, when you didn''t comply with his wishes. "I paid, so do what I say you piece of shit," he growls and lifts his hand ready to strike. You quickly drop down kneeling on the hard uncomfortable asphalt and submissively open your mouth to not give him a reason to hit you. "Good slut, somebody trained you well." He aligns his cock with your mouth and slowly moves his hips forward until his pubic hairs tickle your nose. "I''ll fuck you so hard, that you''re going to puke," he predicts, grabs your head with both hands and uses your mouth like a pussy.'
@@ -420,7 +420,7 @@ if $ARGS[0] = 'set_1':
 		*clr & cla
 		minut += 12
 		gs 'arousal', 'auto_lube', 'vaginal', 'custom'
-		'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/vag_'+iif($prostitute['pav_location'] = 'public', rand(0,3), rand(0,7))+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/vag_'+iif($prostitute['pav_location'] = 'public', rand(0,3), rand(0,7))+'.mp4"></video></center>'
 		if $prostitute['pav_location'] = 'public':
 			gs 'pain', 10, 'asscheeks', 'slap'
 			'You suck in air, when he finally relents and pulls his cock far enough out of your mouth that you can take more than one quick breath which was all you could do in the last ten minutes. He grabs you by the hip, turns you around and slams your body on the hood of a nearby old car. "You should be glad that I pay you. Rapemeat like you doesn''t deserve to be treated this nicely." he tells you coldly before he forces his cock deep inside your cunt. His hand slaps your ass with all the strength he can muster as he brutally shoves his tool into your snatch. "Fuck that hurts," you say and in response he slaps your ass again. "What was that?"'
@@ -467,7 +467,7 @@ end
 if $ARGS[0] = 's1_end':
 	*clr & cla
 	minut += 6
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
 	gs 'arousal', 'vaginal', -6, 'prostitution', iif($prostitute['client_behavior'] = 'abusive', 'rough', ''), iif($prostitute['client_behavior'] = 'abusive', 'exhibitionism', ''), iif($prostitute['client_behavior'] = 'abusive', 'sub', '')
 	gs 'arousal', 'end'
 
@@ -531,7 +531,7 @@ if $ARGS[0] = 'set_2':
 	if prostitute['pav_regular'] < 1: guy += 1
 	$prostitute['pav_walk'] = iif($prostitute['pav_location'] = 'public', 'pav_commercial', 'pav_complex')
 	gs 'prostitution_pavlovsk', 'travel', $prostitute['pav_walk']
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/bj_'+iif($prostitute['pav_location'] = 'public', rand(0,1), rand(0,3))+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/bj_'+iif($prostitute['pav_location'] = 'public', rand(0,1), rand(0,3))+'.mp4"></video></center>'
 	gs 'fame', 'pav', 'prostitute', iif($prostitute['client_behavior'] = 'nice', rand(1,2), rand(2,4))
 	if $prostitute['pav_location'] = 'public':
 		if $prostitute['client_behavior'] = 'nice':
@@ -555,7 +555,7 @@ if $ARGS[0] = 'set_2':
 		act 'Continue':
 			*clr & cla
 			minut += 3
-			'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
 			if $prostitute['client_behavior'] = 'nice':
 				'You lavish his dick in attention and give everything you got. Not to show of your skill, but to get him off as quickly as possible. And your treatment works. Only a few minutes later you can see the signs that he''s close to the edge. You pull your head back, take the cock in your hand and give it a few hard strokes. "Ready to cum?"'
 				'"Oh god yes," he says moaning like a girl. You close your lips around the sensitive tip and he cums. Hot seed floods '+iif(prostitute['pav_condom'] = 1, 'the condom', 'your mouth')+' with hot salty seed.'
@@ -603,7 +603,7 @@ if $ARGS[0] = 'set_2':
 			*clr & cla
 			minut += 12
 			gs 'arousal', 'auto_lube', 'vaginal', 'custom'
-			'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/vag_'+iif($prostitute['client_behavior'] = 'nice', rand(0,2), rand(3,5))+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/vag_'+iif($prostitute['client_behavior'] = 'nice', rand(0,2), rand(3,5))+'.mp4"></video></center>'
 			if $prostitute['client_behavior'] = 'nice':
 				$orgasm_or = 'no'
 				'You position yourself on top of him and guide his'+iif(prostitute['pav_condom'] = 1, ' condom covered ', ' ')+'dick into your inviting sex. His hand moves up and tenderly caress your breasts. "Perfect," he whispers as his hands slowly wander down your sides.'
@@ -659,7 +659,7 @@ end
 if $ARGS[0] = 's2_end':
 	*clr & cla
 	minut += 6
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
 	gs 'arousal', 'vaginal', -6, 'prostitution', iif($prostitute['client_behavior'] = 'abusive', 'rough', ''), iif($prostitute['client_behavior'] = 'abusive', 'sub', '')
 	gs 'arousal', 'end'
 
@@ -697,7 +697,7 @@ if $ARGS[0] = 'set_3':
 	if prostitute['pav_regular'] < 1: guy += 1
 	$prostitute['pav_walk'] = 'pav_residential'
 	gs 'prostitution_pavlovsk', 'travel', $prostitute['pav_walk']
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/bj_<<pro_temp>>.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/bj_<<pro_temp>>.mp4"></video></center>'
 	gs 'fame', 'pav', 'prostitute', iif($prostitute['client_behavior'] = 'nice', rand(2,4), rand(3,6))
 	if $prostitute['pav_location'] = 'public':
 		if pro_temp = 0: gs 'fame', 'pav', 'prostitute', iif(PCloStyle = 4, 2, 1)
@@ -738,7 +738,7 @@ if $ARGS[0] = 'set_3':
 		act 'Continue':
 			*clr & cla
 			minut += 3
-			'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
 			'He draws in a sharp breath and his eyes close, when you sensually suck on the head out of his penis and rapidly stroke the base of his cock. '+iif($prostitute['client_behavior'] = 'nice', 'It''s as if you''re really sucking the cum directly out his body.', '"That''s it, suck me dry," he says.')+' His cock twitches and sprays a huge amount of cum '+iif(prostitute['pav_condom'] = 1, 'inside the condom.', 'into your willing mouth. You don''t want to risk running around with cum on your clothes. So you swallow it all down with one big gulp.')
 			iif($prostitute['client_behavior'] = 'nice', '"Thanks for doing this,"', '"Good job bitch. We need to do this again at some point,"')+' he says as he pulls up his pants. He get''s into his car and leaves you behind on the empty parking lot.'
 
@@ -776,7 +776,7 @@ if $ARGS[0] = 'set_3':
 			$orgasm_or = 'custom'
 			if prostitute['pav_condom'] = 1: prostitute['pav_condom'] = 0
 			gs 'arousal', 'auto_lube', 'vaginal', 'custom'
-			'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/vag_'+rand(0,1)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/vag_'+rand(0,1)+'.mp4"></video></center>'
 			'He suddenly rips his cock free from your hole, grabs you by the arms and pushes you onto the bed. You let out a yelp of surprise, but he doesn''t care and instead roughly spreads your legs and forces his member into you. "I will fuck a child into you," he says.'
 			'You want to say something, respond to what he said, but he never gives you a chance. It''s like his cock pierces through your whole body and fucks every thought out of your brain. His movements are an unending assault on your sanity as his rough but skillful thrusts trigger small explosions of pleasure inside your pussy. You can only hold on to your legs, enjoy the ride and moan like a bitch in heat ready to be bred.'
 			$orgasm_txt = 'Your eyes roll back into your head and you eyes flutter shut, when you finally orgasm. But he doesn''t seem to be close. His stamina is insane and the constant stimulation of your g-spot is already pushing you towards your next orgasm only seconds after your first one ended.'
@@ -787,7 +787,7 @@ if $ARGS[0] = 'set_3':
 				*clr & cla
 				minut += 10
 				$orgasm_or = 'custom'
-				'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
+				'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end.mp4"></video></center>'
 				$orgasm_txt = 'The world doesn''t exist anymore. It has transformed into a unrecognizable red haze of lust, when he finally unloads his load into your young womb.'
 				gs 'arousal', 'vaginal', -6, 'prostitution', iif($prostitute['client_behavior'] = 'abusive', 'rough', '')
 				gs 'arousal', 'end'
@@ -814,7 +814,7 @@ if $ARGS[0] = 'set_4':
 	gs 'fame', 'pav', 'prostitute', iif($prostitute['client_behavior'] = 'nice', rand(1,2), rand(3,6))
 	if $loc = 'pav_commcenter' or $loc = 'pav_park': minut += 3 & $loc = 'pav_residential' & $loc_arg = ''
 	if $prostitute['pav_scene'] = 'blowjob':
-		'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/public/bj_'+rand(0,2)+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/public/bj_'+rand(0,2)+'.mp4"></video></center>'
 		'He turns into a small alley, but he doesn''t head towards one of the houses. Instead he pulls you through a huge gap in a chain-link fence and behind a huge dumpster. '+iif($prostitute['client_behavior'] = 'nice', '"Nobody will see us here."', '"Get on your knees."')
 		'"Really? Here? Behind a dumpster?" you ask wrinkling your nose. "Can''t we go anywhere else? Don''t you have a house or an apartment we could go to?"'
 		iif($prostitute['client_behavior'] = 'nice', 'He shakes his head. "My wife and kids are at home, we can''t go there," he explains', '"Why do you complain bitch? Trash like you belongs here," he insults you')+' as he pulls down his pants. You sigh and squat down in front of him. It''s not an ideal environment, but at least nobody can see you here. So you start to ...'
@@ -828,7 +828,7 @@ if $ARGS[0] = 'set_4':
 	else
 !!ToDo: Video vag_0 is not used, does not fit the text
 		$orgasm_or = 'no'
-		'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/public/vag_'+rand(1,2)+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/public/vag_'+rand(1,2)+'.mp4"></video></center>'
 		gs 'arousal', 'auto_lube', 'vaginal', 'custom'
 		'He turns into a small alley, but he doesn''t head towards one of the houses. Instead he pulls you through a huge gap in a chain-link fence. "What are you doing?" You ask, when he pushes you against the wall and tugs on his pants to free his cock.'
 		'"I can''t wait anymore, you''re too fucking hot. We need to do it right here, right now," he hisses into your ear. '+iif($prostitute['client_behavior'] = 'abusive', '', 'His nice demeanor from a few minutes ago has completely changed.')
@@ -871,7 +871,7 @@ end
 if $ARGS[0] = 's4_swallow':
 	*clr & cla
 	minut += 4
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/public/end_bj.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/public/end_bj.mp4"></video></center>'
 	'At least it''s over quickly. He '+iif($prostitute['pav_scene'] = 'pussy', 'only manages to fuck you for two minutes, before he pulls out and pushes you to the ground. "Suck, now!" he shouts. You close your lips around the red head of his penis and not a second to soon. He', 'only can resist your masterful tongue for two minutes, before he')+' sprays his cum inside '+iif(prostitute['pav_condom'] = 1, 'the condom', 'your mouth')
 	'The second he''s finished he rips his cock free and stuff it inside his pants '+iif(prostitute['pav_condom'] = 1, 'after taking the condom off and throwing it to the ground.', 'as you swallow his salty seed down.')
 
@@ -890,7 +890,7 @@ end
 if $ARGS[0] = 's4_internal':
 	*clr & cla
 	minut += 4
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/public/end_vag.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/public/end_vag.mp4"></video></center>'
 	gs 'arousal', 'vaginal', -1, 'prostitution', iif($prostitute['client_behavior'] = 'abusive', 'rough', '')
 	gs 'arousal', 'end'
 	'"That''s what I''m talking about," he says more to himself than to you while he buries his cock balls deep inside you.'
@@ -928,7 +928,7 @@ if $ARGS[0] = 'set_5':
 	gs 'prostitution_pavlovsk', 'travel', $prostitute['pav_walk']
 	if $prostitute['pav_scene'] = 'blowjob':
 		gs 'fame', 'pav', 'prostitute', rand(2,4)
-		'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/bj_'+rand(0,3)+'.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/bj_'+rand(0,3)+'.mp4"></video></center>'
 		'He walks with you to a parking lot at the outskirts of Pavlovsk. A single car stands as far away as possible from the road, but it''s clearly visible from the train tracks which lead to the nearby train station. He doesn''t open the car, when you reach it, he leads you instead behind a big dumpster next to it. "Can''t we use the car?" you ask and for a moment he looks at you completely confused. You point at it. "Oh, that''s not mine."'
 		*nl
 		'A minute later you''re squatting in front of him, cock in your mouth and you head bobbing up and down on his meat. You aren''t visible from the street. The car and the dumpster are shielding you from any wandering eyes, but you still have to suck him off quickly before a train comes by and hundreds of people see you like this.'
@@ -939,7 +939,7 @@ if $ARGS[0] = 'set_5':
 		act 'Make him cum':
 			*clr & cla
 			minut += 4
-			'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/public/end_bj.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/public/end_bj.mp4"></video></center>'
 			minut += 4
 			pro_temp = rand(-8,8)
 			gs 'fame', 'pav', 'prostitute', max(pro_temp,0)
@@ -962,7 +962,7 @@ if $ARGS[0] = 'set_5':
 		gs 'fame', 'pav', 'prostitute', iif($prostitute['client_behavior'] = 'nice', rand(1,2), rand(2,4))
 
 		if $prostitute['pav_location'] = 'public':
-			'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_5/public/vag_'+rand(0,1)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_5/public/vag_'+rand(0,1)+'.mp4"></video></center>'
 			'He suddenly pushes you against a big trash can. "Here is fine," he says as his hands pull '+iif(CloSkirtShortness > 0, 'up your skirt.', 'down your pants.')+iif(prostitute['pav_condom'] = 1, '"The condom," you say when you feel his cock touching your pussy lips. He groans annoyed, but he pulls away and puts it on.', ' ')+'Without further ado his rock hard cock moves into your cunt while you try to steady yourself without touching the dirty trash can in front of you. Your attempt not very successful. Every time he pushes into you he pushes you further and further towards it until your whole body is pressed against it. The lid stands half open, the trash nearly spills over the edge and you have to pull your head back so that your face isn''t pushed into the trash bags.'
 		else
 			$orgasm_or = 'no'
@@ -971,7 +971,7 @@ if $ARGS[0] = 'set_5':
 			else
 				pro_temp = func('shortgs', 'rand_pick', '', 2, 4)
 			end
-			'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_5/<<$prostitute[''pav_location'']>>/vag_<<pro_temp>>.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_5/<<$prostitute[''pav_location'']>>/vag_<<pro_temp>>.mp4"></video></center>'
 			'He''s ogling your '+iif(pro_temp = 2 or pro_temp = 4, 'tits', 'ass')+' all the way to his apartment. There''s no small talk or any other conversation. He doesn''t speak another word after you have finished the deal. This doesn''t change even when you enter his apartment, but his hands are way more talkative than his mouth. The way he touches you communicates the raw lust seething inside him. Still you have to do most of the work from the moment your two naked bodies land in his bed. His attention is singularly focused on your '+iif(pro_temp = 2 or pro_temp = 4, 'tits', 'ass')+' and whatever you two do, he doesn''t let go of '+iif(pro_temp = 2 or pro_temp = 4, 'them', 'it')+'. He works your flesh like he''s kneading dough while you mostly '+iif(pro_temp = 2 or pro_temp = 4, 'ride him cowgirl style and do most of the work. Even when he takes over and fucks you his never lets go of your tits.', 'lie on your stomach and let him do all the work.')
 		end
 
@@ -982,7 +982,7 @@ if $ARGS[0] = 'set_5':
 			*clr & cla
 			minut += 12
 			gs 'arousal', 'auto_lube', 'vaginal', 'custom'
-			'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/vag_'+iif($prostitute['pav_location'] = 'public', 2, 5)+'.mp4"></video></center>'
+			'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/vag_'+iif($prostitute['pav_location'] = 'public', 2, 5)+'.mp4"></video></center>'
 			if $prostitute['pav_location'] = 'public':
 				'"The smell," you say trying not to breath through your nose. "It''s disgusting."'
 				'"Really? Human trash like you has a problem with it?" he taunts you, but quickly changes his mind when the smell almost makes you throw up. "Fine, let''s go over to that car."'
@@ -1027,7 +1027,7 @@ end
 if $ARGS[0] = 's5_end':
 	*clr & cla
 	minut += 6
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end'+iif($prostitute['pav_location'] = 'public', '_vag', '')+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_<<pro_rand>>/<<$prostitute[''pav_location'']>>/end'+iif($prostitute['pav_location'] = 'public', '_vag', '')+'.mp4"></video></center>'
 	gs 'arousal', 'vaginal', -6, 'prostitution', iif($prostitute['client_behavior'] = 'abusive', 'rough', ''), iif($prostitute['client_behavior'] = 'abusive', 'exhibitionism', ''), iif($prostitute['client_behavior'] = 'abusive', 'sub', '')
 	gs 'arousal', 'end'
 
@@ -1093,7 +1093,7 @@ if $ARGS[0] = 'set_8':
 		prostitute['pav_regular_s8'] = 1
 	end
 	$prostitute['pav_walk'] = 'pav_residential'
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_8/private/anal_'+rand(0,1)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_8/private/anal_'+rand(0,1)+'.mp4"></video></center>'
 	gs 'fame', 'pav', 'prostitute', rand(1,2)
 	iif(rand(0,1) = 0, '"You have a nice ass,"', '"You have a really fuckable ass,"')+' he says loudly as you walk with him towards his house in the residential area. You try to look away, when he catches the attention of other pedestrians, but you''re sure they saw you and heard what he said. His hand roughly kneads your ass-cheek through your clothes as he continues, "I''m really looking forward to '+iif(rand(0,1) = 0, 'burying my cock deep inside your bowels."', 'filling your pretty little ass with my dick."')
 	*nl
@@ -1106,7 +1106,7 @@ if $ARGS[0] = 'set_8':
 		*clr & cla
 		minut += 10
 		$orgasm_or = 'yes'
-		'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_8/private/anal_2.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_8/private/anal_2.mp4"></video></center>'
 		'He doesn''t give a single fuck about your well-being. Only one thing is on his mind, fucking your ass as hard and fast as possible.'+iif(prostitute['pav_regular'] = 1, ' You could have known, what would happen. But you went with him anyway. Maybe because you want to experience such an intense orgasm again.', ' ')+iif(rand(0,1) = 0, '"I''ll fuck you until your ass bleed,"', '"You won''t be able to sit for a week,"')+' he taunts you as his cock moves back and forth stretching your abused hole wide open.'
 		'He suddenly grabs your hair and pulls your head back as his other hand gripes your throat violently. He brutally chokes you and '+iif(prostitute['pav_regular'] = 1, 'only knowing he will stop prevents you from fearing for your life even as your lungs scream for air.', 'he doesn''t let go and when your lungs scream for air you realize that could be it. The end. Dying in some guys apartment while being brutally fucked in the ass.')
 		$orgasm_txt = 'And then he let''s go, your brain floods your body with endorphins as your breath in cool air and it''s'+iif(prostitute['pav_regular'] = 1, ' again ', ' ')+'like a trigger for the rest of your body to let go. Your eyes roll back and your tongue slips out of your mouth like a bitch in heat that get''s bred by her master as your anal orgasm blocks out the pain and turns this horrible moment into pure bliss.'
@@ -1174,7 +1174,7 @@ if $ARGS[0] = 's8_atm':
 	pro_stats['atm'] += 1
 	pcs_mood = iif($pro_fetish['atm'] = 'yes', 100, 0)
 	minut += iif($pro_fetish['atm'] = 'yes', 10, 2)
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_8/private/anal_atm.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_8/private/anal_atm.mp4"></video></center>'
 	'You can''t resist the urge to sniff it, when you come closer. There is no ... stuff... on it. It looks perfectly fine and to your surprise it doesn''t even smell like you would have imagined something coming out of your ass. But it doesn''t smell like clean washed dick either. It''s '+iif($pro_fetish['atm'] = 'yes', 'strangely captivating and your pussy is getting wet only thinking about tasting your ass-juice.', 'disgusting. Utterly and completely disgusting, but you have no other choice than to go through with it.')
 	'After the first '+iif($pro_fetish['atm'] = 'yes', 'arousing', 'disgusting')+' taste you decide to '+iif($pro_fetish['atm'] = 'yes', 'take your time and clean his cock thoroughly. You let your tongue wander over his dick and lap every single drop of your enticing ass-juice. At the end you', 'get it done as quickly as possible. You only take the tip of his dick into your mouth,')+' grab the shaft with your hand and give him a handjob as you let your tongue wander around his sensitive flesh.'
 	'"I''m close," he moans, his eyes closed clearly enjoying what you''re doing. "Take it, swallow it all."'
@@ -1188,7 +1188,7 @@ end
 if $ARGS[0] = 's8_end':
 	*clr & cla
 	minut += 10
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_8/private/anal_atm.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_8/private/anal_atm.mp4"></video></center>'
 	'His cock twitches in your hand as his cum violently erupts from his meat and shoots into your mouth. "Fuck, take it bitch. Take my cum," he shouts loudly into the apartment as he throws his head back when the intensity of his orgasm takes hold of his body.'
 	*nl
 
@@ -1248,7 +1248,7 @@ if $ARGS[0] = 'set_9':
 	$orgasm_or = 'no'
 	$prostitute['pav_walk'] = iif($prostitute['client_behavior'] = 'abusive', 'pav_residential', 'pav_complex')
 	gs 'prostitution_pavlovsk', 'travel', $prostitute['pav_walk']
-	'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_9/private/anal_'+iif($prostitute['client_behavior'] = 'abusive', 1, 0)+'.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_9/private/anal_'+iif($prostitute['client_behavior'] = 'abusive', 1, 0)+'.mp4"></video></center>'
 	gs 'fame', 'pav', 'prostitute', iif($prostitute['client_behavior'] = 'abusive', rand(2,4), rand(1,2))
 	if $prostitute['client_behavior'] = 'abusive':
 		'"I''m going to rip open your asshole'+iif(prostitute['pav_regular'] = 1, ' again,', ',')+'" the man says loudly not caring that somebody could overhear his words. "You won''t be able to sit down for a week." You smile and keep any thoughts you have about his behavior to yourself as you follow him to his apartment in the residential district.'
@@ -1284,7 +1284,7 @@ if $ARGS[0] = 'set_9':
 	act 'Get on your knees':
 		*clr & cla
 		minut += 10
-		'<center><video autoplay loop src="images/prostitution/pavlovsk/street/set_9/private/end.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/prostitution/pavlovsk/street/set_9/private/end.mp4"></video></center>'
 		if $prostitute['client_behavior'] = 'abusive':
 			'"Look at me," he growls like a dog as he furiously strokes his cock. He laughs when you follow his command and your gazes met. "I think this is the best part," he says as his cum coats your face. "Seeing how there is nothing left in the eyes of broken sluts.'
 			*nl