1
0

intro_initialization_city.qsrc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. # intro_initialization_city
  2. !!*************************
  3. !! Final Initializations
  4. !! Top area for things that need to be done before setting the variables for either start
  5. if $start_type['loc'] ! 'uni':
  6. daystart_start = 521
  7. daystart = daystart_start
  8. hour = 13
  9. !month = 6
  10. !$month = 'June'
  11. !day = 4
  12. !week = 7
  13. end
  14. gs 'intro_initialization'
  15. !! apartment access and two months of rent paid
  16. if $start_type['loc'] = 'city':
  17. gs 'homes_properties', 'give_access', 'parents_home'
  18. SchoolAtestat = 1
  19. gs 'homes_properties', 'rent_property', 'city_apartment', 61
  20. gs 'homes_properties', 'set_home', 'city_apartment'
  21. end
  22. !! **********
  23. !!Clothing has to run last so that hip size is set
  24. !! Adding underwear and default shoes and assigning them
  25. gm_panties[1] = 1
  26. gm_bras[1] = 1
  27. gm_shoe[6] = 1
  28. gm_coats[1] = 1
  29. gs 'panties', 'wear', 'gm', 1
  30. gs 'bras', 'wear', 'gm', 1
  31. gs 'shoes', 'wear', 'gm', 6
  32. gs 'coats', 'wear', 'gm', 1
  33. !! Starting clothing set
  34. gm_panties[12] = 1
  35. gm_bras[12] = 1
  36. gm_shoe[9] = 1
  37. gm_outfits[30] = 1
  38. gm_outfits_h[30] = 100
  39. gm_outfits_b[30] = pcs_hips
  40. cats_dress[1] = 1
  41. cats_dress_h[1] = 100
  42. cats_dress_b[1] = pcs_hips
  43. danilovich_shoe[21] = 1
  44. if $start_type['group'] = 'jock':
  45. !!Dancer gets leotard and nicer swimwear
  46. danilovich_outfits[155] = 1
  47. danilovich_outfits_h[155] = 100
  48. allure_bikinis[6] = 1
  49. allure_bikinis_h[6] = 60
  50. allure_bikinis_b[6] = pcs_hips
  51. else
  52. danilovich_outfits[81] = 1
  53. danilovich_outfits_h[81] = 100
  54. danilovich_swimsuit[3] = 1
  55. danilovich_swimsuit_h[3] = 60
  56. danilovich_swimsuit_b[3] = pcs_hips
  57. end
  58. if $start_type['cat'] = 'goth':
  59. cats_panties[15] = 1
  60. cats_bras[15] = 1
  61. danilovich_outfits[91] = 1
  62. danilovich_outfits_h[91] = 100
  63. danilovich_shoe[21] = 0
  64. danilovich_shoe[19] = 1
  65. sportsshoenumber = 19
  66. gm_shoe[9] = 0
  67. gm_shoe[25] = 0
  68. bomba_dress[7] = 1
  69. bomba_dress_h[7] = 100
  70. bomba_dress_b[7] = pcs_hips
  71. dolls_shoe[1] = 1
  72. dolls_dress[4] = 1
  73. dolls_dress_h[4] = 100
  74. dolls_dress_b[4] = pcs_hips
  75. dolls_dress[23] = 1
  76. dolls_dress_h[23] = 100
  77. dolls_dress_b[23] = pcs_hips
  78. dolls_outfits[16] = 1
  79. dolls_outfits_h[16] = 100
  80. dolls_outfits_b[16] = pcs_hips
  81. dolls_outfits[31] = 1
  82. dolls_outfits_h[31] = 100
  83. dolls_outfits_b[31] = pcs_hips
  84. sportsclothingnumber = 91
  85. gs 'panties', 'wear', 'cats', 15
  86. gs 'bras', 'wear', 'cats5', 1
  87. gs 'clothing', 'wear', 'dolls_dress', 4
  88. gs 'shoes', 'wear', 'gm', 25
  89. elseif $start_type['cat'] = 'anorexic':
  90. !!anorexic start
  91. gm_panties[15] = 1
  92. gm_bras[15] = 1
  93. gm_dress[39] = 1
  94. gm_dress_h[39] = 100
  95. gm_dress_b[39] = pcs_hips
  96. danilovich_outfits[88] = 1
  97. danilovich_outfits_h[88] = 100
  98. cats_outfits[90] = 1
  99. cats_outfits_h[90] = 100
  100. cats_outfits_b[90] = pcs_hips
  101. danilovich_swimsuit[8] = 1
  102. danilovich_swimsuit_h[8] = 60
  103. danilovich_swimsuit_b[8] = pcs_hips
  104. sportsclothingnumber = 88
  105. gs 'clothing', 'wear', 'gm_dress', 39
  106. elseif $start_type['cat'] = 'bimbo':
  107. !!bimbo start
  108. gm_panties[14] = 1
  109. gm_bras[14] = 1
  110. eroto_panties[3] = 1
  111. eroto_bras[3] = 1
  112. gm_shoe[6] = 0
  113. cats_shoe[16] = 1
  114. gm_dress[190] = 1
  115. gm_dress_h[190] = 100
  116. gm_dress_b[190] = pcs_hips
  117. gm_outfits[181] = 1
  118. gm_outfits_h[181] = 100
  119. gm_outfits_b[181] = pcs_hips
  120. gm_shoe[9] = 1
  121. danilovich_shoe[12] = 1
  122. danilovich_shoe[21] = 0
  123. sportsshoenumber = 12
  124. coco_dress[139] = 1
  125. coco_dress_h[139] = 100
  126. coco_dress_b[139] = pcs_hips
  127. danilovich_outfits[124] = 1
  128. danilovich_outfits_h[124] = 100
  129. cats_outfits[86] = 1
  130. cats_outfits_h[86] = 100
  131. cats_outfits_b[86] = pcs_hips
  132. scandalicious_dress[20] = 1
  133. scandalicious_dress_h[20] = 100
  134. scandalicious_dress_b[20] = pcs_hips
  135. sportsclothingnumber = 124
  136. gs 'panties', 'wear', 'gm', 14
  137. gs 'bras', 'wear', 'gm', 14
  138. gs 'clothing', 'wear', 'cats_outfits', 86
  139. gs 'shoes', 'wear', 'cats', 16
  140. elseif $start_type['cat'] = 'troublemaker':
  141. gm_panties[21] = 1
  142. gm_bras[17] = 1
  143. danilovich_outfits[48] = 1
  144. danilovich_outfits_h[48] = 100
  145. sportsclothingnumber = 48
  146. gm_outfits[58] = 1
  147. gm_outfits_h[58] = 100
  148. gm_outfits_b[58] = pcs_hips
  149. gm_outfits[181] = 1
  150. gm_outfits_h[181] = 100
  151. gm_outfits_b[181] = pcs_hips
  152. dolls_outfits[1] = 1
  153. dolls_outfits_h[1] = 100
  154. dolls_outfits_b[1] = pcs_hips
  155. flamingos_dress[59] = 1
  156. flamingos_dress_h[59] = 100
  157. flamingos_dress_b[59] = pcs_hips
  158. danilovich_outfits[87] = 1
  159. danilovich_outfits_h[87] = 100
  160. gm_dress[39] = 1
  161. gm_dress_h[39] = 100
  162. gm_dress_b[39] = pcs_hips
  163. dolls_shoe[31] = 1
  164. dolls_outfits[39] = 1
  165. dolls_outfits_h[39] = 100
  166. dolls_outfits_b[39] = pcs_hips
  167. dolls_outfits[56] = 1
  168. dolls_outfits_h[56] = 100
  169. dolls_outfits_b[56] = pcs_hips
  170. gs 'panties', 'wear', 'gm', 21
  171. gs 'bras', 'wear', 'gm', 17
  172. gs 'clothing', 'wear', 'dolls_outfits', 39
  173. gs 'shoes', 'wear', 'dolls', 31
  174. elseif pcs_inhib < 5:
  175. gm_outfits[30] = 1
  176. gm_outfits_h[30] = 100
  177. gm_outfits_b[30] = pcs_hips
  178. gm_outfits[2] = 1
  179. gm_outfits_h[2] = 100
  180. gm_outfits_b[2] = pcs_hips
  181. gm_outfits[54] = 1
  182. gm_outfits_h[54] = 100
  183. gm_outfits_b[54] = pcs_hips
  184. coco_outfits[5] = 1
  185. coco_outfits_h[5] = 100
  186. coco_outfits_b[5] = pcs_hips
  187. danilovich_outfits[81] = 1
  188. danilovich_outfits_h[81] = 100
  189. cats_dress[14] = 1
  190. cats_dress_h[14] = 100
  191. cats_dress_b[14] = pcs_hips
  192. sportsclothingnumber = 81
  193. gs 'clothing', 'wear', 'cats_dress', 1
  194. elseif pcs_inhib < 10:
  195. gm_outfits[15] = 1
  196. gm_outfits_h[15] = 100
  197. gm_outfits_b[15] = pcs_hips
  198. danilovich_outfits[80] = 1
  199. danilovich_outfits_h[80] = 100
  200. flamingos_outfits[9] = 1
  201. flamingos_outfits_h[9] = 100
  202. flamingos_outfits_b[9] = pcs_hips
  203. nerdvana_outfits[38] = 1
  204. nerdvana_outfits_h[38] = 100
  205. nerdvana_outfits_b[38] = pcs_hips
  206. gm_office[11] = 1
  207. gm_office_h[11] = 100
  208. gm_office_b[11] = pcs_hips
  209. gm_dress[4] = 1
  210. gm_dress_h[4] = 100
  211. gm_dress_b[4] = pcs_hips
  212. sportsclothingnumber = 80
  213. gs 'clothing', 'wear', 'gm_dress', 4
  214. elseif pcs_inhib < 15:
  215. gm_outfits[58] = 1
  216. gm_outfits_h[58] = 100
  217. gm_outfits_b[58] = pcs_hips
  218. danilovich_outfits[106] = 1
  219. danilovich_outfits_h[106] = 100
  220. gm_dress[7] = 1
  221. gm_dress_h[7] = 100
  222. gm_dress_b[7] = pcs_hips
  223. gm_dress[16] = 1
  224. gm_dress_h[16] = 100
  225. gm_dress_b[16] = pcs_hips
  226. bomba_outfits[12] = 1
  227. bomba_outfits_h[12] = 100
  228. bomba_outfits_b[12] = pcs_hips
  229. bomba_outfits[3] = 1
  230. bomba_outfits_h[3] = 100
  231. bomba_outfits_b[3] = pcs_hips
  232. sportsclothingnumber = 106
  233. gs 'clothing', 'wear', 'gm_dress', 7
  234. elseif pcs_inhib < 20:
  235. gm_outfits[55] = 1
  236. gm_outfits_h[55] = 100
  237. gm_outfits_b[55] = pcs_hips
  238. danilovich_outfits[102] = 1
  239. danilovich_outfits_h[102] = 100
  240. danilovich_outfits[64] = 1
  241. danilovich_outfits_h[64] = 100
  242. flamingos_dress[109] = 1
  243. flamingos_dress_h[109] = 100
  244. flamingos_dress_b[109] = pcs_hips
  245. gm_outfits[99] = 1
  246. gm_outfits_h[99] = 100
  247. gm_outfits_b[99] = pcs_hips
  248. gm_dress[7] = 1
  249. gm_dress_h[7] = 100
  250. gm_dress_b[7] = pcs_hips
  251. sportsclothingnumber = 64
  252. gs 'clothing', 'wear', 'gm_outfits', 99
  253. elseif pcs_inhib < 25:
  254. gm_outfits[58] = 1
  255. gm_outfits_h[58] = 100
  256. gm_outfits_b[58] = pcs_hips
  257. gm_outfits[181] = 1
  258. gm_outfits_h[181] = 100
  259. gm_outfits_b[181] = pcs_hips
  260. dolls_outfits[1] = 1
  261. dolls_outfits_h[1] = 100
  262. dolls_outfits_b[1] = pcs_hips
  263. flamingos_dress[59] = 1
  264. flamingos_dress_h[59] = 100
  265. flamingos_dress_b[59] = pcs_hips
  266. danilovich_outfits[87] = 1
  267. danilovich_outfits_h[87] = 100
  268. gm_dress[39] = 1
  269. gm_dress_h[39] = 100
  270. gm_dress_b[39] = pcs_hips
  271. sportsclothingnumber = 87
  272. gs 'clothing', 'wear', 'flamingos_dress', 59
  273. elseif pcs_inhib < 30:
  274. gm_outfits[91] = 1
  275. gm_outfits_h[91] = 100
  276. gm_outfits_b[91] = pcs_hips
  277. danilovich_outfits[96] = 1
  278. danilovich_outfits_h[96] = 100
  279. flamingos_dress[89] = 1
  280. flamingos_dress_h[89] = 100
  281. flamingos_dress_b[89] = pcs_hips
  282. fashionista_outfits[17] = 1
  283. fashionista_outfits_h[17] = 100
  284. fashionista_outfits_b[17] = pcs_hips
  285. scandalicious_dress[2] = 1
  286. scandalicious_dress_h[2] = 100
  287. scandalicious_dress_b[2] = pcs_hips
  288. gm_dress[57] = 1
  289. gm_dress_h[57] = 100
  290. gm_dress_b[57] = pcs_hips
  291. sportsclothingnumber = 96
  292. gs 'clothing', 'wear', 'flamingos_dress', 89
  293. elseif pcs_inhib < 35:
  294. gm_outfits[95] = 1
  295. gm_outfits_h[95] = 100
  296. gm_outfits_b[95] = pcs_hips
  297. if $start_type['cat'] = 'dancer':
  298. danilovich_outfits[82] = 1
  299. danilovich_outfits_h[82] = 100
  300. sportsclothingnumber = 82
  301. else
  302. danilovich_outfits[48] = 1
  303. danilovich_outfits_h[48] = 100
  304. sportsclothingnumber = 48
  305. end
  306. scandalicious_dress[18] = 1
  307. scandalicious_dress_h[18] = 100
  308. scandalicious_dress_b[18] = pcs_hips
  309. bomba_outfits[36] = 1
  310. bomba_outfits_h[36] = 100
  311. bomba_outfits_b[36] = pcs_hips
  312. cats_dress[67] = 1
  313. cats_dress_h[67] = 100
  314. cats_dress_b[67] = pcs_hips
  315. gm_dress[63] = 1
  316. gm_dress_h[63] = 100
  317. gm_dress_b[63] = pcs_hips
  318. gs 'clothing', 'wear', 'bomba_outfits', 36
  319. elseif pcs_inhib < 40:
  320. gm_outfits[124] = 1
  321. gm_outfits_h[124] = 100
  322. gm_outfits_b[124] = pcs_hips
  323. danilovich_outfits[45] = 1
  324. danilovich_outfits_h[45] = 100
  325. scandalicious_dress[45] = 1
  326. scandalicious_dress_h[45] = 100
  327. scandalicious_dress_b[45] = pcs_hips
  328. cats_dress[203] = 1
  329. cats_dress_h[203] = 100
  330. cats_dress_b[203] = pcs_hips
  331. cats_outfits[196] = 1
  332. cats_outfits_h[196] = 100
  333. cats_outfits_b[196] = pcs_hips
  334. gm_dress[89] = 1
  335. gm_dress_h[89] = 100
  336. gm_dress_b[89] = pcs_hips
  337. sportsclothingnumber = 45
  338. gs 'clothing', 'wear', 'cats_dress', 203
  339. elseif pcs_inhib < 45:
  340. gm_outfits[131] = 1
  341. gm_outfits_h[131] = 100
  342. gm_outfits_b[131] = pcs_hips
  343. danilovich_outfits[38] = 1
  344. danilovich_outfits_h[38] = 100
  345. scandalicious_dress[7] = 1
  346. scandalicious_dress_h[7] = 100
  347. scandalicious_dress_b[7] = pcs_hips
  348. market_outfits[2] = 1
  349. market_outfits_h[2] = 40
  350. market_outfits_b[2] = pcs_hips
  351. cats_dress[219] = 1
  352. cats_dress_h[219] = 100
  353. cats_dress_b[219] = pcs_hips
  354. gm_dress[109] = 1
  355. gm_dress_h[109] = 100
  356. gm_dress_b[109] = pcs_hips
  357. sportsclothingnumber = 38
  358. gs 'clothing', 'wear', 'market_outfits', 2
  359. elseif pcs_inhib < 50:
  360. gm_outfits[145] = 1
  361. gm_outfits_h[145] = 100
  362. gm_outfits_b[145] = pcs_hips
  363. danilovich_outfits[17] = 1
  364. danilovich_outfits_h[17] = 100
  365. scandalicious_dress[96] = 1
  366. scandalicious_dress_h[96] = 100
  367. scandalicious_dress_b[96] = pcs_hips
  368. market_outfits[10] = 1
  369. market_outfits_h[10] = 40
  370. market_outfits_b[10] = pcs_hips
  371. nerdvana_outfits[60] = 1
  372. nerdvana_outfits_h[60] = 100
  373. nerdvana_outfits_b[60] = pcs_hips
  374. gm_dress[123] = 1
  375. gm_dress_h[123] = 100
  376. gm_dress_b[123] = pcs_hips
  377. sportsclothingnumber = 143
  378. gs 'clothing', 'wear', 'scandalicious_dress', 96
  379. else
  380. gm_outfits[149] = 1
  381. gm_outfits_h[149] = 100
  382. gm_outfits_b[149] = pcs_hips
  383. danilovich_outfits[15] = 1
  384. danilovich_outfits_h[15] = 100
  385. scandalicious_dress[46] = 1
  386. scandalicious_dress_h[46] = 100
  387. scandalicious_dress_b[46] = pcs_hips
  388. scandalicious_outfits[16] = 1
  389. scandalicious_outfits_h[16] = 100
  390. scandalicious_outfits_b[16] = pcs_hips
  391. market_outfits[12] = 1
  392. market_outfits_h[12] = 40
  393. market_outfits_b[12] = pcs_hips
  394. market_outfits
  395. gm_dress[149] = 1
  396. gm_dress_h[149] = 100
  397. gm_dress_b[149] = pcs_hips
  398. scandalicious_bikinis[55] = 1
  399. scandalicious_bikinis_h[55] = 60
  400. scandalicious_bikinis_b[55] = pcs_hips
  401. sportsclothingnumber = 15
  402. gs 'clothing', 'wear', 'scandalicious_dress', 46
  403. end
  404. if $start_type['group'] = 'cool':
  405. allure_swimsuit[99] = 1
  406. allure_swimsuit_h[99] = 60
  407. allure_swimsuit_b[99] = pcs_hips
  408. elseif $start_type['group'] = 'jack':
  409. danilovich_swimsuit[1] = 1
  410. danilovich_swimsuit_h[1] = 60
  411. danilovich_swimsuit_b[1] = pcs_hips
  412. end
  413. if danilovich_shoe[21] = 1:
  414. sportsshoenumber = 21
  415. end
  416. if danilovich_shoe[15] = 1:
  417. sportsshoenumber = 15
  418. end
  419. $sportspursetype = $currentpursetype
  420. sportspursenumber = currentpursenumber
  421. $sports_clothing_name = 'default sports outfit'
  422. --- intro_initialization_city ---------------------------------