Search results

  1. P

    Lilith's Throne (Early Alpha)

    @TheDwarf do you still have the savefile for the ten dye markers bug? I can't reproduce it. https://github.com/Innoxia/liliths-throne-public/issues/439
  2. P

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

    @Ryplinn I've fixed a few bugs I found and fixed a bunch of SonarLint issues (basically, made minor pattern-based refactorings). See pull request: https://github.com/Ryplinn/nightgamesmod/pull/15
  3. P

    Cute Monsters and Mommy (Latest Build V.02)

    Poor language here and there, player is forced into maso content at the start, the actual scenes themselves are short and not interesting. What is good is that your choices feel like they matter. So this could be a good game eventually, if you get someone to proofread it for you and do a better...
  4. P

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

    I don't know which forum user made this pull request but I reviewed it last week, it needs one tiny change and then it could be merged (IMHO). https://github.com/dndw/nightgamesmod/pull/19
  5. P

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

    More bugs: Wearing a blindfold doesn't block TemptressStripTease, describing the effects in detail and tempting you. Removing a blindfold with priority doesn't show your opponent's move. Mara's Defabricator will target harpoon toys. Mara's Heal Cannon has several oddities. @dndw I've...
  6. P

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

    Few bugs: picktarget has infinite loop with two airi pets havingSexNoStrapped doesn't account for threesomes, leading to some skills being blocked off for pets A hidden trait is shown for angel Something keeps spamming "possessive arousal" in my log Frottage is missing descriptions for pet...
  7. P

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

    Looking through the source, I see this in the ExtendedTonguedMod bodypart: public String getLongDescriptionOverride(Character self, BodyPart part, String previousDescription) { if (part.isType("mouth")) { return previousDescription + Global.format(" Occasionally, a pink tongue slides out of %s...
  8. P

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

    If the player assists someone in the drain challenge (when playing as the drainer) they get a ton of exp. Was that intentional? (Player.intervene3p) Also, if the player ambushes someone who's masturbating, they gain xp for this in the drain challenge. I don't know if it will work the other way...
  9. P

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

    I tried making my own reverse drain challenge before, and I ran into the issue of there not being any level-up history to deal with. Is there support for starting characters off with auto-generated level history now? I used to have mid-combat leveling in a stash because it made level drain...
  10. P

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

    You'll want to fix the level drain skill that it correctly steals the amount of experience that the level consisted of - it's weird to go level 20 vs level 30 and get 200 xp for 1x level drain when you only need 100 xp to level up.
  11. P

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

    Found maybe one more, https://github.com/ThresholdFromBeyond/nightgamesmod/commit/dfd7d34089ea3074f715d23e822aff34313d875a#commitcomment-20149413
  12. P

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

    Threshold I added some comments on your pull request after trying it out, there's some bugs and typos that cause things not to be properly displayed.
  13. P

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

    Still have an open pull request for a single typo ... don't have anything else to add at the moment, sorry.
  14. P

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

    Current phase = P2_ACT_FIRST Player uses Drain Kiss Rolled 25 against 55 Angel resists Addicted (Caroline's Protection). Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at nightgames.characters.body.MouthPart.applyBonuses(MouthPart.java:59) at...
  15. P

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

    There is another bug with ftc matches - Character.resupply tries to check if you're in the quad and fails. https://github.com/nergantre/nightgamesmod/blob/master/NightgamesMod/nightgames/characters/Character.java#L2182...
  16. P

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

    You use Mount. Countered! Mara outmanuevers you and catches you from behind when you stumble. ... I just got countered by someone who is lying on the ground into a position change... how does that work?
  17. P

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

    @nergantre I looked at one of your latest commits and noticed you added the lacy bra twice to the clothing config
  18. P

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

    Interesting trait discussion ... don't have anything to share on that part, though. I've been wanting to make it possible to fight during the day. Mostly as a way to hook custom characters for a practice fight, but I feel it also ought to have potential for use in the game. So I've made a...
  19. P

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

    Talking about growth, I think character.dong should use growth to decrease stamina/mojo/arousal rather than just snipping off 2 and 4 but it's a game balance thing so I thought I'd ask
  20. P

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

    Please do upload the log it will help