1
0

_body_image.qsrc 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. # $body_image
  2. !This function will return url of image, and set additional texts to $body_image_msg
  3. !for example, you can VIEW func('$body_image', 'body') to view body image in popup window, and
  4. !pl $body_image_msg to display extra texts
  5. $body_image_msg = ''
  6. if $ARGS[0] = 'body':
  7. $body_image_msg += 'You are <<pcs_hgt>>cm tall and <<$bodyVars[''desc'']>>.'
  8. $result = $bodyVars['img']
  9. end
  10. if $ARGS[0] = 'tits':
  11. $body_image_msg += 'Your breasts would be considered an EU <<$titsize>>.'
  12. $result = 'images/pc/body/tits/t<<tits>>.jpg'
  13. end
  14. if $ARGS[0] = 'pubes' or $ARGS[0] = 'pussy':
  15. $result = 'images/pc/body/pussy/'
  16. if ARGS[1] ! 0: temp_pubes = ARGS[1] else temp_pubes = pcs_pubes
  17. if ARGS[2] ! 0: temp_pubecol = ARGS[2] else temp_pubecol = pcs_pubecol[2]
  18. if ARGS[3] ! 0: temp_pubestyle = ARGS[3] else temp_pubestyle = pubestyle
  19. if temp_pubecol = 0:
  20. $temp_pubecol = 'black'
  21. elseif temp_pubecol = 1:
  22. $temp_pubecol = 'brunette'
  23. elseif temp_pubecol = 2:
  24. $temp_pubecol = 'ginger'
  25. elseif temp_pubecol = 3:
  26. $temp_pubecol = 'blonde'
  27. elseif temp_pubecol = 4:
  28. $temp_pubecol = 'red'
  29. elseif temp_pubecol = 5:
  30. $temp_pubecol = 'blue'
  31. elseif temp_pubecol = 6:
  32. $temp_pubecol = 'green'
  33. elseif temp_pubecol = 7:
  34. $temp_pubecol = 'pink'
  35. elseif temp_pubecol = 8:
  36. $temp_pubecol = 'purple'
  37. end
  38. if temp_pubes ! 0:
  39. if temp_pubes <= 3:
  40. $result += 'hair/pussy'
  41. elseif temp_pubes <= 10:
  42. $result += 'hair/stubble'
  43. elseif temp_pubes <= 15:
  44. $result += 'hair/very_short'
  45. elseif temp_pubes <= 25:
  46. if temp_pubestyle = 2:
  47. $result += 'shave/<<$temp_pubecol>>_v'
  48. elseif temp_pubestyle = 3:
  49. $result += 'shave/<<$temp_pubecol>>_triangle'
  50. elseif temp_pubestyle = 4:
  51. $result += 'shave/<<$temp_pubecol>>_landing'
  52. elseif temp_pubestyle = 5:
  53. $result += 'shave/<<$temp_pubecol>>_heart'
  54. elseif temp_pubestyle = 6:
  55. $result += 'shave/<<$temp_pubecol>>_flame'
  56. elseif temp_pubestyle = 7:
  57. $result += 'shave/<<$temp_pubecol>>_cross'
  58. elseif temp_pubestyle = 8:
  59. $result += 'shave/<<$temp_pubecol>>_trimmed'
  60. elseif temp_pubestyle = 12:
  61. $result += 'shave/<<$temp_pubecol>>_mini'
  62. else
  63. $result += 'hair/<<$temp_pubecol>>_small'
  64. end
  65. elseif temp_pubes <= 35:
  66. $result += 'hair/<<$temp_pubecol>>_mid'
  67. else
  68. $result += 'hair/<<$temp_pubecol>>_full'
  69. end
  70. else
  71. $result += 'hair/pussy'
  72. end
  73. killvar 'temp_pubes' & killvar 'temp_pubecol' & killvar 'temp_pubestyle'
  74. $result += '.jpg'
  75. end
  76. if $ARGS[0] = 'ass' or $ARGS[0] = 'butt':
  77. $result = 'images/pc/body/ass/'
  78. if bodyVars['butt_silicone'] > 0:
  79. $result += '9s.jpg'
  80. !$body_image_msg += 'Through the use of implants, you have given yourself a jiggly bubble <a href="exec:view''<<$result>>''">butt</a>.'
  81. !natural butt
  82. elseif pcs_buttsize <= 7:
  83. $result += '1.jpg'
  84. !$body_image_msg = 'Your <a href="exec:view''<<$result>>''">ass</a> is square and as flat as a plank.'
  85. elseif pcs_buttsize <= 14:
  86. $result += '2.jpg'
  87. !$body_image_msg = 'Your <a href="exec:view''<<$result>>''">ass</a> is square but not completely flat.'
  88. elseif pcs_buttsize <= 21:
  89. $result += '3.jpg'
  90. !$body_image_msg = 'You have an average, feminine looking <a href="exec:view''<<$result>>''">ass</a>.'
  91. elseif pcs_buttsize <= 29:
  92. $result += '4.jpg'
  93. !$body_image_msg = 'You have an above-average, feminine looking <a href="exec:view''<<$result>>''">ass</a>.'
  94. elseif pcs_buttsize <= 36:
  95. $result += '5.jpg'
  96. !$body_image_msg = 'Your <a href="exec:view''<<$result>>''">ass</a> is bigger, rounder and firmer than average.'
  97. elseif pcs_buttsize <= 44:
  98. $result += '6.jpg'
  99. !$body_image_msg = 'Your ample <a href="exec:view''<<$result>>''">ass</a> is bigger, rounder and firmer than most.'
  100. elseif pcs_buttsize <= 51:
  101. $result += '7.jpg'
  102. !$body_image_msg = 'You have a heart-shaped <a href="exec:view''<<$result>>''">butt</a> that jiggles as you walk.'
  103. elseif pcs_buttsize <= 59:
  104. $result += '8.jpg'
  105. !$body_image_msg = 'You have a large heart-shaped <a href="exec:view''<<$result>>''">butt</a> that jiggles and sways as you walk.'
  106. else
  107. $result += '9.jpg'
  108. !$body_image_msg = 'You have a large bubble <a href="exec:view''<<$result>>''">butt</a> that jiggles and sways as you walk.'
  109. end
  110. end
  111. if $ARGS[0] = 'coat':
  112. if $coatworntype = 'none':
  113. $body_image_msg += 'You will not wear a coat outside.'
  114. $body_image_msg += '<br>Your health will suffer if you don''t wear a coat in the winter.'
  115. $result = ''
  116. else
  117. $body_image_msg += 'Your current coat is <<$coatworntype>> no.<<coatwornnumber>>.<br>'
  118. !make sure to sync these with [outdoors]~364
  119. if PCoatWarm = 1:
  120. $body_image_msg += 'It''ll keep you fairly warm down to -10C.'
  121. elseif PCoatWarm = 2:
  122. $body_image_msg += 'It will handle temperatures down to -20C.'
  123. elseif PCoatWarm = 3:
  124. $body_image_msg += 'You will be nice and warm even in the depths of winter.'
  125. end
  126. $result = 'images/pc/items/<<$coatworntype>>/coats/<<coatwornnumber>>.jpg'
  127. end
  128. end
  129. if $ARGS[0] = 'clothes':
  130. if $clothingworntype = 'nude' and towel = 1 and $pantyworntype = 'none':
  131. $result = 'images/pc/body/towel.jpg'
  132. $body_image_msg += 'You are only wearing a towel'
  133. elseif $clothingworntype = 'nude' and robe = 1:
  134. $result = 'images/pc/body/robe.jpg'
  135. $body_image_msg += 'You are only wearing a robe'
  136. elseif $clothingworntype = 'nude' and $pantyworntype ! 'none':
  137. $result = 'images/pc/body/nude.jpg'
  138. $body_image_msg += 'You are only wearing panties'
  139. elseif $clothingworntype = 'nude' and $pantyworntype = 'none':
  140. $result = 'images/pc/body/nude1.jpg'
  141. $body_image_msg += 'You are completely naked.'
  142. elseif $clothingworntype = 'misc_outfits' and clothingwornnumber = 1:
  143. $result = func('$clothing_image', $clothingworntype, clothingwornnumber)
  144. $body_image_msg += 'You are wearing a hessian sack the hunters gave you.'
  145. else
  146. $result = func('$clothing_image', $clothingworntype, clothingwornnumber)
  147. $body_image_msg += 'You are wearing ' + func('$short_description', $clothingworntype) + '<<clothingwornnumber>>.'
  148. if PClobimbo = 1:$body_image_msg += '<br>You are dressed like a bimbo.'
  149. if $clothingworntype ! 'coat' and PCloswimwear = 0:
  150. gs 'clothing_attributes', $clothingworntype, clothingwornnumber
  151. gs 'clothing_descriptions'
  152. $body_image_msg += '<br><<$description>>'
  153. else
  154. if $clothingworntype = 'danilovich_swimsuit':
  155. gs '$attributes_danilovich_swim_one', $clothingworntype, clothingwornnumber
  156. elseif $clothingworntype = 'scandalicious_swimsuit':
  157. gs '$attributes_scandalicious_swim_one', $clothingworntype, clothingwornnumber
  158. elseif $clothingworntype = 'scandalicious_bikinis':
  159. gs '$attributes_scandalicious_swim_two', $clothingworntype, clothingwornnumber
  160. elseif $clothingworntype = 'allure_swimsuit':
  161. gs '$attributes_allure_swim_one', $clothingworntype, clothingwornnumber
  162. elseif $clothingworntype = 'allure_bikinis':
  163. gs '$attributes_allure_swim_two', $clothingworntype, clothingwornnumber
  164. elseif $clothingworntype = 'nerdvana_swimsuit':
  165. gs '$attributes_nerdvana_swim_one', $clothingworntype, clothingwornnumber
  166. elseif $clothingworntype = 'nerdvana_bikinis':
  167. gs '$attributes_nerdvana_swim_two', $clothingworntype, clothingwornnumber
  168. end
  169. $body_image_msg += $swimwear_description
  170. end
  171. if $clothingworntype = 'gm_maid' or PCloStyle2 = 1:
  172. $body_image_msg += '<br>This outfit is considered to be a maid uniform.'
  173. elseif $clothingworntype = 'gm_server' or PCloStyle2 = 2:
  174. $body_image_msg += '<br>This outfit is a server uniform, suitable for jobs that require one.'
  175. elseif $clothingworntype = 'eroto_strip' or PCloStyle2 = 3:
  176. $body_image_msg += '<br>This is a stripper outfit.'
  177. end
  178. end
  179. end
  180. if $ARGS[0] = 'panties':
  181. if $pantyworntype = 'none':
  182. $body_image_msg += 'You are not wearing any panties.'
  183. $result = func('$body_image', 'pussy')
  184. else
  185. $result = func('$panty_image', $pantyworntype, pantywornnumber)
  186. $body_image_msg += 'You are wearing <<$pantyworntype>> panty no. <<pantywornnumber>>'
  187. end
  188. end
  189. if $ARGS[0] = 'bra':
  190. if $braworntype = 'none':
  191. $body_image_msg += 'You are not wearing a bra. '
  192. $result = func('$body_image', 'tits')
  193. else
  194. $body_image_msg += 'You are wearing <<$braworntype>> bra no. <<brawornnumber>>. Your breasts would be considered an EU <<$titsize>>'
  195. $result = func('$bra_image', $braworntype, brawornnumber)
  196. end
  197. end
  198. if $ARGS[0] = 'bodysuit':
  199. if $braworntype = 'none':
  200. $body_image_msg += 'You are not wearing a bodysuit. '
  201. $result = func('$body_image', 'tits')
  202. else
  203. $body_image_msg += 'You are wearing <<$bodysuitworntype>> bodysuit <<bodysuitwornnumber>>. Your breasts would be considered an EU <<$titsize>>'
  204. $result = func('$pcs_outfit_image', $bodysuitworntype+'_bodysuits', bodysuitwornnumber)
  205. end
  206. end
  207. if $ARGS[0] = 'shoes':
  208. if $clothingworntype = 'nude' or $shoeworntype = 'none':
  209. $result = 'images/pc/body/feet.jpg'
  210. else
  211. $body_image_msg += 'You are wearing ' + func('$shoe_description', $shoeworntype) + '<<shoewornnumber>>.'
  212. $result = func('$shoe_image', $shoeworntype, shoewornnumber)
  213. end
  214. end
  215. --- $body_image ---------------------------------