oldentree
|
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.
|
5 years ago |
oldentree
|
23f937d59c
[changed] gadsarai location sets $loc, use willpower to push bandit off
|
5 years ago |
oldentree
|
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.
|
5 years ago |
oldentree
|
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.
|
5 years ago |
oldentree
|
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
|
5 years ago |
oldentree
|
85008dd4de
[change] Use array which maps $loc to int to keep track of where park dog was first encountered
|
5 years ago |
oldentree
|
3e9666d520
[changed] Don't run into dog in old town park, only meadow deeper in park. Handle that location a little differently
|
5 years ago |
oldentree
|
069c7eb3e0
[changed] Revert change that used $loc instead of $locclass to check if in a park, use $loc and $metka in park_dog location
|
5 years ago |
oldentree
|
701c1165df
[fixed] typo
|
5 years ago |
oldentree
|
b714206606
[changed] use $loc instead of 'park' in park_dog to reuse location in any park
|
5 years ago |
oldentree
|
6c78f626b8
Merge branch 'master' of https://git.catrenelle.com/oldentree/gl_bestmod
|
5 years ago |
oldentree
|
bbfdfbaea6
Merge branch 'master' of 3xpurt/gl_bestmod into master
|
5 years ago |
oldentree
|
6845ca038c
[changed] setting in Mira quest (thanks sovietmercader!)
|
5 years ago |
oldentree
|
7af6d80547
[added] item to grocery, purse.
|
5 years ago |
3xpurt
|
7af70c2a4c
[fixed] missing *clr & cla before new scenes and actions.
|
5 years ago |
3xpurt
|
c665adf7e2
[revert] accidental name Engrish text reversion.
|
5 years ago |
3xpurt
|
c01dee49f7
[fixed] $selact name (does this work as a condition?). Replaced '' with *nl
|
5 years ago |
3xpurt
|
40ce77780d
[fixed] incorrect $loc and $locclass (not used anywhere) usage.
|
5 years ago |
3xpurt
|
8901968693
[fixed] corrected formatting for easier reading and error checking. Fixed missing images prior to actions.
|
5 years ago |
3xpurt
|
b20c1f9b71
[fixed] Unsure where $loc was going to return to, so set the proper return location with the correct dynamic. Killvars are still used, even in a mod.
|
5 years ago |
3xpurt
|
271066e656
[fixed] only specify menu_off at the start of the file, not the end (pointless, as it should get set again by the exit location).
|
5 years ago |
3xpurt
|
6759c93b55
[fixed] removed unnecessary $loc, $metka, $bm_oldloc. Best to use the proper location when event is at a specific location. If using multiple parks, then $loc, $metka should do it, as long as it's not specified in the park_dog file.
|
5 years ago |
3xpurt
|
f3ce4fb4f2
[fixed] dynamic $brodila returns correct location (korr or korr2x) for mod_bestmod_petdog. Removed unnecessary $loc, $metka, $bm_oldloc
|
5 years ago |
oldentree
|
1fc1980ea7
[changed] Initialized dick sizes for other dogs. For some reason some were 0 or "too small"
|
5 years ago |
oldentree
|
13ee22a9b5
[added] Adding block for stray dog NPC setup (will come later)
|
5 years ago |
oldentree
|
7f604d6b31
[fixed] Sandwich check for dog flipped (oops)
|
5 years ago |
oldentree
|
4b5f525469
Version
|
5 years ago |
oldentree
|
fbb21181d5
First addition of new content: park dog. Fixed some bugs
|
5 years ago |
oldentree
|
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
|
5 years ago |
oldentree
|
2966c0e77f
Updating TODO
|
5 years ago |