Browse Source

[fixes] broken images

julzor 5 years ago
parent
commit
99c3c010aa

+ 1 - 1
locations/AnalPR.qsrc

@@ -72,7 +72,7 @@ if $ARGS[0] = '2':
 	end
 
 	picanRand = RAND(1,6)
-	if picanRand = 1:'<center><img <<$set_imgh>> src="images/shared/sex/anal/mis/cowl.jpg"></center>'
+	if picanRand = 1:'<center><img <<$set_imgh>> src="images/shared/sex/anal/mis/cowl1.jpg"></center>'
 	if picanRand = 2:'<center><img <<$set_imgh>> src="images/shared/sex/anal/mis/cowl2.jpg"></center>'
 	if picanRand = 3:'<center><img <<$set_imgh>> src="images/shared/sex/anal/mis/cowl3.jpg"></center>'
 	if picanRand = 4:'<center><img <<$set_imgh>> src="images/shared/sex/anal/mis/cowl4.jpg"></center>'

+ 1 - 1
locations/MartinSex2.qsrc

@@ -818,7 +818,7 @@ if $ARGS[0] = 'MartinAnalDyn':
 			act 'Let him cum on your tits':gt 'MartinSex2', 'MartinCumshot_Tits'
 			act 'Let him cum in your ass':
 				cls
-				'<center><img <<$set_imgh>> src="images/locations/city/industrial/bar/sex/bar/anal/cum_anal.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/city/industrial/bar/sex/bar/martin/cumshot/cum_anal.jpg"></center>'
 				'You could have taken his cum anywhere you wanted but, really, you have him right where you want him - deep inside your ass.'
 				*nl
 				'You speed up your movements even more, panting "Cum for me, baby! Cum in my ass!" between thrusts. Your horny plea is too much for Martin and, with a final moan, he cums, shooting his load deep into your bowels.'

+ 1 - 1
locations/NormPR.qsrc

@@ -12,7 +12,7 @@ if $ARGS[0] = '1':
 	gs'stat'
 
 	if RAND(0,1) = 0:
-		'<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar1.jpg"></center>'
 		'You obediently lie down on your back in the back seat, and the man pounces you eagerly. Within seconds, his cock is deep inside you.'
 		gs 'arousal', 'vaginal', 15, 'sub'
 		gs 'stat'

+ 1 - 1
locations/Prostitute.qsrc

@@ -411,7 +411,7 @@ if $ARGS[0] = 'work2':
 						gs 'stat'
 
 						if rand(0, 1) = 0:
-							'<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar.jpg"></center>'
+							'<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar1.jpg"></center>'
 							'You obediently lie down on your back in the back seat. The man pounces on you eagerly, pushing your legs apart and buring his cock deep inside you, all in one swift motion. You groan at the sudden intrusion, but do nothing to stop his rough and fast pace. Quite the opposite actually, you encourage the hard fucking by wrapping your legs around his waist as he keeps slamming his dick deep into your vagina with all his might. '
 							gs 'arousal', 'vaginal', 15, 'prostitution', 'unknown', 'rough'
 							gs 'stat'

+ 39 - 27
locations/_face_image.qsrc

@@ -40,33 +40,45 @@ else
 end
 $RESULT += '/'
 
-!! style
-if hbraids > 0:
-	$RESULT += 'braids'
-elseif hpigtail > 0:
-	$RESULT += 'pigtails'
-elseif curly > 0 and hbangs > 0 and hpingripw > 0:
-	$RESULT += 'curly-bangs-buns'
-elseif curly > 0 and hbangs > 0 and hscrunchw > 0:
-	$RESULT += 'curly-bangs-scrunch'
-elseif curly > 0 and hbangs > 0:
-	$RESULT += 'curly-bangs'
-elseif curly > 0 and hpingripw > 0:
-	$RESULT += 'curly-buns'
-elseif curly > 0 and hscrunchw > 0:
-	$RESULT += 'curly-scrunch'
-elseif hbangs > 0 and hpingripw > 0:
-	$RESULT += 'bangs-buns'
-elseif hbangs > 0 and hscrunchw > 0:
-	$RESULT += 'bangs-scrunch'
-elseif curly > 0:
-	$RESULT += 'curly'
-elseif hbangs > 0:
-	$RESULT += 'bangs'
-elseif hpingripw > 0:
-	$RESULT += 'buns'
-elseif hscrunchw > 0:
-	$RESULT += 'scrunch'
+!! style for medium or longer hair
+if pcs_hairlng > 80:
+	if hbraids > 0:
+		$RESULT += 'braids'
+	elseif hpigtail > 0:
+		$RESULT += 'pigtails'
+	elseif curly > 0 and hbangs > 0 and hpingripw > 0:
+		$RESULT += 'curly-bangs-buns'
+	elseif curly > 0 and hbangs > 0 and hscrunchw > 0:
+		$RESULT += 'curly-bangs-scrunch'
+	elseif curly > 0 and hbangs > 0:
+		$RESULT += 'curly-bangs'
+	elseif curly > 0 and hpingripw > 0:
+		$RESULT += 'curly-buns'
+	elseif curly > 0 and hscrunchw > 0:
+		$RESULT += 'curly-scrunch'
+	elseif hbangs > 0 and hpingripw > 0:
+		$RESULT += 'bangs-buns'
+	elseif hbangs > 0 and hscrunchw > 0:
+		$RESULT += 'bangs-scrunch'
+	elseif curly > 0:
+		$RESULT += 'curly'
+	elseif hbangs > 0:
+		$RESULT += 'bangs'
+	elseif hpingripw > 0:
+		$RESULT += 'buns'
+	elseif hscrunchw > 0:
+		$RESULT += 'scrunch'
+	else
+		$RESULT += 'normal'
+	end
+!! style for short hair (other images don't exist)
+elseif pcs_hairlng <= 80 and pcs_hairlng > 30:
+	if hbangs > 0:
+		$RESULT += 'bangs'
+	else
+		$RESULT += 'normal'
+	end
+!! style for very short hair (other images don't exist)
 else
 	$RESULT += 'normal'
 end

+ 1 - 1
locations/cafe3.qsrc

@@ -113,7 +113,7 @@ if $ARGS[0] = '0':
 			dynamic $vagstart
 			!!'<<$boydesc>> pushes your legs and enters you.'
 			picrand = rand(1, 5)
-			'<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/vagcow<<picrand>>.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/vagdog<<picrand>>.jpg"></center>'
 			'<<$boydesc>> helps you onto all fours and enters you.'
 
 			pose = 1

+ 1 - 1
locations/dimaHome.qsrc

@@ -311,7 +311,7 @@ if $ARGS[0] = 'dimkaparents':
 			dynamic $showerdin
 			gs 'stat'
 			'<center><h4><font color="maroon">Bathroom</font></h4></center>'
-			'<center><img  src="images/characters/pavlovsk/school/boy/igor/mitsa.gif"></center>'
+			'<video autoplay loop src="images/characters/pavlovsk/school/boy/igor/mitsa.mp4"></video>'
 			'You take a quick shower.'
 			act 'Get out of the shower':
 				'You get out of the shower and dry off.'

+ 1 - 1
locations/flash.qsrc

@@ -134,7 +134,7 @@ if $ARGS[0] = 'panties_rear':
 			'<center><img <<$set_imgh>> src="images/pc/flashing/dress/inside/pantyrear/' + rand(1,4) + '.jpg"></center>'
 			'You glance around to see who all is in the area, then you pull up your skirt to show off your pantied butt. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back and place, feeling the thrill of excitement running down your spine.'
 		else
-			'<center><img <<$set_imgh>> src="images/pc/flashing/dress/outside/pantyrear/' + rand(1,16) + '.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/flashing/dress/outside/pantyrear/' + rand(1,6) + '.jpg"></center>'
 			'You glance around to see who all is in the area, then you pull up your skirt to show off your pantied. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back and place, feeling the thrill of excitement running down your spine.'
 		end
 	else

+ 1 - 1
locations/glake.qsrc

@@ -109,7 +109,7 @@ if $clothingworntype = 'nude':
 						if exerciseH[1] > 40:exerciseH[1] = 40
 						gs 'underwear', 'wear'
 						gs 'clothing', 'wear', 'exercise', 1
-						'<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar.jpg"></center>'
+						'<center><img <<$set_imgh>> src="images/locations/shared/sex/car/sexcar1.jpg"></center>'
 						'He wastes no time for you to second guess yourself, and immediately throws you down on the back seat of his car when you agree. He quickly pulls down his pants and, after quickly putting a condom on, quickly guides his cock to your pussy lips. He obviously doesn''t plan on spending a lot of time with you and sinks it in in one firm thrust, fucking you with rapid, short strokes. Soon he shoots his load in the condom, ties a knot in it and throws it away. Seconds after he hands you the clothes as promised, he drives off.'
 						'It was not the most pleasurable sex for you, but you convince yourself it was for a good cause when you put your well-earned clothes on. He used a condom too, without you even having to ask. You don''t have to go home naked now! With a sigh of relief you straighten the clothes and feel ready to take the day on again, hoping your own clothes will turn up at some point.'
 						gs 'arousal', 'vaginal', 5, 'sub', 'unknown'

+ 3 - 3
locations/hanters.qsrc

@@ -2342,7 +2342,7 @@ if $ARGS[0]='hantersgroupVa2':
 	if hantersexnude = 1 or forest_hantersex = 3:gs 'boyStat', 'A172'
 	if forest_gopsex = 3:gs 'boyStat', 'A63'
 	if boyAsex = 0: boyAsex = 1
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgroupvo.'+rand(0,1)+'.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgroupv0.'+rand(0,1)+'.jpg"></center>'
 	'<<$boydesc>> pulls you on top of him, spreading one of your ass cheeks while you grab hold of the other and spread it so he can enter you more easily...'
 
 	gs 'arousal', 'vaginal', 5, 'sub'
@@ -2374,7 +2374,7 @@ if $ARGS[0]='hantersgroupVs2':
 	if hantersexnude = 1 or forest_hantersex = 3:gs 'boyStat', 'A174'
 	if forest_gopsex = 3:gs 'boyStat', 'A61'
 	if boyBsex = 0: boyBsex = 1
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgroupvo.'+rand(0,1)+'.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgroupv0.'+rand(0,1)+'.jpg"></center>'
 	'<<$boydesc>> pulls you on top of him, spreading one of your ass cheeks while you grab hold of the other and spread it so he can enter you more easily...'
 
 	gs 'arousal', 'vaginal', 5, 'sub'
@@ -2406,7 +2406,7 @@ if $ARGS[0]='hantersgroupVi3':
 	if hantersexnude = 1 or forest_hantersex = 3:gs 'boyStat', 'A173'
 	if forest_gopsex = 3:gs 'boyStat', 'A62'
 	if boyCsex = 0: boyCsex = 1
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgroupvo.'+rand(0,1)+'.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/hunter/hantersgroupv0.'+rand(0,1)+'.jpg"></center>'
 	'<<$boydesc>> pulls you on top of him, spreading one of your ass cheeks while you grab hold of the other and spread it so he can enter you more easily...'
 
 	gs 'arousal', 'vaginal', 5, 'sub'

+ 2 - 2
locations/hantersex.qsrc

@@ -1527,7 +1527,7 @@ end
 if $ARGS[0] = 'hantersgrVsOai':
 	*clr & cla
 	pose = 0
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgrvsoai1.'+rand(1,4)+'.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgrvsoai1.'+rand(1,3)+'.jpg"></center>'
 	'The guys put you on the bed, Sergei gets down between your legs, while Igor and Andrei put their members in front of your face...'
 
 	gs 'boyStat', 'A172'
@@ -1750,7 +1750,7 @@ end
 if $ARGS[0] = 'hantersgrVsOi1':
 	*clr & cla
 	pose = 1
-	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgrvsoi1.1.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/dance/hantersgrvao.jpg"></center>'
 	'Andrei enjoys being sucked by you for a while before deciding he has better things to do and unceremoniously cumming all over you...'
 
 	gs 'boyStat', 'A172'

+ 1 - 1
locations/mey_tamara_events.qsrc

@@ -333,7 +333,7 @@ if $args[0] = 'learning1':
 							school[newdress_id] = 1
 							schoolH[newdress_id] = 130
 							schoolB[newdress_id] = pcs_hips
-							'<center><img height = 400 src="images/pc/clothing/6school/school<<newdress_id>>.jpg"></center>'
+							'<center><img height = 400 src="images/pc/clothing/6school/<<newdress_id>>.jpg"></center>'
 						else	
 							newdress_loop += 1
 							if newdress_loop > 1000:

+ 1 - 1
locations/mey_vika_events.qsrc

@@ -890,7 +890,7 @@ if $args[0] = 'case_gift':
 			act 'Pass by': gs 'mey_vika_events', 'case_gift_ender'
 			act 'Listen':
 				*clr & cla
-				'<center><video autoplay loop src="'+'images/characters/pavlovsk/school/girl/vicky/sex/case.gift1.mp4'+'"></video></center>'
+				'<center><video autoplay loop src="'+'images/characters/pavlovsk/school/girl/vicky/event/case.gift1.mp4'+'"></video></center>'
 				'Your curiosity gets the best of you and you stop by the door, trying to figure out what''s happening. You can''t hear them that well, and you can''t really figure out what they''re talking about.'
 
 				act 'Move on': gs 'mey_vika_events', 'case_gift_ender'

+ 1 - 1
locations/nyp_school.qsrc

@@ -240,7 +240,7 @@ if $ARGS[0] = 'cool jocks':
 
 		act 'Don''t dance with Fedor':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/boy/fedor/fedorev/fedorsad.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/fedorsad.jpg"></center>'
 			'You slightly lower your head as you say, "I would love to but I''m really tired and just want to chat with my friends for a bit. Maybe next time." You can see Fedor look noticeably sad as he responds, "Alright, I didn''t mean to interrupt your chat. I''ll just go..." Not wanting Fedor to be sad, you give him a smile as you approach him then lean forward, planting a soft kiss on his cheek before saying, "Awww, don''t give me that sad puppy face. How about a kiss instead?"' 
 			*nl
 			'Fedor chuckles before nodding then giving you a passionate kiss then saying, "Alright <<$pcs_nickname>>, have a good time and I''ll see you later." You wave to Fedor as he walks away.'

+ 2 - 2
locations/pavaptcourtev.qsrc

@@ -1085,7 +1085,7 @@ if $ARGS[0] = 'eatlera':
 	gs 'stat'
 	act 'Continue':
 		*clr & cla 
-		'<center><img <<$set_imgh>> src="images/characters/school/girl/lera/sex/complex/eatlera2.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/lera/sex/complex/eatlera2.jpg"></center>'
 		'She reaches a out her hand and clasps the back of your head and pulls your face against her twat, as she grinds against your face as you keep eating her.'
 		'"Look at that bitch go, she must really want a fucking beer." Lena says.'
 		'"I think she just likes eating pussy" Alyona adds.'
@@ -1096,7 +1096,7 @@ if $ARGS[0] = 'eatlera':
 		gs 'stat'
 		act 'Continue':
 			*clr & cla 
-			'<center><img <<$set_imgh>> src="images/characters/school/girl/lera/sex/complex/eatlera2.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/lera/sex/complex/eatlera2.jpg"></center>'
 			'Lera seems completely unaware of what the other girls are saying. She starts moaning louder, she grips your hair tightly and forces your face against her crotch as hard as she can as she grinds it against your face. A couple of minutes later she lets out a cry and shudders against you, then lets go of your head and steps back. "Fuck that was good, you eat pussy great <<$pcs_nickname>>" As she puts her pants back on she bites her lip and gives you a once over, having obviously really enjoyed the experience.'
 			'You wipe your face off and reach over to grab another beer, only to find none left. Lena, Anushka and Alyona all are finishing one as you watch. Lena shrugs. "What, you took too long, lez." She says with a laugh.'
 			*nl

+ 1 - 1
locations/police_station.qsrc

@@ -1072,7 +1072,7 @@ if $ARGS[0] = 'interrogation':
 	cla & *clr
 	minut += 10
 	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/locations/shared/police/interrogationroom.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/interrogationroom.jpg"></center>'
 	'The detective leads you to a small private room with only some chairs and a table. He shoves you in and closes the door behind him.'
 	'He tells you to take a seat and you quietly comply. "I''ll be right back I need to get something..." he says.'
 	'You take a seat on the chair and look around anxiously while waiting for the detective to return. As he returns you see him holding a paper.'

+ 1 - 1
locations/reks.qsrc

@@ -174,7 +174,7 @@ if $ARGS[0] = 'skver':
 								average[numrand] = 1
 								averageH[numrand] = 50
 								averageB[numrand] = pcs_hips
-								'<center><img <<$set_imgh>> src="images/pc/clothing/3expensive/expensive<<numrand>>.jpg"></center>'
+								'<center><img <<$set_imgh>> src="images/pc/clothing/3expensive/<<numrand>>.jpg"></center>'
 							else
 								jump 'markbuycloreks'
 							end