Search results

  1. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    It's just a bug. This is what it should have been: int domDelta = getStance().dominance() - 3; if (domDelta > 0) { if (getStance().dom(self)) { if (self.has(Trait.smqueen)) { domDelta += 3; } } else {...
  2. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Yup there's some bugs still with the latest commit, I would probably work off of dndw/addictions instead of master right now. (I know I know, I should use a dev branch. So sue me.)
  3. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    I always wanted to make Jewel attack willpower directly without trying to inflict a lot of arousal damage. I was coding up a smother skill before, and I wanted to make Jewel have more traits that make the willpower damage while pinning the opponent down higher. My original vision was that...
  4. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Cool stuff, I updated the first post. I think I'm still going to be working on my other project mainly, but I'll see if I can at least help add some content/pictures when I have a chance.
  5. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    I'm back now from my somewhat long absence. I was going to see what I can do to help out again, but I think there's some unpushed code from dndw. I'll wait for the next release/push before adding in some stuff.
  6. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Hey guys, Sorry I've been absent for so long. Work's been pretty rough, and I'm hoping that we'll be reaching a milestone with our current project by some time this week. I'll probably come and pitch in afterwards. It's nice to see the mod still thriving though :D
  7. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    ...holy shit that's a lot of null pointer exceptions I didn't know about. Just goes to show a lot of the code I did is a pile of shit :D I'll fix it... :| Unfortunately dndw hasn't pushed the new bite stuff he was working on, so I can't merge that in... It'll be up to him to release a...
  8. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    @dndw I was thinking the exact same thing with tagging. In fact that was what I was working on before losing steam :(  Checkout the nskill package, maybe some of it will help you out.
  9. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Thanks :D Anyways, here 2.0.1, hopefully it's actually fucking playable this time. :|  (I play tested it this time, I promise!) https://mega.nz/#!w4JzGYpR!J2dgH9cdeZOuwYYn2M8xm-1o88M63N6Z439eC7rhsFM 2.0.1 changelog Bug fixes: - Fixed a ton of Airi specific bugs (thanks dndw) -...
  10. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    *facepalms* I knew I didn't play test this one enough... Just wanted to push this out since I'm going to be heading off to another business trip soon. Thanks man.
  11. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    It will "work" but not correctly. Airi will stay in slime form all the time, or sometimes she will have tentacles in human form. She will also never use some of her abilities.
  12. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    2.0.0 changelog Note the bump in major version numbers. Old saves will NOT be supported (mostly because old Airi will be messed up) Bug fixes: - Fixed addictions not being saved - Fixed various typos and such - Fixed Maya crashing the game upon entrance - Fixed contestants not making you...
  13. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Yup looks like the addictions aren't being saved. Woopsies.
  14. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Do you have a trophy to burn? If not then you can't locate
  15. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Looks like you're right, will fix and push thanks
  16. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Do pull when you have the chance. I pushed a bunch of Airi expansion changes in there. The new Airi portraits is done, hopefully they look good. Still need to add more daytime scenes. zzz Let me know if you want me to change any of these: http://imgur.com/a/Sv4WJ She's not supposed...
  17. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    done (btw can you push the source to github? was going to release a small update for new portraits)
  18. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    I tried drawing a portrait for Airi, since she's now probably already considered a completed competitor now... Does this seem about right? Bonus: human form Airi (Surely she can mimic human form for school right?)
  19. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Awesome, I'll update the first post Edit: Found a few bugs so far: At 0 addiction, asking Cassie for milk crashes since it tries to grab an optional addiction that doesn't exist. Angel's zealinspiring trait is never added Zeal application looks like you forgot to add in...
  20. N

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    I'm shrinking the scope of this a bit, so my goal is to have something actually playable in a couple weeks ( don't hold me to that though  :) ) I'm hoping the end product will be something that is a complete game in itself, but is still pretty extensible in the future.