boy 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. # boy
  2. !!'<<$boydesc>> <<$boybody>> <<$boybod>> <<$boyface>>. <<$boydesc>> <<$boyClo>>'
  3. if $ARGS[0] = '':
  4. !randomly age
  5. boyage = rand(18,35)
  6. !! {The NPC generator is now the primary system of creating new characters.}
  7. gs 'npcgeneratec', 0, 'A Male', boyage
  8. gs 'boyStat', $npclastgenerated
  9. gs 'boy', 'details'
  10. end
  11. if $ARGS[0] = 'details':
  12. !Select Photos
  13. :boydetailsloop
  14. picrand = RAND(1,30)
  15. if picrand = boypic[0] or picrand = boypic[1] or picrand = boypic[2]: jump 'boydetailsloop'
  16. silaVag = npc_sexskill[$npclastgenerated]
  17. $npc_usedname[$npclastgenerated] = $npc_firstname[$npclastgenerated]
  18. $boydesc = $npc_usedname[$npclastgenerated]
  19. !!appearance
  20. boybodyrand = rand(1, 3)
  21. if boybodyrand = 1: $boybody = 'tall'
  22. if boybodyrand = 2: $boybody = 'average'
  23. if boybodyrand = 3: $boybody = 'short'
  24. boybodrand = rand(1, 4)
  25. if boybodrand = 1: $boybod = 'thin'
  26. if boybodrand = 2: $boybod = 'athletic'
  27. if boybodrand = 3: $boybod = 'chunky'
  28. if boybodrand = 4: $boybod = 'fat'
  29. boyfacerand = rand(1, 3)
  30. if boyfacerand = 1: $boyface = 'black'
  31. if boyfacerand = 2: $boyface = 'brunet'
  32. if boyfacerand = 3: $boyface = 'blond'
  33. !!variable is responsible for guy
  34. boyonce = 0
  35. !!Variables responsible for any features like
  36. !!security, is responsible for the money and requirements
  37. harakBoy = rand(0, 2)
  38. finance = rand(0, 2)
  39. if finance = 0:
  40. !!Gopnik beggar or a hard worker
  41. !!check in appearance Primary
  42. if harakBoy = 0: npc_app[$npclastgenerated] = rand(0, 8)
  43. if harakBoy = 1: npc_app[$npclastgenerated] = rand(0, 16)
  44. if harakBoy = 2: npc_app[$npclastgenerated] = rand(0, 32)
  45. $boyClo = 'wearing a tracksuit.'
  46. elseif finance = 1:
  47. !!middle_peasant
  48. !!check in appearance
  49. if harakBoy = 0: npc_app[$npclastgenerated] = rand(0, 16)
  50. if harakBoy = 1: npc_app[$npclastgenerated] = rand(0, 24)
  51. if harakBoy = 2: npc_app[$npclastgenerated] = rand(0, 32)
  52. $boyClo = 'wearing jeans and a sweater.'
  53. elseif finance = 2:
  54. !!middle_peasant
  55. !!check in appearance
  56. if harakBoy = 0: npc_app[$npclastgenerated] = rand(16, 32)
  57. if harakBoy = 1: npc_app[$npclastgenerated] = rand(24, 32)
  58. if harakBoy = 2: npc_app[$npclastgenerated] = rand(32, 40)
  59. $boyClo = 'wearing an expensive suit.'
  60. end
  61. !!requirements of the figure, chest size, hair color.
  62. !!0 - ass less 80, 1 back from 80 prior_to 100, 2 ass over 100
  63. figurBoy = rand(0, 2)
  64. !!0 - chest less 3, 1 breast 3-4, 2 breasts bigger 4
  65. npc_bust[$npclastgenerated] = rand(0, 2)
  66. !!0 - black, 1 - brown, 2 - Redhead, 3 - blonde
  67. npc_haircol[$npclastgenerated] = rand(0, 3)
  68. !!character 0 - soft, 1 -norm 2 - aggressor
  69. randizvrat = rand(0, 100)
  70. if randizvrat < 80:izvrat = 0
  71. if randizvrat >= 80:izvrat = 1
  72. hairBoy = npc_haircol[$npclastgenerated]
  73. titBoy = npc_bust[$npclastgenerated]
  74. vneshBoy = npc_app[$npclastgenerated]
  75. !! trying to make the preference section
  76. !! Variables here are clotTypePrefTmp, clotQualPrefTmp, clotTopPrefTmp, bottShorPrefTmp, clotThinPrefTmp, bimbPrefTmp, pierPrefTmp, tattPrefTmp, lipsPrefTmp, bodyPrefTmp, makePrefTmp, IQPrefTmp.
  77. !!This is for clothing type preference
  78. !! If you notice how rare it is to get a preference that is intentional
  79. !!0 - none, 1 - cheap, 2 - average, 3 - formal, 4 - fetish.
  80. clotTypePrefTmp = 0
  81. if rand(0, 4) = 4:
  82. if finance = 0:
  83. clotTypePrefTmp = rand(1,2)
  84. if rand(0, 1) = 1 and izvrat = 1:clotTypePrefTmp = 4
  85. elseif finance = 1:
  86. clotTypePrefTmp = rand(1,3)
  87. if rand(0, 2) = 2 and izvrat = 1:clotTypePrefTmp = 4
  88. elseif finance = 2:
  89. clotTypePrefTmp = rand(2,3)
  90. if rand(0, 1) = 1 and izvrat = 1:clotTypePrefTmp = 4
  91. end
  92. end
  93. !!This is for the quality of clothing
  94. !! 0 - no preference, 1 - 1 to 4 units cheap to average (Locked if formal chosen), 2 - 5 to 7 units expensive to ballroom quality (Locked if fetish is chosen)
  95. clotQualPrefTmp = 0
  96. if rand(0, 5) = 5:
  97. if finance = 0:
  98. clotQualPrefTmp = 1
  99. elseif finance = 1:
  100. clotQualPrefTmp = rand(1, 2)
  101. randchan = rand(0, 1)
  102. if randchan = 0 and clotTypePrefTmp ! 3:
  103. clotQualPrefTmp = 1
  104. elseif randchan = 1 and clotTypePrefTmp ! 1:
  105. clotQualPrefTmp = 2
  106. end
  107. elseif finance = 2:
  108. randchan = rand(0, 2)
  109. if randchan = 2 and clotTypePrefTmp ! 1:
  110. clotQualPrefTmp = 2
  111. end
  112. end
  113. end
  114. !!This is for the clothing top cut for the clothing
  115. !!Need to add modifiers based on breast size, where larger breasts end up forcing the player to show more cleavage than those with smaller breasts.
  116. !! 0 - no preference, 1 - 1 to 2 or neckline to moderate, 2 - 3 to 4 or heavy to severe, 3 - 5 to 7 or buldging to outpouring
  117. !! The breast size must be adjusted either when the action is being calculeted or we can base it on their ideal breast size :titBoy + 0/3 depending on the players breast size
  118. !!0 - no preference, 1 - 1 neckline , 2 - 2 or moderate, 3 - 3 to 4 or heavy to severe
  119. !! It doesn''t matter if your poor or rich, everyone loves tits.
  120. slutConstant = 0
  121. if rand(0, 1) = 1 and izvrat = 1:slutConstant = 1
  122. clotTopPrefTmp = 0
  123. if rand(0, 2) = 2:
  124. randchan = rand(0, 2)
  125. if randchan = 0 and clotTypePrefTmp ! 4:
  126. clotTopPrefTmp = 1 + slutConstant
  127. elseif randchan = 1 and clotTypePrefTmp ! 4:
  128. clotTopPrefTmp = 2 + slutConstant
  129. elseif randchan = 2 and clotTypePrefTmp ! 3:
  130. clotTopPrefTmp = 3
  131. end
  132. if clotTopPrefTmp ! 0 and titBoy = 2:
  133. if clotPref ! 3:
  134. clotTopPrefTmp += 1
  135. end
  136. end
  137. end
  138. !! This is for pants and skirt shortness and will be grouped together as such.
  139. !! 0 - no preference, 1 - 1 to 2 units or ankle to calf length, 2 - 3 to 4 units or knee to miniskirt, 3 - 5 units to 6 or slut to hoe.
  140. bottShorPrefTmp = 0
  141. if rand(0, 2) = 2:
  142. randchan = rand(0, 2)
  143. if randchan = 0 and clotTypePrefTmp ! 4:
  144. bottShorPrefTmp = 1
  145. elseif randchan = 1:
  146. bottShorPrefTmp = 2
  147. elseif randchan = 2:
  148. bottShorPrefTmp = 3
  149. end
  150. randchan = rand(0, 1)
  151. if slutConstant = 1 and randchan = 1 and clotTypePrefTmp = 4:
  152. bottShorPrefTmp = 3
  153. end
  154. end
  155. !! This is for clothes thinness.
  156. !! 0 - no preference, 1 - 0 to 2 (Conservative), 2 - 3 to 4 (Moderate), 3 - 4 to 6 (really thin)
  157. !! I see the moderate to really thin overlapping. Its intentional.
  158. clotThinPrefTmp = 0
  159. if rand(0, 2) = 2:
  160. randchan = rand(0, 2)
  161. if randchan = 0:
  162. clotThinPrefTmp = 1 + slutConstant
  163. elseif randchan = 1:
  164. clotThinPrefTmp = 2 + slutConstant
  165. elseif randchan = 2 and clotTypePrefTmp ! 3:
  166. clotThinPrefTmp = 3
  167. end
  168. end
  169. !!This is to find out if they want you to wear bimbo clothing
  170. !! 0 - no preference, 1 - Prefers bimbo clothing.
  171. bimbPrefTmp = 0
  172. if rand(0, 2) = 2 and clotTypePrefTmp ! 3:bimbPrefTmp = 1
  173. !!This is to find out if they want you to wear piercings.
  174. !! 0 - no preference, 1 - 0 to 2 piercings, 2 - 3 to 5 piercings, 3 - 6 or more piercings.
  175. pierPrefTmp = 0
  176. if rand(0, 3) = 3:
  177. randchan = rand(0, 2)
  178. if randchan = 0:
  179. pierPrefTmp = 1 + slutConstant
  180. elseif randchan = 1:
  181. pierPrefTmp = 2 + slutConstant
  182. elseif randchan = 2:
  183. pierPrefTmp = 3
  184. end
  185. end
  186. !!This is to find out if they want you to have tattoos.
  187. !! 0 - no preference, 1 - 0 to 2 tattoos, 2 - 3 to 5 tattoos, 3 - 6 or more tattoos.
  188. tattPrefTmp = 0
  189. if rand(0, 3) = 3:tattPrefTmp = rand(1, 3)
  190. !!This is to find out how big they want your lips.
  191. !! 0 - no preference, 1 - 2 to 3 units (average) , 2 - 4 units (THIC lips)
  192. lipsPrefTmp = 0
  193. if rand(0, 2) = 2:
  194. randchan = rand(0, 2)
  195. if randchan = 0:
  196. lipsPrefTmp = 1 + slutConstant
  197. elseif randchan = 2:
  198. lipsPrefTmp = 2
  199. end
  200. end
  201. !!This is to find out how big they want YOU.
  202. !! 0 - no preference, 1 - 1 to 3 units (Skinny) , 2 - 3 to 6 units (Average), 3 - 6 + units (THIC)
  203. !! Notice how this one overlaps. I believe that it should because changing ones weight is very hard.
  204. bodyPrefTmp = 0
  205. if rand(0, 3) = 3:bodyPrefTmp = rand(1, 3)
  206. !!This is to find out how much makeup they want you to wear.
  207. !! 0 - no preference, 1 - 1 (light makeup) , 2 - 2 (moderate makeup), 3 - 3(heavy makeup)
  208. !! Plan to make a way for you to set what you makeup you want to wear at your bedside and giving into his wishes would automatically change the automated setting.
  209. makePrefTmp = 0
  210. if rand(0, 1) = 1:
  211. randchan = rand(0, 2)
  212. if randchan = 0:
  213. makePrefTmp = 1 + slutConstant
  214. elseif randchan = 1:
  215. makePrefTmp = 2 + slutConstant
  216. elseif randchan = 2 and clotTypePrefTmp ! 3:
  217. makePrefTmp = 3
  218. end
  219. end
  220. !! This is to see if they like a ditz, average, or a smartypants
  221. !!0 - no preference, 1 - 1 to 30 intelligence, 2 - 30 to 85 intelligence, 3 - 85 + intelligence.
  222. IQPrefTmp = 0
  223. if rand(0, 4) = 4:IQPrefTmp = rand(1, 3)
  224. end
  225. --- boy ---------------------------------