Anyone know how to unlock Eve?
same way you unlock kat and reyka
Anyone know how to unlock Eve?
Anyone know how to unlock Eve?
same way you unlock kat and reyka
Hmmm. Perhaps it has an additional requisite? I hit lv31, and the broker's new competitor tab is empty. But, I don't have the artifacts or the mechanics unlocked yet, and don't have Reyka either. Guess I'll just start throwing money at everything until she shows.
Hmmm. Perhaps it has an additional requisite? I hit lv31, and the broker's new competitor tab is empty. But, I don't have the artifacts or the mechanics unlocked yet, and don't have Reyka either. Guess I'll just start throwing money at everything until she shows.
Hello,
Really enjoying this game so far - hats off to everyone involved in it creating it (original and mods).
dndw - tried your 06/16 release, 2.0.4, because the alternative starts sounded intriguing ... and I noticed that genitals seem to be missing, at least on the normal version? Could be my error in installing, apologize in advance if that is the case. Saw it when I didn't have a thrust option.
thanks!
Eve requires you to know about the real black market, just like Reyka
Were you the one who initiated the sex, or was It your opponent?
If the person you are fighting is the one who is fucking you, then you can't do anything but struggle until you get the perk that lets you.
Hello,
Really enjoying this game so far - hats off to everyone involved in it creating it (original and mods).
dndw - tried your 06/16 release, 2.0.4, because the alternative starts sounded intriguing ... and I noticed that genitals seem to be missing, at least on the normal version? Could be my error in installing, apologize in advance if that is the case. Saw it when I didn't have a thrust option.
thanks!
Was just intending to post that the player starts the game missing a very important piece of hardware... No penis...
View attachment 3950
So hey, i played the standalone version of this and had alot of fun. But for the mod, i cant seem to get past the first screen. I put in the stats, strengths etc and when i press start nothing happens. Doesnt seem like this has happened to alot of people, so i suspect im doing something wrong... Help would be appreciated
Latest Release: 2.0.4 @ 16/06/16
https://mega.nz/#!hZ5xWLjR!EpWu1yq3KmkCyFlsx49CSAiDxC-GBmcK5FbPuBh1mlo
if (Global.checkFlag(Flag.hardmode)) {
character.getStamina().gain(bonusStamina);
character.getArousal().gain(bonusArousal);
character.getMojo().gain(bonusMojo);
character.getWillpower().gain(bonusWillpower);
character.availableAttributePoints += bonusAttributes;
}
Bug 1:
Hard mode doesn't seem to do anything
Looking at: https://github.com/nergantre/nightgamesmod/blob/245e1fc0dea9d032f8eb061b58fea8f215e4f70d/NightgamesMod/nightgames/characters/Growth.java
Code:if (Global.checkFlag(Flag.hardmode)) { character.getStamina().gain(bonusStamina); character.getArousal().gain(bonusArousal); character.getMojo().gain(bonusMojo); character.getWillpower().gain(bonusWillpower); character.availableAttributePoints += bonusAttributes; }
The flag Flag.hardmode is supposed to increase the amount of stats all characters gets upon leveling up? That line of code doesn't make sense to me.
Aside from that I checked my own stat growth, and it stayed the same on hard mode and nonhard mode. Even though I did the same thing, like only playing video games.
Bug 2: If the Player loses a fight, he does not gain extra xp from lvlBonus if he is a lower level than npcs.
Bug 3?https://github.com/nergantre/nightgamesmod/blob/4c9b70542605238134150916bb77759e43bb6b2b/NightgamesMod/nightgames/status/Drowsy.java + if target has trait personalinertia, then duration is Math.round(4 * 1.33) = 5.32 turns -> 5? turns + personalinertia multiplies duration by 1.33x + If target does not have trait, then duration is 6 turns + I'm not sure not rounding works. If it's rounded up, then I'll assume that this is on purpose in order to make them both the same duration.
Bug 4?
Sweater is classified as bottom layer 3 when it should be top layer.
Bug 5:
Starting a new game, the Player will not have any traits available. I see there's already a similar bug reported that leaves the player with no organs available. Those 2 are probably related.
Looking back at the post with your ideas way back, though, I've noticed that her addiction gives you resistance to anything affected by Skeptical, by the looks of it. Isn't that rather strong late-game, when Eyes of Temptation come into play, let alone Charm and Taunt? It seems to be more beneficial than, say, Angel's addiction, since although her addiction puts you in a bad spot against herself, and Pray still wastes a move, which hurts especially with low arousal or as feral (I think), whereas Mara's addiction looks like a free Skeptical trait. I wonder how that is balanced, if there is a need for that balance.
Just throwing out my two cents. I'm happy to see this coming soon(tm).
With the most recent version i've never been able to get afflicted by Reyka's addiction, also stable form doesn't prevent temporary physical changes to the body, they still happen when the opponent throws the flasks. Stable form might be related to the fact that the traits are not actually added even when chosen, that was in new game+. Never seen Kat use her bite, as well. All the issues experienced was during a new game+ run.
you need to study dark 1st to even get it
Ah! Thank you. Much appreciated.
I've actually been wondering, does Lovestruck, Alluring, and Frenzied only counts vs the trait Calm? Because if they are, then maybe the addiction is a bit more balanced, since then you don't have to take into account how Mara's addiction can b used to counter Kat, Samantha and Angel (For Samantha, I guess for power builds).
you need to study dark 1st to even get it
Actually, it required Reyka to have the soulsucker trait, which she gets at level 41... That's fixed now. Like all addictions, she needs to be level 20.
Exception in thread "AWT-EventQueue-0" java.util.MissingFormatArgumentException: Format specifier '%s'
at java.util.Formatter.format(Unknown Source)
at java.util.Formatter.format(Unknown Source)
at java.lang.String.format(Unknown Source)
at nightgames.skills.PlaceBlindfold.resolve(PlaceBlindfold.java:52)
at nightgames.characters.NPC.lambda$1(NPC.java:776)
at nightgames.characters.NPC.rateAction(NPC.java:758)
at nightgames.characters.NPC.rateMove(NPC.java:774)
at nightgames.characters.NPC.prioritizeNew(NPC.java:809)
at nightgames.characters.BasePersonality.act(BasePersonality.java:111)
at nightgames.characters.NPC.act(NPC.java:259)
at nightgames.combat.Combat.turn(Combat.java:323)
at nightgames.gui.GUI$NextButton.lambda$0(GUI.java:1398)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Found a crash to do with the blindfold. Blindfolds don't appear in the shop. You don't seem to get Eve's trophy anymore when defeating her.