oldentree

oldentree pushed to master at oldentree/gl_bestmod

  • 46a8fd6d93 [added] Wrapper for willpower in bestmod. Not in use yet, but will take into account PCs experience. Waiting for inverse willpower calculation in base game to be worked out.
  • 23f937d59c [changed] gadsarai location sets $loc, use willpower to push bandit off
  • View comparison for these 2 commits »

5 years ago

oldentree pushed to master at oldentree/gl_bestmod

  • 95c76e98b8 [fixed][testing] Discovered where mod_bestmod_gadsarai fits in. Added code to get these scenes back but I haven't tested that it works yet. Use rand(1, 100): based on the documentation it looks like this should pick from the closed range [1, 100] which means a pool of exactly 100 values.
  • 2b76e15dcb [change] Change use of $brodila dynamic since it is technically broken if you rent both apartments. Just don't overwrite $loc and $metka and use those with a gt.
  • View comparison for these 2 commits »

5 years ago

oldentree pushed to master at oldentree/gl_bestmod

  • 8a6ccaec67 [changed] Just set bm_parkdog_QW to 1 on first meeting. If someone needs to repeat the event this won't increment the quest too far
  • 85008dd4de [change] Use array which maps $loc to int to keep track of where park dog was first encountered
  • 3e9666d520 [changed] Don't run into dog in old town park, only meadow deeper in park. Handle that location a little differently
  • View comparison for these 3 commits »

5 years ago

oldentree pushed to master at oldentree/gl_bestmod

5 years ago

oldentree pushed to master at oldentree/gl_bestmod

  • b714206606 [changed] use $loc instead of 'park' in park_dog to reuse location in any park

5 years ago

oldentree pushed to master at oldentree/gl_bestmod

5 years ago

oldentree merged pull request oldentree/gl_bestmod#4

OCD tweaks and other possibly unncessary changes.

5 years ago

oldentree closed pull request oldentree/gl_bestmod#4

OCD tweaks and other possibly unncessary changes.

5 years ago

oldentree commented on issue oldentree/gl_bestmod#4

OCD tweaks and other possibly unncessary changes.

Ok I've finished reviewing your code and will just merge. I will make a change to use $loc instead of 'park' in the park_dog location since I do plan on using the same file for all the parks.

5 years ago

oldentree pushed tag v1.3.1 to oldentree/gl_bestmod

5 years ago

oldentree pushed to master at oldentree/gl_bestmod

5 years ago

oldentree pushed to master at oldentree/gl_bestmod

5 years ago

oldentree pushed tag v1.3.0 to oldentree/gl_bestmod

5 years ago

oldentree pushed to master at oldentree/gl_bestmod

  • fbb21181d5 First addition of new content: park dog. Fixed some bugs - Park dog now shows up, and always shows up, in any park between 20:00 and 6:00. Plan is to make him show up only with a random chance. - You can only interact with him once right now. Make sure you have a sandwich with you. - Nothing else is special about him, just sets some things up for later. - With the clinic experiments content moving to a mod, the park dog will be the key NPC to enabling pregnancy by dogs. - There was a bug introduced a few commits ago which prevents the pet dog from surprising the PC in bed, and prevents the lake dog from showing up. That has been fixed.
  • f9816f5f37 Set $loc in mod_bestmod_petdog, use $loc and not $curloc in entry file for petdog lines, renamed another var to follow bm_ prefix convention
  • View comparison for these 2 commits »

5 years ago

oldentree pushed to master at oldentree/gl_bestmod

  • 2966c0e77f Updating TODO
  • b528a0a626 Messed around with settings anyway, now give state on link to change settings
  • 93c7d1e933 Tried to make tables in settings menu look better. Still not happy. Giving up for now.
  • 0e8413e572 Removed redundant sexvolume assignments; simplified code which decides which step to take in relationship with Bandit; added some more text
  • 38ddf5a439 [bugfix] Accidentally swapped results of conditional for Bandit and pet dog potency
  • View comparison for these 8 commits »

5 years ago

oldentree merged pull request oldentree/gl_bestmod#3

Added horny cheat for Bandit in mod options

5 years ago

oldentree closed pull request oldentree/gl_bestmod#3

Added horny cheat for Bandit in mod options

5 years ago

oldentree commented on issue oldentree/gl_bestmod#3

Added horny cheat for Bandit in mod options

Looks good as usual. I hope you won't mind if I make your menu code a little more compact when I get the chance, just to minimize code duplication.

5 years ago

oldentree merged pull request oldentree/gl_bestmod#2

Various grammar and translation changes

5 years ago

oldentree closed pull request oldentree/gl_bestmod#2

Various grammar and translation changes

5 years ago