Ver código fonte

[changed] updated the pube_image code and included new images made by Kevin

Sicaa 4 anos atrás
pai
commit
89918e7976
1 arquivos alterados com 33 adições e 121 exclusões
  1. 33 121
      locations/_pube_image.qsrc

+ 33 - 121
locations/_pube_image.qsrc

@@ -11,6 +11,26 @@ if ARGS[0] ! 0: temp_pubes = ARGS[0] else temp_pubes = pcs_pubes
 if ARGS[1] ! 0: temp_pubecol = ARGS[1] else temp_pubecol = pcs_pubecol[2]
 if ARGS[2] ! 0: temp_pubestyle = ARGS[2] else temp_pubestyle = pubestyle
 
+if temp_pubecol = 0:
+	$temp_pubecol = 'black'
+elseif temp_pubecol = 1:
+	$temp_pubecol = 'brunette'
+elseif temp_pubecol = 2:
+	$temp_pubecol = 'ginger'
+elseif temp_pubecol = 3:
+	$temp_pubecol = 'blonde'
+elseif temp_pubecol = 4:
+	$temp_pubecol = 'red'
+elseif temp_pubecol = 5:
+	$temp_pubecol = 'blue'
+elseif temp_pubecol = 6:
+	$temp_pubecol = 'green'
+elseif temp_pubecol = 7:
+	$temp_pubecol = 'pink'
+elseif temp_pubecol = 8:
+	$temp_pubecol = 'purple'
+end
+
 if $ARGS[0] = 0 and lashair = 0:
 	if temp_pubes <= 3:
 		$RESULT += 'hair/pussy'
@@ -20,140 +40,32 @@ if $ARGS[0] = 0 and lashair = 0:
 		$RESULT += 'hair/very_short'
 	elseif temp_pubes <= 25:
 		if temp_pubestyle = 2:
-			$RESULT += 'shave/v1'
+			$RESULT += 'shave/<<$temp_pubecol>>_v'
 		elseif temp_pubestyle = 3:
-			$RESULT += 'shave/triangle1'
+			$RESULT += 'shave/<<$temp_pubecol>>_triangle'
 		elseif temp_pubestyle = 4:
-			$RESULT += 'shave/landing1'
+			$RESULT += 'shave/<<$temp_pubecol>>_landing'
 		elseif temp_pubestyle = 5:
-			$RESULT += 'shave/heart1'
+			$RESULT += 'shave/<<$temp_pubecol>>_heart'
 		elseif temp_pubestyle = 6:
-			if temp_pubecol = 0:
-				$RESULT += 'shave/flame1'
-			elseif temp_pubecol = 1:
-				$RESULT += 'shave/brunette_flame'
-			elseif temp_pubecol = 2:
-				$RESULT += 'shave/ginger_flame'
-			elseif temp_pubecol = 3:
-				$RESULT += 'shave/blonde_flame'
-			elseif temp_pubecol = 4:
-				$RESULT += 'shave/red_flame'
-			elseif temp_pubecol = 5:
-				$RESULT += 'shave/blue_flame'
-			elseif temp_pubecol = 6:
-				$RESULT += 'shave/green_flame'
-			elseif temp_pubecol = 7:
-				$RESULT += 'shave/pink_flame'
-			elseif temp_pubecol = 8:
-				$RESULT += 'shave/purple_flame'
-			end
+			$RESULT += 'shave/<<$temp_pubecol>>_flame'
 		elseif temp_pubestyle = 7:
-			if temp_pubecol = 0:
-				$RESULT += 'shave/cross1'
-			elseif temp_pubecol = 1:
-				$RESULT += 'shave/brunette_cross'
-			elseif temp_pubecol = 2:
-				$RESULT += 'shave/ginger_cross'
-			elseif temp_pubecol = 3:
-				$RESULT += 'shave/blonde_cross'
-			elseif temp_pubecol = 4:
-				$RESULT += 'shave/red_cross'
-			elseif temp_pubecol = 5:
-				$RESULT += 'shave/blue_cross'
-			elseif temp_pubecol = 6:
-				$RESULT += 'shave/green_cross'
-			elseif temp_pubecol = 7:
-				$RESULT += 'shave/pink_cross'
-			elseif temp_pubecol = 8:
-				$RESULT += 'shave/purple_cross'
-			end
+			$RESULT += 'shave/<<$temp_pubecol>>_cross'
 		elseif temp_pubestyle = 8:
-			$RESULT += 'shave/s_bush1'
+			$RESULT += 'shave/<<$temp_pubecol>>_trimmed'
 		elseif temp_pubestyle = 12:
-			$RESULT += 'shave/mb'
+			$RESULT += 'shave/<<$temp_pubecol>>_mini'
 		elseif temp_pubestyle = 13:
-			if temp_pubecol = 0:
-				$RESULT += 'shave/bstrip'
-			elseif temp_pubecol = 1:
-				$RESULT += 'shave/brunette_bstrip'
-			elseif temp_pubecol = 2:
-				$RESULT += 'shave/ginger_bstrip'
-			elseif temp_pubecol = 3:
-				$RESULT += 'shave/blonde_bstrip'
-			elseif temp_pubecol = 4:
-				$RESULT += 'shave/red_bstrip'
-			elseif temp_pubecol = 5:
-				$RESULT += 'shave/blue_bstrip'
-			elseif temp_pubecol = 6:
-				$RESULT += 'shave/green_bstrip'
-			elseif temp_pubecol = 7:
-				$RESULT += 'shave/pink_bstrip'
-			elseif temp_pubecol = 8:
-				$RESULT += 'shave/purple_bstrip'
-			end
+			$RESULT += 'shave/<<$temp_pubecol>>_strip'
 		elseif temp_pubestyle = 14:
-			$RESULT += 'shave/rectangle'
+			$RESULT += 'shave/<<$temp_pubecol>>_rectangle'
 		else
-			if temp_pubecol = 0:
-				$RESULT += 'hair/black_small'
-			elseif temp_pubecol = 1:
-				$RESULT += 'hair/brunette_small'
-			elseif temp_pubecol = 2:
-				$RESULT += 'hair/ginger_small'
-			elseif temp_pubecol = 3:
-				$RESULT += 'hair/blonde_small'
-			elseif temp_pubecol = 4:
-				$RESULT += 'hair/red'
-			elseif temp_pubecol = 5:
-				$RESULT += 'hair/blue'
-			elseif temp_pubecol = 6:
-				$RESULT += 'hair/green'
-			elseif temp_pubecol = 7:
-				$RESULT += 'hair/pink'
-			elseif temp_pubecol = 8:
-				$RESULT += 'hair/purple'
-			end
+			$RESULT += 'hair/<<$temp_pubecol>>_small'
 		end
 	elseif temp_pubes <= 35:
-		if temp_pubecol = 0:
-			$RESULT += 'hair/black_mid'
-		elseif temp_pubecol = 1:
-			$RESULT += 'hair/brunette_mid'
-		elseif temp_pubecol = 2:
-			$RESULT += 'hair/ginger_mid'
-		elseif temp_pubecol = 3:
-			$RESULT += 'hair/blonde_mid'
-		elseif temp_pubecol = 4:
-			$RESULT += 'hair/red'
-		elseif temp_pubecol = 5:
-			$RESULT += 'hair/blue'
-		elseif temp_pubecol = 6:
-			$RESULT += 'hair/green'
-		elseif temp_pubecol = 7:
-			$RESULT += 'hair/pink'
-		elseif temp_pubecol = 8:
-			$RESULT += 'hair/purple'
-		end
+		$RESULT += 'hair/<<$temp_pubecol>>_mid'
 	else
-		if temp_pubecol = 0:
-			$RESULT += 'hair/black_full'
-		elseif temp_pubecol = 1:
-			$RESULT += 'hair/brunette_full'
-		elseif temp_pubecol = 2:
-			$RESULT += 'hair/ginger_full'
-		elseif temp_pubecol = 3:
-			$RESULT += 'hair/blonde_full'
-		elseif temp_pubecol = 4:
-			$RESULT += 'hair/red'
-		elseif temp_pubecol = 5:
-			$RESULT += 'hair/blue'
-		elseif temp_pubecol = 6:
-			$RESULT += 'hair/green'
-		elseif temp_pubecol = 7:
-			$RESULT += 'hair/pink'
-		elseif temp_pubecol = 8:
-			$RESULT += 'hair/purple'
-		end
+		$RESULT += 'hair/<<$temp_pubecol>>_full'
 	end
 else
 	$RESULT += 'hair/pussy'