Browse Source

[added] new icon based stat display to stat_display
[added] setting to cheatmenu_din to hide icons
[added] 1-click cumeating to cum_manage for the new icon

julzor 4 years ago
parent
commit
fa2e4974d7
3 changed files with 655 additions and 322 deletions
  1. 7 1
      locations/Cheatmenu_din.qsrc
  2. 8 39
      locations/Cum_Manage.qsrc
  3. 640 282
      locations/stat_display.qsrc

+ 7 - 1
locations/Cheatmenu_din.qsrc

@@ -1945,7 +1945,13 @@ $cheatmenu['status'] = {
 	else
 		'Status Display mode: Currently Scale Bar - <a href="exec:ETOmenu = 1 & dynamic $cheatmenu[''status''] & gs ''stat''">Select Text</a>'
 	end
-
+	
+	if cheatStatusIcons = 0:
+		'Status icons: Click to <a href="exec: $cheatStatusIcons = ''Currently OFF'' & cheatStatusIcons = 1 & gs ''stat'' & dynamic $cheatmenu[''status'']">hide</a> them.'
+	elseif cheatStatusIcons = 1:
+		'Status icons: Click to <a href="exec: cheatStatusIcons = 0 & gs ''stat'' & dynamic $cheatmenu[''status'']">shown</a> them.'
+	end
+	
 	if Enable_scalepic = 1:
 		'Scalebar is now as <b>Image</b>, you can switch to <a href="exec:Enable_scalepic = 0 & dynamic $cheatmenu[''status''] & gs ''stat''">Character</a> or <a href="exec:Enable_scalepic = 2 & dynamic $cheatmenu[''status''] & gs ''stat''">Table</a>'
 		if Enable_scalewidth > 0:

+ 8 - 39
locations/Cum_Manage.qsrc

@@ -502,46 +502,32 @@ if $ARGS[0] = 'cumgather':
 
 		if cloc = 0:
 			$part = 'pussy'
-
 		elseif cloc = 1:
 			$part = 'pussylips'
-
 		elseif cloc = 2 or cloc = 5:
 			$part = 'your panties'
-
 		elseif cloc = 3:
 			$part = 'anus'
-
 		elseif cloc = 4:
 			$part = 'buttocks'
-
 		elseif cloc = 6 or cloc = 7:
 			$part = 'clothes'
-
 		elseif cloc = 8:
 			$part = 'back'
-
 		elseif cloc = 9:
 			$part = 'legs'
-
 		elseif cloc = 10:
 			$part = 'arms'
-
 		elseif cloc = 11:
 			$part = 'face'
-
 		elseif cloc = 14:
 			$part = 'stomach'
-
 		elseif cloc = 15:
 			$part = 'breasts'
-
 		elseif cloc = 16:
 			$part = 'hair'
-
 		else
 			$part = 'unknown'
-
 		end
 
 		if salfetka > 0:
@@ -550,13 +536,17 @@ if $ARGS[0] = 'cumgather':
 			'You use a wipe to clean the sperm from your <<$part>>.'
 			gs 'cum_cleanup', 'cleanloc', cloc
 			gs 'stat'
-
 		end
-
 	end
-
 end
 
+if $ARGS[0] = 'cumeater_icon':
+	*nl
+	j = 0
+	:cumeater_icon_jump
+	if cumloc[j] > 0: gs 'cum_manage', 'cumeater', j
+	if j < 17: j += 1 & jump 'cumeater_icon_jump'
+end
 
 if $ARGS[0] = 'cumeater':
 	cloc = ARGS[1]
@@ -570,74 +560,53 @@ if $ARGS[0] = 'cumeater':
 		if cloc = 13:
 			gs 'cum_cleanup', 'cleanloc', cloc
 			'You carefully lick the sperm residue from both hands, enjoying the tart taste of semen.'
-
 		else
-
 			if cloc = 0:
 				$part = 'pussy'
-
 			elseif cloc = 1:
 				$part = 'pussylips'
-
 			elseif cloc = 2 or cloc = 5:
 				$part = 'your panties'
 				gs 'cum_cleanup', 'cleanloc', 2
 				gs 'cum_cleanup', 'cleanloc', 5
-
 			elseif cloc = 3:
 				$part = 'anus'
-
 			elseif cloc = 4:
 				$part = 'buttocks'
-
 			elseif cloc = 6 or cloc = 7:
 				$part = 'clothes'
 				gs 'cum_cleanup', 'cleanloc', 6
 				gs 'cum_cleanup', 'cleanloc', 7
-
 			elseif cloc = 8:
 				$part = 'back'
-
 			elseif cloc = 9:
 				$part = 'legs'
-
 			elseif cloc = 10:
 				$part = 'arms'
-
 			elseif cloc = 11:
 				$part = 'face'
-
 			elseif cloc = 14:
 				$part = 'stomach'
-
 			elseif cloc = 15:
 				$part = 'breasts'
-
 			elseif cloc = 16:
 				$part = 'hair'
-
 			else
 				$part = 'unknown'
-
 			end
 
 			if rand(0, 1) = 0:
 				'You collect a handful of sperm from your <<$part>> in your hand and lick it all up, enjoying the tart taste of semen.'
-
 			else
 				'You collect the sperm from your <<$part>> with your fingers and lick them, enjoying the tart taste of semen.'
-
 			end
 
 			gs 'cum_cleanup', 'cleanloc', cloc
-
 		end
 
-		minut += 5
+		minut += 2
 		gs 'stat'
-
 	end
-
 end
 
 --- Cum_Manage ---------------------------------

File diff suppressed because it is too large
+ 640 - 282
locations/stat_display.qsrc


Some files were not shown because too many files changed in this diff