mod_wlife_rex.qsrc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. # mod_wlife_rex
  2. if $ARGS[0] = 'gadukino':
  3. *clr & cla
  4. minut += 1
  5. menu_off = 1
  6. gs 'stat'
  7. '<center><img <<$set_imgh>> src="mod/wlife/images/animals/rex_gadukino_'+iif(month > 3 and month < 11, 'summer', 'winter')+'.jpg"></center>'
  8. 'Rex is running around '+iif(month > 3 and month < 11, 'sniffing everything', 'playing in the snow')+'. Your grandmother loves to take care of him, that''s why you don''t have to worry about him while you''re in Gadukino.'
  9. act 'Continue': gt $loc, $loc_arg
  10. end
  11. if $ARGS[0] = 'start':
  12. *clr & cla
  13. minut += 1
  14. menu_off = 1
  15. $location_type = 'privat'
  16. gs 'stat'
  17. if objects['chew'] > 0 and rand(1,10) > 5 and rex['chew_day'] ! daystart:
  18. rex['relationship'] += 1
  19. objects['chew'] -= 1
  20. rex['chew_day'] = daystart
  21. '<center><img <<$set_imgh>> src="mod/wlife/images/animals/rex_chew.jpg"></center>'
  22. elseif rex['love'] > 40 and rand (1,10) > 5 and rex['kiss_day_inside'] ! daystart and $wl_fetish['bestiality'] = 'active' and rex['status'] > 2:
  23. rex['temp'] = 1
  24. rex['love'] += 1
  25. rex['kiss_day_inside'] = daystart
  26. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/kiss_inside.jpg"></center>'
  27. elseif rand(1,100) < min(rex['love'], 50) and rex['status'] < 2 and $wl_fetish['bestiality'] = 'active':
  28. gt 'mod_wlife_rex', 'sniff', 'inside'
  29. else
  30. '<center><img <<$set_imgh>> src="mod/wlife/images/animals/rex.jpg"></center>'
  31. end
  32. 'Your dog''s name is <<$rex[''name'']>> and taking care of him is your responsibility. He needs to be fed and walked two times per day and bathed once per week.'+iif((rex['count_walk'] + rex['count_feed'] + rex['count_bath']) = 0, ' You have done all necessary chores.', '')
  33. *nl
  34. if (rex['count_walk'] + rex['count_feed'] + rex['count_bath']) > 0:
  35. '<b>Chores:</b>'
  36. if rex['count_walk'] > 0: '- You have to walk him <<rex[''count_walk'']>>x today.'
  37. if rex['count_feed'] > 0: '- You have to feed him <<rex[''count_feed'']>>x today.'
  38. if rex['count_bath'] > 0: '- You have to bath him <<rex[''count_bath'']>>x this week.'
  39. *nl
  40. end
  41. if rex['temp'] = 1:
  42. rex['temp'] = 0
  43. '<<$rex[''name'']>> jumps up and'+iif(rex['relationship'] > 80, ' happily ', ' ')+'wags his tail, when you approach him. He gives you a wet doggy kiss with his tongue, when you squat down next to him. "Oh, I love you too buddy," you say, softly put your hands on his face and return the kiss.'
  44. elseif rex['relationship'] < 10:
  45. '<<$rex[''name'']>> ignores you, when you approach him. '+iif(objects['chew'] = 0, 'His old chew toy next to him looks horrible. Maybe it''s time to buy him a new one?', '')
  46. elseif rex['relationship'] < 30:
  47. '<<$rex[''name'']>> looks up, when you approach him. '+iif(objects['chew'] = 0, 'His old chew toy next to him looks horrible. Maybe it''s time to buy him a new one?', '')
  48. elseif rex['relationship'] < 60:
  49. '<<$rex[''name'']>> looks up and wags his tail'+iif(rex['relationship'] > 45, ',', ' a bit,')+' when you approach him. '+iif(objects['chew'] = 0, 'His old chew toy next to him looks horrible. Maybe it''s time to buy him a new one?', '')
  50. else
  51. '<<$rex[''name'']>> jumps up and'+iif(rex['relationship'] > 80, ' happily ', ' ')+'wags his tail, when you approach him. '+iif(objects['chew'] = 0, 'His old chew toy next to him looks horrible. Maybe it''s time to buy him a new one?', '')
  52. end
  53. act 'Leave': gt 'mod_wlife_rex', 'end'
  54. if rex['status'] < 3:
  55. gs 'mod_wlife_rex', 'activities_normal'
  56. elseif wl_status['apartment_empty'] = 1 or ($loc ! 'korrPar' and $loc ! 'mod_BroMod_korrPar'):
  57. act 'Choose a normal activity':
  58. cla
  59. act 'Go back': gt 'mod_wlife_rex', 'start'
  60. gs 'mod_wlife_rex', 'activities_normal'
  61. end
  62. act 'Have sex with him':
  63. cla
  64. act 'Go back': gt 'mod_wlife_rex', 'start'
  65. gs 'mod_wlife_rex', 'activities_sexual'
  66. end
  67. else
  68. '<br>You can only ''play'' with your dog, when everybody else is away.'
  69. gs 'mod_wlife_rex', 'activities_normal'
  70. end
  71. end
  72. !!--- Activities: Actions ---
  73. if $ARGS[0] = 'activities_normal':
  74. if rex['count_feed'] > 0 and hour > (rex['timer_feed'] + 3) and (curr_home = 2 or (curr_home ! 2 and objects['dog_food'] > 0)):
  75. act 'Feed him (0:03)': gt 'mod_wlife_rex', 'feed'
  76. elseif rex['count_feed'] > 0 and hour > (rex['timer_feed'] + 3) and curr_home ! 2 and objects['dog_food'] <= 0:
  77. '<br>You don''t have dog food to feed him.'
  78. end
  79. if objects['treats'] > 0 and rex['timer_treat'] ! daystart:
  80. act 'Give him a treat (0:01)': gt 'mod_wlife_rex', 'treat'
  81. elseif objects['treats'] = 0 and rex['timer_treat'] ! daystart:
  82. '<br>You don''t have any treats to give him.'
  83. end
  84. if $clothingworntype = 'nude':
  85. '<br>You should put on some clothes if you want to go for a walk with <<$rex[''name'']>>.'
  86. else
  87. if rex['count_walk'] > 0 and hour > (rex['timer_walk'] + 3):
  88. act 'Go for a walk with him '+iif(daystage = 5 or sunWeather = 0, '(0:10)', '(0:15)')+' ': gt 'mod_wlife_rex', 'exercise', 'walk'
  89. if rex['count_run'] = 0 and $clothingworntype = 'danilovich' and $shoeworntype = 'danilovich' and daystage ! 5:
  90. act 'Go for a run with him (1:00)': gt 'mod_wlife_rex', 'exercise', 'run'
  91. elseif rex['count_run'] = 0 and $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and hour > 6 and hour < 22:
  92. '<br>It''s too '+iif(hour < 7, 'early', 'late')+' to go for a run with him.'
  93. end
  94. end
  95. end
  96. if rex['count_bath'] > 0: act 'Bath <<$rex[''name'']>> (0:25)': gt 'mod_wlife_rex', 'bath'
  97. if rex['play_inside'] ! daystart and hour < 23 and objects['toys'] = 1: act 'Play with him inside (0:20)': gt 'mod_wlife_rex', 'play_inside'
  98. end
  99. if $ARGS[0] = 'activities_sexual':
  100. *nl
  101. if rex['train_lick'] = 0 and rex['timer_lick'] ! daystart:
  102. act 'Teach him to lick you': gt 'mod_wlife_rex_sex', 'lick'
  103. elseif rex['train_lick'] > 0 and rex['train_lick'] < 7 and rex['timer_lick'] ! daystart:
  104. if objects['peanut_butter'] = 1:
  105. act 'Get your peanut butter and teach him to lick you': gt 'mod_wlife_rex_sex', 'lick'
  106. else
  107. '<br>You need something to train him. Maybe you should buy peanut butter.'
  108. end
  109. elseif rex['train_lick'] >= 7 and rex['timer_lick'] ! daystart:
  110. act 'Let him lick you': gt 'mod_wlife_rex_sex', 'lick'
  111. elseif rex['timer_lick'] = daystart:
  112. '<<$rex[''name'']>> already licked your pussy today.'
  113. end
  114. if rex['bj'] > 2 and rex['timer_bj'] ! daystart:
  115. act 'Blow your dog': gt 'mod_wlife_rex_sex', 'bj'
  116. elseif rex['bj'] > 2 and rex['timer_bj'] = daystart:
  117. 'You have blown your dog today.'
  118. end
  119. if rex['pussy'] > 0 and rex['timer_pussy'] ! daystart:
  120. act 'Let him mount you': gt 'mod_wlife_rex_sex', 'pussy_1'
  121. elseif rex['pussy'] > 0 and rex['timer_pussy'] = daystart:
  122. 'He has already mounted you today.'
  123. end
  124. end
  125. !!--- Activities ---
  126. if $ARGS[0] = 'feed':
  127. *clr & cla
  128. minut += 3
  129. rex['relationship'] += 1
  130. rex['timer_feed'] = hour
  131. rex['count_feed'] -= 1
  132. if curr_home ! 2: objects['dog_food'] -= 1
  133. gs 'stat'
  134. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/feeding_'+rand(0,1)+'.jpg"></center>'
  135. '"Come '+iif(rand(0,1) = 0, 'boy', '<<$rex[''name'']>>')+' let''s get you something to eat," you say and go into the kitchen. He '+iif(rand(0,1) = 0, 'follows you and watches you fill his bowl with big thankful eyes,', 'runs into the kitchen the second he hears you filling his bowl,')+' before he eagerly digs in.'
  136. *nl
  137. if curr_home ! 2: 'You have enough dog food for <<objects[''dog_food'']>> meals.'
  138. act 'Let him eat': gt 'mod_wlife_rex', 'end'
  139. end
  140. if $ARGS[0] = 'treat':
  141. *clr & cla
  142. minut += 1
  143. rex['relationship'] += 2
  144. objects['treats'] -= 1
  145. rex['timer_treat'] = daystart
  146. gs 'stat'
  147. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/treat.jpg"></center>'
  148. '"Who is a good boy?" you ask him with a smile and pull one of his favorite treats out of your pocket. He sniffs and his tail wags back and forth. "Who is a good boy?" you ask again. He barks. "Yes you are," you agree and hold out the treat. He snatches it right out of your hand and happily goes back to his dog basked chewing enthusiastically.'
  149. act 'Continue': gt 'mod_wlife_rex', 'start'
  150. end
  151. if $ARGS[0] = 'exercise':
  152. *clr & cla
  153. rex['count_walk'] -= 1
  154. $location_type = 'public_outside'
  155. if $ARGS[1] = 'walk':
  156. rex['timer_walk'] = hour
  157. rex['relationship'] += 1
  158. minut += iif(daystage = 5 or sunWeather = 0, 10, 15)
  159. act 'Return home': gt 'mod_wlife_rex', 'end', 'check'
  160. if daystage = 5:
  161. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/walk_night_'+rand(0,2)+'.jpg"></center>'
  162. 'It''s too '+iif(hour < 9, 'early', 'late')+' to go for a long walk or play with him. You only take him around the neighborhood until he has finished his business.'
  163. elseif sunWeather = 0:
  164. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/walk_rain.jpg"></center>'
  165. 'The weather is horrible and a long walk is out of the question. You only walk with him around the neighborhood until he has finished his business.'
  166. else
  167. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/walk_day_'+rand(0,4)+'.jpg"></center>'
  168. 'He stops every few meters to sniff something interesting, happily greet another dog or mark his territory. Sometimes you stay and chat with another dog owner for a minute or two before you finally reach the park. You untie his leash, when you reach the area marked for dogs, and let him roam free for a while.'
  169. act 'Play with him (0:10)':
  170. *clr & cla
  171. minut += 10
  172. pcs_mood += 10
  173. rex['relationship'] += iif(objects['toys'] = 1, 2, 1)
  174. gs 'stat'
  175. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/play_outside_'+rand(0,3)+'.jpg"></center>'
  176. 'You '+iif(objects['toys'] = 1, 'pull out one of your balls', 'pick up a branch')+'. He wags his tail happily knowing what''s going to happen next. "Catch," you say and throw the '+iif(objects['toys'] = 1, 'balls', 'branch')+' as far as you can. He barks and runs after it, picking it up from the ground and proudly returns it to you. '+iif(objects['toys'] = 1, 'He seems to enjoy playing fetch even more with his toy balls. ', '')+'You continue this for ten minutes before you finally...'
  177. act '... return home': gt 'mod_wlife_rex', 'end', 'check'
  178. end
  179. end
  180. else
  181. rex['timer_walk'] = hour
  182. rex['relationship'] += 3
  183. pcs_mood += 20
  184. sunWeather = 1
  185. gs 'sweat', 'add', 20
  186. gs 'exercise', 'tier1', 60, 'run_exp'
  187. fat -= rand(1,3)
  188. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/run_'+iif(daystage = 1 or daystage = 3 or daystage = 4 or daystage = 6, 'sunset', rand(0,1))+'.jpg"></center>'
  189. '<<$rex[''name'']>> runs around you excitingly as you put on your running shoes. He really loves to go on a run with you. "Yes," you say with a smile. "We''re going for a run. Are you ready?" He wags his tail. "Alright, let''s go <<$rex[''name'']>>."'
  190. 'You head out and start your run. Most of the time <<$rex[''name'']>> follows obediently, sometimes he stops to sniff or mark his territory, but he always returns to your side, when you''re too far away.'
  191. 'An hour later you return home exhausted and sweaty.'
  192. act 'Continue': gt 'mod_wlife_rex', 'end', 'check'
  193. end
  194. gs 'stat'
  195. end
  196. if $ARGS[0] = 'play_inside':
  197. *clr & cla
  198. minut += 20
  199. pcs_mood += 20
  200. rex['relationship'] += 2
  201. rex['play_inside'] = daystart
  202. gs 'stat'
  203. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/play_inside_'+rand(0,3)+'.jpg"></center>'
  204. 'You cavort with <<$rex[''name'']>> in '+iif($loc = 'mod_wlife_hotelroom', 'your hotel room', 'the apartment')+' and lavish him with all the attention a good boy like him deserves. You get one of his toy balls and roll it around the apartment playing a safe version of indoor catch. He still loves it or to be more accurate he loves the attention he gets. At the end you two cuddle up on the couch and you spend the last few minutes casually stroking his soft fur.'
  205. act 'Stop playing': gt 'mod_wlife_rex', 'end'
  206. end
  207. if $ARGS[0] = 'bath':
  208. *clr & cla
  209. minut += 25
  210. rex['count_bath'] -= 1
  211. rex['relationship'] += 3
  212. gs 'stat'
  213. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/bath.jpg"></center>'
  214. '"Come <<$rex[''name'']>>, time to take a bath," you say and open the door to the bathroom. <<$rex[''name'']>> looks a bit confused. "Come on boy," you say clicking your fingers and he finally follows you inside.'
  215. 'The first step is brushing his fur, because matted hair holds water which could result in irritated skin. Afterwards you try to get him inside the '+iif($loc = 'mod_wlife_hotelroom', 'shower.', 'tub.')+' It takes a few tries to convince him, but he follows you inside after you have taken of your '+iif(CloSkirtShortness > 0, 'skirt.', 'pants.')
  216. '"Stay," you say in a calm and reassuring voice and only use lukewarm water and a gentle dog shampoo.'
  217. act 'Continue': gt 'mod_wlife_rex', 'end'
  218. end
  219. if $ARGS[0] = 'sniff':
  220. *clr & cla
  221. minut += 2
  222. gs 'stat'
  223. '<center><img <<$set_imgh>> src="mod/wlife/images/animals/rex_sniff_'+iif($ARGS[1] = 'inside', 'inside', 'outside')+'.jpg"></center>'
  224. 'He suddenly pushes his nose between your legs rubbing it against your crotch. "<<$rex[''name'']>>...," you stammer surprised. "What are you doing?"'
  225. act 'Push him away (Blocks all sexual content)':
  226. *clr & cla
  227. minut += 1
  228. rex['relationship'] -= 5
  229. rex['status'] = 2
  230. gs 'stat'
  231. '<center><img <<$set_imgh>> src="mod/wlife/images/animals/rex_sniff_stop.jpg"></center>'
  232. '"Stop it," you hiss and push his nose away from your private parts. "Bad dog," you add in a stern voice. He looks at you with his big eyes, but you stand firm and keep his nose away with your hand. "No, don''t do that."'
  233. act 'Continue': gt 'mod_wlife_rex', 'end'
  234. end
  235. act 'Encourage him (Unlocks sexual content)':
  236. cla & *nl
  237. minut += 2
  238. pcs_horny += 10
  239. rex['relationship'] += 10
  240. rex['love'] += 2
  241. rex['status'] = 3
  242. gs 'stat'
  243. '"Like how I smell?" you ask him as his nose pushes into your private parts and the initial shock has passed. He wags his tail and your pussy tingles pleasantly as you remember the porn video you have seen at Alexei''s apartment. You know that you should stop this behavior, but you can''t get the woman and her dog out of your head. "Yes, sniff it. Sniff my pussy." For him it''s not sexual, just normal behavior. They explore the world with their noses. It''s the same as humans looking at things with their eyes, but for you it''s completely different.'
  244. act 'Continue': gt 'mod_wlife_rex', 'end'
  245. end
  246. end
  247. !!--- Name ---
  248. if $ARGS[0] = 'name':
  249. *clr & cla
  250. menu_off = 1
  251. rex['status'] = 1
  252. rex['count_walk_base'] = 2
  253. rex['count_feed_base'] = 2
  254. rex['count_bath_base'] = 1
  255. rex['count_walk'] = rex['count_walk_base']
  256. rex['count_feed'] = rex['count_feed_base']
  257. rex['count_bath'] = rex['count_bath_base']
  258. gs 'stat'
  259. '<center><img <<$set_imgh>> src="mod/wlife/images/animals/rex.jpg"></center>'
  260. $rex['name'] = input("What is the name of your dog? (Leave blank for Rex)")
  261. if $rex['name'] = '': $rex['name'] = 'Rex'
  262. act 'Continue': $status['dog'] = 'active' & gt 'mod_wlife_rex', 'end'
  263. act 'Remove the dog (can be restored later in the cheatmenu)': $status['dog'] = 'blocked' & gt 'mod_wlife_rex', 'end'
  264. end
  265. !!--- End ---
  266. if $ARGS[0] = 'end':
  267. if $ARGS[1] = 'check':
  268. if rand(1,100) < min(rex['love'], 50) and rex['status'] < 2 and $wl_fetish['bestiality'] = 'active':
  269. gt 'mod_wlife_rex', 'sniff', 'outside'
  270. elseif rex['love'] > 40 and rand (1,10) > 5 and rex['kiss_day_outside'] ! daystart and $wl_fetish['bestiality'] = 'active' and rex['status'] > 2:
  271. *clr & cla
  272. minut += 2
  273. rex['love'] += 1
  274. rex['kiss_day_outside'] = daystart
  275. gs 'stat'
  276. '<center><img <<$set_imgh>> src="mod/wlife/images/activities/kiss_outside.jpg"></center>'
  277. '"Wait a second," you tell <<$rex[''name'']>> and squat down next to him. You stick out your tongue and he immediately jumps at the opportunity to lick it. Your tongues dance around each other for a few moments before you get back up and ...'
  278. act '... return home': gt 'mod_wlife_rex', 'end'
  279. else
  280. gt 'mod_wlife_rex', 'end'
  281. end
  282. else
  283. gt $loc, $loc_arg
  284. end
  285. end
  286. --- mod_wlife_rex ---------------------------------