|
@@ -21,7 +21,7 @@ elseif face_style['type'] = 2:
|
|
|
else
|
|
|
$result += 'noglass/'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
!!----------EYE COLOR----------
|
|
|
!! hazel
|
|
|
if pcs_eyecol = 0:
|
|
@@ -42,7 +42,7 @@ elseif face_style['type'] = 2:
|
|
|
!! $result += 'other/' !! missing !! will load blue !!
|
|
|
$result += 'blue/'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
!!----------HAIR COLOR----------
|
|
|
!! black
|
|
|
if pcs_haircol = 0:
|
|
@@ -61,7 +61,7 @@ elseif face_style['type'] = 2:
|
|
|
!! $result += 'other' !! missing !! will load brunette !!
|
|
|
$result += 'brunette/'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
!!----------HAIR LENGTH----------
|
|
|
!! very long
|
|
|
if pcs_hairlng > 400:
|
|
@@ -84,62 +84,74 @@ elseif face_style['type'] = 2:
|
|
|
else
|
|
|
$result += 'very_short/'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
!!----------HAIR STYLE----------
|
|
|
!! messy/tangled
|
|
|
- if pcs_hairbsh = -1 or pcs_hairbsh = 0:
|
|
|
+ if pcs_hairbsh <= 0:
|
|
|
$result += 'messy/'
|
|
|
!! braids
|
|
|
- elseif hbraids > 0:
|
|
|
- $result += 'braids/'
|
|
|
- !! pigtails
|
|
|
- elseif hpigtail > 0:
|
|
|
- $result += 'pigtails/'
|
|
|
- !! curly-bangs-buns
|
|
|
- elseif curly > 0 and hbangs > 0 and hpingripw > 0:
|
|
|
- !! $result += 'curly-bangs-buns/' !! missing !! will load curly !!
|
|
|
- $result += 'curly/'
|
|
|
- !! curly-bangs-scrunch
|
|
|
- elseif curly > 0 and hbangs > 0 and hscrunchw > 0:
|
|
|
- !! $result += 'curly-bangs-scrunch/' !! missing !! will load curly !!
|
|
|
- $result += 'curly/'
|
|
|
- !! curly-bangs
|
|
|
- elseif curly > 0 and hbangs > 0:
|
|
|
- !! $result += 'curly-bangs/' !! missing !! will load curly !!
|
|
|
- $result += 'curly/'
|
|
|
- !! curly-buns
|
|
|
- elseif curly > 0 and hpingripw > 0:
|
|
|
- !! $result += 'curly-buns/' !! missing !! will load curly !!
|
|
|
- $result += 'curly/'
|
|
|
- !! curly-scrunch
|
|
|
- elseif curly > 0 and hscrunchw > 0:
|
|
|
- !! $result += 'curly-scrunch/' !! missing !! will load curly !!
|
|
|
- $result += 'curly/'
|
|
|
- !! bangs-buns
|
|
|
- elseif hbangs > 0 and hpingripw > 0:
|
|
|
- !! $result += 'bangs-buns/' !! missing !! will load bangs !!
|
|
|
- $result += 'bangs/'
|
|
|
- !! bangs-scrunch
|
|
|
- elseif hbangs > 0 and hscrunchw > 0:
|
|
|
- !! $result += 'bangs-scrunch/' !! missing !! will load bangs !!
|
|
|
- $result += 'bangs/'
|
|
|
- !! curly
|
|
|
- elseif curly > 0:
|
|
|
- $result += 'curly/'
|
|
|
- !! bangs
|
|
|
- elseif hbangs > 0:
|
|
|
- $result += 'bangs/'
|
|
|
- !! buns (updo)
|
|
|
- elseif hpingripw > 0:
|
|
|
- $result += 'buns/'
|
|
|
- !! scrunch (ponytail)
|
|
|
- elseif hscrunchw > 0:
|
|
|
- $result += 'scrunch/'
|
|
|
- !! normal
|
|
|
+ elseif pcs_hairlng > 80:
|
|
|
+ if hbraids > 0:
|
|
|
+ $result += 'braids/'
|
|
|
+ !! pigtails
|
|
|
+ elseif hpigtail > 0:
|
|
|
+ $result += 'pigtails/'
|
|
|
+ !! curly-bangs-buns
|
|
|
+ elseif curly > 0 and hbangs > 0 and hpingripw > 0:
|
|
|
+ !! $result += 'curly-bangs-buns/' !! missing !! will load curly !!
|
|
|
+ $result += 'curly/'
|
|
|
+ !! curly-bangs-scrunch
|
|
|
+ elseif curly > 0 and hbangs > 0 and hscrunchw > 0:
|
|
|
+ !! $result += 'curly-bangs-scrunch/' !! missing !! will load curly !!
|
|
|
+ $result += 'curly/'
|
|
|
+ !! curly-bangs
|
|
|
+ elseif curly > 0 and hbangs > 0:
|
|
|
+ !! $result += 'curly-bangs/' !! missing !! will load curly !!
|
|
|
+ $result += 'curly/'
|
|
|
+ !! curly-buns
|
|
|
+ elseif curly > 0 and hpingripw > 0:
|
|
|
+ !! $result += 'curly-buns/' !! missing !! will load curly !!
|
|
|
+ $result += 'curly/'
|
|
|
+ !! curly-scrunch
|
|
|
+ elseif curly > 0 and hscrunchw > 0:
|
|
|
+ !! $result += 'curly-scrunch/' !! missing !! will load curly !!
|
|
|
+ $result += 'curly/'
|
|
|
+ !! bangs-buns
|
|
|
+ elseif hbangs > 0 and hpingripw > 0:
|
|
|
+ !! $result += 'bangs-buns/' !! missing !! will load bangs !!
|
|
|
+ $result += 'bangs/'
|
|
|
+ !! bangs-scrunch
|
|
|
+ elseif hbangs > 0 and hscrunchw > 0:
|
|
|
+ !! $result += 'bangs-scrunch/' !! missing !! will load bangs !!
|
|
|
+ $result += 'bangs/'
|
|
|
+ !! curly
|
|
|
+ elseif curly > 0:
|
|
|
+ $result += 'curly/'
|
|
|
+ !! bangs
|
|
|
+ elseif hbangs > 0:
|
|
|
+ $result += 'bangs/'
|
|
|
+ !! buns (updo)
|
|
|
+ elseif hpingripw > 0:
|
|
|
+ $result += 'buns/'
|
|
|
+ !! scrunch (ponytail)
|
|
|
+ elseif hscrunchw > 0:
|
|
|
+ $result += 'scrunch/'
|
|
|
+ !! normal
|
|
|
+ else
|
|
|
+ $result += 'normal/'
|
|
|
+ end
|
|
|
+ elseif pcs_hairlng > 30:
|
|
|
+ if hbangs > 0:
|
|
|
+ $result += 'bangs/'
|
|
|
+ elseif curly > 0:
|
|
|
+ $result += 'curly/'
|
|
|
+ else
|
|
|
+ $result += 'normal/'
|
|
|
+ end
|
|
|
else
|
|
|
$result += 'normal/'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
!!----------MAKEUP----------
|
|
|
!! none
|
|
|
if pcs_makeup = 1:
|
|
@@ -167,7 +179,7 @@ elseif face_style['type'] = 2:
|
|
|
else
|
|
|
$result += 'smeared_'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
!!----------CUM----------
|
|
|
if cumloc[11] = 1:
|
|
|
!! enormous
|
|
@@ -190,7 +202,7 @@ elseif face_style['type'] = 2:
|
|
|
else
|
|
|
$result += 'no_cum'
|
|
|
end
|
|
|
-
|
|
|
+
|
|
|
$result += '.jpg'
|
|
|
|
|
|
else
|
|
@@ -210,7 +222,7 @@ else
|
|
|
|
|
|
$result = 'images/pc/body/hairstyles/'
|
|
|
|
|
|
- if pcs_haircol > 3:
|
|
|
+ if pcs_haircol > 3:
|
|
|
$result += 'colours'
|
|
|
jump 'skipsteps'
|
|
|
end
|
|
@@ -263,9 +275,11 @@ else
|
|
|
$result += 'normal'
|
|
|
end
|
|
|
!! style for short hair (other images don''t exist)
|
|
|
- elseif pcs_hairlng <= 80 and pcs_hairlng > 30:
|
|
|
+ elseif pcs_hairlng > 30:
|
|
|
if hbangs > 0:
|
|
|
$result += 'bangs'
|
|
|
+ elseif curly > 0:
|
|
|
+ $result += 'curly'
|
|
|
else
|
|
|
$result += 'normal'
|
|
|
end
|