Browse Source

[fixed] took away these 4 and a half hours - left 30 minutes on stage before filming, and the main thing - changed loop counting orgasms also added *clr to avoid a lot of empty lines of text from NOX

Kevin_Smarts 2 years ago
parent
commit
ad87c88726
1 changed files with 8 additions and 10 deletions
  1. 8 10
      locations/pornfilm.qsrc

+ 8 - 10
locations/pornfilm.qsrc

@@ -1318,7 +1318,7 @@ if $ARGS[0] = '14':
 	pfType = 1
 	*clr & cla
 	gs 'fame', 'city', 'porn', 40
-	minut += 270
+	minut += 30
 	gang += 1
 	guy += 50
 	$orgasm_or = 'no'
@@ -1468,25 +1468,23 @@ if $ARGS[0] = '14':
 		!orgasmbonus += gangOrg*10
 		!porngasm += gangOrg
 		gs 'stat'
-		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/fuckfifty<<rand(0,5)>>.mp4" width="500"></video></center>'
-		'Your fans gather around and start to fuck you with great enthusiasm, but little technique. The gangbang lasts for hours and you are plastered in cum by the time they are finished.'
-		! Going to try to simulate orgasms and count them along the way. Had to adjust the arousal calls to not result in constant orgasming. Sicaa
 		:gangbang_orgasm_loop
 		gangbang_loop_counter += 1
-		! 5 rounds of 72min to get the same 5 max possible orgasms as before
-		minut += 72
+		minut += 7
 		gs 'arousal', 'vaginal', -10, 'gangbang', 'exhibitionism'
 		$orgasm_or = 'no'
-		! Made Sveta''s inhibitions the deciding factor for orgasming in a gangbang
-		! After testing this came out roughly as: 25 = 0-2, 50 = 1-3, 75 = 2-4, 100 = 3-5
-		if orgasm_buildup >= 400 - (3*pcs_inhib):
+		if orgasm_buildup >= 400 - 3*pcs_inhib:
 			gangOrg += 1
 			$orgasm_txt = ''
 			$orgasm_or = 'custom'
 		end
-		if gangbang_loop_counter < 5: jump 'gangbang_orgasm_loop'
+		if gangbang_loop_counter < 50: jump 'gangbang_orgasm_loop'
 		killvar 'gangbang_loop_counter'
 		killvar '$orgasm_or'
+		*clr
+		'<center><video autoplay loop src="images/locations/city/redlight/studio_porn/sex/fuckfifty<<rand(0,5)>>.mp4" width="500"></video></center>'
+		'Your fans gather around and start to fuck you with great enthusiasm, but little technique. The gangbang lasts for hours and you are plastered in cum by the time they are finished.'
+
 		if gangOrg > 0: 'During the shoot you managed to ' + iif(gangOrg = 1, 'have one orgasm.', 'orgasm <<gangOrg>> times.')
 		orgasmbonus += gangOrg*10
 		porngasm += gangOrg