ソースを参照

[added] New pubic hair colour options for various desigens and lengths

KevinSmarts 4 年 前
コミット
9b321df40a
1 ファイル変更159 行追加33 行削除
  1. 159 33
      locations/_pube_image.qsrc

+ 159 - 33
locations/_pube_image.qsrc

@@ -20,16 +20,88 @@ if $ARGS[0] = 0 and lashair = 0:
 		$RESULT += 'hair/very_short'
 	elseif temp_pubes <= 25:
 		if temp_pubestyle = 2:
-			$RESULT += 'shave/v1'
+			if temp_pubecol = 0:
+				$RESULT += 'shave/black_v'
+			elseif temp_pubecol = 1:
+				$RESULT += 'shave/brunette_v'
+			elseif temp_pubecol = 2:
+				$RESULT += 'shave/ginger_v'
+			elseif temp_pubecol = 3:
+				$RESULT += 'shave/blonde_v'
+			elseif temp_pubecol = 4:
+				$RESULT += 'shave/red_v'
+			elseif temp_pubecol = 5:
+				$RESULT += 'shave/blue_v'
+			elseif temp_pubecol = 6:
+				$RESULT += 'shave/green_v'
+			elseif temp_pubecol = 7:
+				$RESULT += 'shave/pink_v'
+			elseif temp_pubecol = 8:
+				$RESULT += 'shave/purple_v'
+			end
 		elseif temp_pubestyle = 3:
-			$RESULT += 'shave/triangle1'
+			if temp_pubecol = 0:
+				$RESULT += 'shave/black_triangle'
+			elseif temp_pubecol = 1:
+				$RESULT += 'shave/brunette_triangle'
+			elseif temp_pubecol = 2:
+				$RESULT += 'shave/ginger_triangle'
+			elseif temp_pubecol = 3:
+				$RESULT += 'shave/blonde_triangle'
+			elseif temp_pubecol = 4:
+				$RESULT += 'shave/red_triangle'
+			elseif temp_pubecol = 5:
+				$RESULT += 'shave/blue_triangle'
+			elseif temp_pubecol = 6:
+				$RESULT += 'shave/green_triangle'
+			elseif temp_pubecol = 7:
+				$RESULT += 'shave/pink_triangle'
+			elseif temp_pubecol = 8:
+				$RESULT += 'shave/purple_triangle'
+			end
 		elseif temp_pubestyle = 4:
-			$RESULT += 'shave/landing1'
+			if temp_pubecol = 0:
+				$RESULT += 'shave/black_landing'
+			elseif temp_pubecol = 1:
+				$RESULT += 'shave/brunette_landing'
+			elseif temp_pubecol = 2:
+				$RESULT += 'shave/ginger_landing'
+			elseif temp_pubecol = 3:
+				$RESULT += 'shave/blonde_landing'
+			elseif temp_pubecol = 4:
+				$RESULT += 'shave/red_landing'
+			elseif temp_pubecol = 5:
+				$RESULT += 'shave/blue_landing'
+			elseif temp_pubecol = 6:
+				$RESULT += 'shave/green_landing'
+			elseif temp_pubecol = 7:
+				$RESULT += 'shave/pink_landing'
+			elseif temp_pubecol = 8:
+				$RESULT += 'shave/purple_landing'
+			end
 		elseif temp_pubestyle = 5:
-			$RESULT += 'shave/heart1'
+			if temp_pubecol = 0:
+				$RESULT += 'shave/black_heart'
+			elseif temp_pubecol = 1:
+				$RESULT += 'shave/brunette_heart'
+			elseif temp_pubecol = 2:
+				$RESULT += 'shave/ginger_heart'
+			elseif temp_pubecol = 3:
+				$RESULT += 'shave/blonde_heart'
+			elseif temp_pubecol = 4:
+				$RESULT += 'shave/red_heart'
+			elseif temp_pubecol = 5:
+				$RESULT += 'shave/blue_heart'
+			elseif temp_pubecol = 6:
+				$RESULT += 'shave/green_heart'
+			elseif temp_pubecol = 7:
+				$RESULT += 'shave/pink_heart'
+			elseif temp_pubecol = 8:
+				$RESULT += 'shave/purple_heart'
+			end
 		elseif temp_pubestyle = 6:
 			if temp_pubecol = 0:
-				$RESULT += 'shave/flame1'
+				$RESULT += 'shave/black_flame'
 			elseif temp_pubecol = 1:
 				$RESULT += 'shave/brunette_flame'
 			elseif temp_pubecol = 2:
@@ -49,7 +121,7 @@ if $ARGS[0] = 0 and lashair = 0:
 			end
 		elseif temp_pubestyle = 7:
 			if temp_pubecol = 0:
-				$RESULT += 'shave/cross1'
+				$RESULT += 'shave/black_cross'
 			elseif temp_pubecol = 1:
 				$RESULT += 'shave/brunette_cross'
 			elseif temp_pubecol = 2:
@@ -68,31 +140,85 @@ if $ARGS[0] = 0 and lashair = 0:
 				$RESULT += 'shave/purple_cross'
 			end
 		elseif temp_pubestyle = 8:
-			$RESULT += 'shave/s_bush1'
+			if temp_pubecol = 0:
+				$RESULT += 'shave/black_trimmed'
+			elseif temp_pubecol = 1:
+				$RESULT += 'shave/brunette_trimmed'
+			elseif temp_pubecol = 2:
+				$RESULT += 'shave/ginger_trimmed'
+			elseif temp_pubecol = 3:
+				$RESULT += 'shave/blonde_trimmed'
+			elseif temp_pubecol = 4:
+				$RESULT += 'shave/red_trimmed'
+			elseif temp_pubecol = 5:
+				$RESULT += 'shave/blue_trimmed'
+			elseif temp_pubecol = 6:
+				$RESULT += 'shave/green_trimmed'
+			elseif temp_pubecol = 7:
+				$RESULT += 'shave/pink_trimmed'
+			elseif temp_pubecol = 8:
+				$RESULT += 'shave/purple_trimmed'
+			end
 		elseif temp_pubestyle = 12:
-			$RESULT += 'shave/mb'
+			if temp_pubecol = 0:
+				$RESULT += 'shave/black_mini'
+			elseif temp_pubecol = 1:
+				$RESULT += 'shave/brunette_mini'
+			elseif temp_pubecol = 2:
+				$RESULT += 'shave/ginger_mini'
+			elseif temp_pubecol = 3:
+				$RESULT += 'shave/blonde_mini'
+			elseif temp_pubecol = 4:
+				$RESULT += 'shave/red_mini'
+			elseif temp_pubecol = 5:
+				$RESULT += 'shave/blue_mini'
+			elseif temp_pubecol = 6:
+				$RESULT += 'shave/green_mini'
+			elseif temp_pubecol = 7:
+				$RESULT += 'shave/pink_mini'
+			elseif temp_pubecol = 8:
+				$RESULT += 'shave/purple_mini'
+			end
 		elseif temp_pubestyle = 13:
 			if temp_pubecol = 0:
-				$RESULT += 'shave/bstrip'
+				$RESULT += 'shave/black_strip'
 			elseif temp_pubecol = 1:
-				$RESULT += 'shave/brunette_bstrip'
+				$RESULT += 'shave/brunette_strip'
 			elseif temp_pubecol = 2:
-				$RESULT += 'shave/ginger_bstrip'
+				$RESULT += 'shave/ginger_strip'
 			elseif temp_pubecol = 3:
-				$RESULT += 'shave/blonde_bstrip'
+				$RESULT += 'shave/blonde_strip'
 			elseif temp_pubecol = 4:
-				$RESULT += 'shave/red_bstrip'
+				$RESULT += 'shave/red_strip'
 			elseif temp_pubecol = 5:
-				$RESULT += 'shave/blue_bstrip'
+				$RESULT += 'shave/blue_strip'
 			elseif temp_pubecol = 6:
-				$RESULT += 'shave/green_bstrip'
+				$RESULT += 'shave/green_strip'
 			elseif temp_pubecol = 7:
-				$RESULT += 'shave/pink_bstrip'
+				$RESULT += 'shave/pink_strip'
 			elseif temp_pubecol = 8:
-				$RESULT += 'shave/purple_bstrip'
+				$RESULT += 'shave/purple_strip'
 			end
 		elseif temp_pubestyle = 14:
-			$RESULT += 'shave/rectangle'
+			if temp_pubecol = 0:
+				$RESULT += 'shave/black_rectangle'
+			elseif temp_pubecol = 1:
+				$RESULT += 'shave/brunette_rectangle'
+			elseif temp_pubecol = 2:
+				$RESULT += 'shave/ginger_rectangle'
+			elseif temp_pubecol = 3:
+				$RESULT += 'shave/blonde_rectangle'
+			elseif temp_pubecol = 4:
+				$RESULT += 'shave/red_rectangle'
+			elseif temp_pubecol = 5:
+				$RESULT += 'shave/blue_rectangle'
+			elseif temp_pubecol = 6:
+				$RESULT += 'shave/green_rectangle'
+			elseif temp_pubecol = 7:
+				$RESULT += 'shave/pink_rectangle'
+			elseif temp_pubecol = 8:
+				$RESULT += 'shave/purple_rectangle'
+			end
 		else
 			if temp_pubecol = 0:
 				$RESULT += 'hair/black_small'
@@ -103,15 +229,15 @@ if $ARGS[0] = 0 and lashair = 0:
 			elseif temp_pubecol = 3:
 				$RESULT += 'hair/blonde_small'
 			elseif temp_pubecol = 4:
-				$RESULT += 'hair/red'
+				$RESULT += 'hair/red_small'
 			elseif temp_pubecol = 5:
-				$RESULT += 'hair/blue'
+				$RESULT += 'hair/blue_small'
 			elseif temp_pubecol = 6:
-				$RESULT += 'hair/green'
+				$RESULT += 'hair/green_small'
 			elseif temp_pubecol = 7:
-				$RESULT += 'hair/pink'
+				$RESULT += 'hair/pink_small'
 			elseif temp_pubecol = 8:
-				$RESULT += 'hair/purple'
+				$RESULT += 'hair/purple_small'
 			end
 		end
 	elseif temp_pubes <= 35:
@@ -124,15 +250,15 @@ if $ARGS[0] = 0 and lashair = 0:
 		elseif temp_pubecol = 3:
 			$RESULT += 'hair/blonde_mid'
 		elseif temp_pubecol = 4:
-			$RESULT += 'hair/red'
+			$RESULT += 'hair/red_mid'
 		elseif temp_pubecol = 5:
-			$RESULT += 'hair/blue'
+			$RESULT += 'hair/blue_mid'
 		elseif temp_pubecol = 6:
-			$RESULT += 'hair/green'
+			$RESULT += 'hair/green_mid'
 		elseif temp_pubecol = 7:
-			$RESULT += 'hair/pink'
+			$RESULT += 'hair/pink_mid'
 		elseif temp_pubecol = 8:
-			$RESULT += 'hair/purple'
+			$RESULT += 'hair/purple_mid'
 		end
 	else
 		if temp_pubecol = 0:
@@ -144,15 +270,15 @@ if $ARGS[0] = 0 and lashair = 0:
 		elseif temp_pubecol = 3:
 			$RESULT += 'hair/blonde_full'
 		elseif temp_pubecol = 4:
-			$RESULT += 'hair/red'
+			$RESULT += 'hair/red_full'
 		elseif temp_pubecol = 5:
-			$RESULT += 'hair/blue'
+			$RESULT += 'hair/blue_full'
 		elseif temp_pubecol = 6:
-			$RESULT += 'hair/green'
+			$RESULT += 'hair/green_full'
 		elseif temp_pubecol = 7:
-			$RESULT += 'hair/pink'
+			$RESULT += 'hair/pink_full'
 		elseif temp_pubecol = 8:
-			$RESULT += 'hair/purple'
+			$RESULT += 'hair/purple_full'
 		end
 	end
 else