123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- # $face_image
- !!use with - <img <<$set_imgh>> src="<<func(''$face_image'')>>">
- if face_style['type'] = 1:
- if $face_style['avatar_path'] = '': $face_style['avatar_path'] = 'images/avatar.jpg'
- $result = $face_style['avatar_path']
- elseif face_style['type'] = 2:
- $result = 'images/pc/body/head/'
- !!----------GLASSES----------
- !! stylish
- if glass >= 2:
- $result += 'stylish/'
- !! cheap
- elseif glass = 1:
- !! $result += 'cheap/' !! missing !! will load stylish !!
- $result += 'stylish/'
- !! none
- else
- $result += 'noglass/'
- end
- !!----------EYE COLOR----------
- !! hazel
- if pcs_eyecol = 0:
- !! $result += 'hazel/' !! missing !! will load blue !!
- $result += 'blue/'
- !! grey
- elseif pcs_eyecol = 1:
- !! $result += 'grey/' !! missing !! will load blue !!
- $result += 'blue/'
- !! green
- elseif pcs_eyecol = 2:
- $result += 'green/'
- !! blue
- elseif pcs_eyecol = 3:
- $result += 'blue/'
- !! other
- else
- !! $result += 'other/' !! missing !! will load blue !!
- $result += 'blue/'
- end
- !!----------HAIR COLOR----------
- !! black
- if pcs_haircol = 0:
- $result += 'black/'
- !! brunette
- elseif pcs_haircol = 1:
- $result += 'brunette/'
- !! red
- elseif pcs_haircol = 2:
- $result += 'red/'
- !! blonde
- elseif pcs_haircol = 3:
- $result += 'blonde/'
- !! other
- else
- !! $result += 'other' !! missing !! will load brunette !!
- $result += 'brunette/'
- end
- !!----------HAIR LENGTH----------
- !! very long
- if pcs_hairlng > 400:
- !! $result += 'very_long/' !! missing !! will load long !!
- $result += 'long/'
- !! long
- elseif pcs_hairlng > 260:
- $result += 'long/'
- !! medium long
- elseif pcs_hairlng > 160:
- !! $result += 'medium_long/' !! missing !! will load medium !!
- $result += 'medium/'
- !! medium
- elseif pcs_hairlng > 80:
- $result += 'medium/'
- !! short
- elseif pcs_hairlng > 30:
- $result += 'short/'
- !! very short
- else
- $result += 'very_short/'
- end
- !!----------HAIR STYLE----------
- !! messy/tangled
- if pcs_hairbsh <= 0:
- $result += 'messy/'
- !! braids
- 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:
- $result += 'no_makeup_'
- !! light
- elseif pcs_makeup = 2:
- !! $result += 'light_' !! missing !! will load vibrant !!
- $result += 'vibrant_'
- !! vibrant
- elseif pcs_makeup = 3:
- $result += 'vibrant_'
- !! heavy
- elseif pcs_makeup = 4:
- !! $result += 'heavy_' !! missing !! will load vibrant !!
- $result += 'vibrant_'
- !! professional
- elseif pcs_makeup = 5:
- !! $result += 'prof_' !! missing !! will load vibrant !!
- $result += 'vibrant_'
- !! bimbo
- elseif pcs_makeup = 6:
- !! $result += 'bimbo_' !! missing !! will load vibrant !!
- $result += 'vibrant_'
- !! smeared
- else
- $result += 'smeared_'
- end
- !!----------CUM----------
- if cumloc[11] = 1:
- !! enormous
- if cumvol[11] > 250:
- !! $result += 'enormous' !! missing !! will load decent !!
- $result += 'decent'
- !! huge
- elseif cumvol[11] > 100:
- !! $result += 'huge' !! missing !! will load decent !!
- $result += 'decent'
- !! decent
- elseif cumvol[11] >= 20:
- $result += 'decent'
- !! small
- else
- !! $result += 'small' !! missing !! will load decent !!
- $result += 'decent'
- end
- !! none
- else
- $result += 'no_cum'
- end
- $result += '.jpg'
- else
- !! These images are missing from my copy of the image folder, so I am commenting them out for now
- !!if glass = 2:
- !! $result = 'images/pc/body/hcolglass<<pcs_haircol>>.jpg'
- !! exit
- !!end
- !!if glass = 1:
- !! $result = 'images/pc/body/nerd.jpg'
- !! exit
- !!end
- !!if shorthair = 1:
- !! $result = 'images/pc/body/shcol<<pcs_haircol>>.jpg'
- !! exit
- !!end
- $result = 'images/pc/body/hairstyles/'
- if pcs_haircol > 3:
- $result += 'colours'
- jump 'skipsteps'
- end
- !! length
- if pcs_hairlng > 400:
- $result += 'vlng'
- elseif pcs_hairlng > 260:
- $result += 'lng'
- elseif pcs_hairlng > 160:
- $result += 'medlo'
- elseif pcs_hairlng > 80:
- $result += 'med'
- elseif pcs_hairlng > 30:
- $result += 'short'
- else
- $result += 'vshort'
- end
- $result += '/'
- !! style for medium or longer hair
- if pcs_hairlng > 80:
- if hbraids > 0:
- $result += 'braids'
- elseif hpigtail > 0:
- $result += 'pigtails'
- elseif curly > 0 and hbangs > 0 and hpingripw > 0:
- $result += 'curly-bangs-buns'
- elseif curly > 0 and hbangs > 0 and hscrunchw > 0:
- $result += 'curly-bangs-scrunch'
- elseif curly > 0 and hbangs > 0:
- $result += 'curly-bangs'
- elseif curly > 0 and hpingripw > 0:
- $result += 'curly-buns'
- elseif curly > 0 and hscrunchw > 0:
- $result += 'curly-scrunch'
- elseif hbangs > 0 and hpingripw > 0:
- $result += 'bangs-buns'
- elseif hbangs > 0 and hscrunchw > 0:
- $result += 'bangs-scrunch'
- elseif curly > 0:
- $result += 'curly'
- elseif hbangs > 0:
- $result += 'bangs'
- elseif hpingripw > 0:
- $result += 'buns'
- elseif hscrunchw > 0:
- $result += 'scrunch'
- else
- $result += 'normal'
- end
- !! style for short hair (other images don''t exist)
- elseif pcs_hairlng > 30:
- if hbangs > 0:
- $result += 'bangs'
- elseif curly > 0:
- $result += 'curly'
- else
- $result += 'normal'
- end
- !! style for very short hair (other images don''t exist)
- else
- $result += 'normal'
- end
- :skipsteps
- $result += '/'
- !! color
- $result += 'hcol<<pcs_haircol>>.jpg'
- end
- --- $face_image ---------------------------------
|