Other than lewd content, a big focus for the next update should be…

  • Simplifying choices

    Votes: 463 25.8%
  • Filling out existing turns with content

    Votes: 749 41.8%
  • Further improve walkthrough

    Votes: 455 25.4%
  • Cleaning up renders and grammar

    Votes: 126 7.0%

  • Total voters
    1,793

NemesisGames

Nemesis Party
Game Developer
Feb 13, 2022
174
929
I always struggle to actually get the scenes I want. I literally can't even get the scores into the negative in this update.
Hey Stil,

Could you use the bug report button, and paste what is sent to your clipboard either here or on Discord? Also, are you using a new save or an old one?

It sounds like you might have vanilla mode enabled.
 
  • Like
Reactions: Bruno55555

NemesisGames

Nemesis Party
Game Developer
Feb 13, 2022
174
929
Aug 4 Development Log:

My focus is already on v0.10 with v0.09 released on Patreon. Good news - a lot of both main and side content is already done, some of it preloaded into v0.09, as those who like to lurk in the game folders will know.

That said, the biggest challenge of the next update is merging choices and rumors under one system. This has already begun, with approximately 30% of scripts adjusted for the change.

Between those “under-the-hood” changes, and the side content being released, I anticipate update v0.10 being one of the biggest leaps forward for the game.
 

bb2269

New Member
Jan 24, 2022
5
11
Hey Stil,

Could you use the bug report button, and paste what is sent to your clipboard either here or on Discord? Also, are you using a new save or an old one?

It sounds like you might have vanilla mode enabled.
Same thing happens to me. No matter what I do, negative points always reset to positive after the turn. Vanilla is NOT on. I tried replaying from scratch. nada. I tried the played before thing, where I can set which turn to start and give the girls negative 5 and have all NTR related on. Once I skip the turn, the girls get reset to positive. No matter what.
 
  • Like
Reactions: stiltoboglovian412

NemesisGames

Nemesis Party
Game Developer
Feb 13, 2022
174
929
I always struggle to actually get the scenes I want. I literally can't even get the scores into the negative in this update.
Same thing happens to me. No matter what I do, negative points always reset to positive after the turn. Vanilla is NOT on. I tried replaying from scratch. nada. I tried the played before thing, where I can set which turn to start and give the girls negative 5 and have all NTR related on. Once I skip the turn, the girls get reset to positive. No matter what.
I found the issue. Problem with the vanilla mode code. I’ve updated the links on Patreon to the versions where it’s fixed. If you’re on PC, I’ve provided a hotfix there that you can download instead of all 6gb.
 
Last edited:
  • Like
Reactions: Bruno55555

NemesisGames

Nemesis Party
Game Developer
Feb 13, 2022
174
929
August 7 Development Log:

After resolving a critical bug found for v0.09, we’re back on track. I’ve also added an Android port to download links that’ve been released so far on Patreon.

Meanwhile, I’m working on more flashback scenes for the girls to explain their motives leading into the Act I finale. While the game does attempt to have a “slice of life” feel to it, there is a deeper narrative at this house party, and by the time the Steam version of Act I comes out, it will be clear to players.
 

pwoolamea

New Member
May 17, 2020
12
11
Bug: Walkthrough -> All overlapping menus are still visible are highlightable:

1723111795429.png

Bug: Walkthrough -> Tara -> NTR -> Crash

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_control.rpy", line 131, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen walkthrough_menu_tara_vanilla_pool is not known.


-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\core.py", line 2165, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\core.py", line 3201, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\layout.py", line 1426, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\behavior.py", line 1174, in event
    return handle_click(self.clicked)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\behavior.py", line 1095, in handle_click
    rv = run(action)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\behavior.py", line 388, in run
    new_rv = run(i, *args, **kwargs)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\behavior.py", line 395, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_control.rpy", line 131, in __call__
    renpy.show_screen(self.screen, *self.args, **self.kwargs)
  File "D:\Games\Fight.net\NemesisParty-009-win\renpy\display\screen.py", line 1322, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen walkthrough_menu_tara_vanilla_pool is not known.


Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Nemesis Party 009
Thu Aug  8 13:06:21 2024
 

qwoppe

Active Member
May 21, 2018
621
1,268
Is there an opposite of the "vanilla mode" available? I don't want to risk any icky scenarios like me accidentally winning over any of the girls due to "elements of luck and chance" as stated in the OP.

(Normally I'd just dub it "chocolate mode" but the bull seems to be white in this game, amazingly enough.)
 
  • Like
Reactions: Robert Paulson

god462

New Member
Nov 26, 2021
12
16
I don't get the option to pickpocket Darius on any of the turns after alcohol is introduced. Every time the option is grayed out.
 

RPDL

do torrent. go fast.
Donor
Dec 17, 2020
4,978
14,317
NemesisParty-0.09
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,449
44,234

Nemesis Party [v0.09.1] [NemesisGames]

COMPRESSED (Updated compression on 8/11/2024)

SIZE ~ 954 MB

PC/MAC: -

PC = Windows and Linux

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

bdsm1011

New Member
Jul 4, 2017
12
9
is there no emma new emma scene? i really hate when the main female lead doesnt get new update its like dev doesnt understand why we stick to the game, because of fem lead!
 
3.70 star(s) 15 Votes