• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Mod Cheat Mod Ren'Py Nephilim - LaikDink's Walkthrough/Cheat/Improvement Mod [v0.4.0] [BuuPlays]

Nishka

Member
Jan 14, 2018
232
286
Is everyone on this forum blind or what?
No, but I can guess what happens. They try to use the links in your quote of your post, and those links are broken.
They however just need to go to the original post and find the links there instead :)

It would probably help quite a bit, if your post that you edit are added to the OP aswell :D
 

LaikDink

Active Member
Modder
Mar 16, 2018
992
11,935
View attachment 2330294

Overview:
Multimod for Nephilim
Update: 04/02/2024
Game/Creator
: Nephilim/ BuuPlays -
Modder: LaikDink
Mod Version: 0.3.6
Game Version: 0.3.6
Language: English

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

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


Download:

View attachment 2330299 View attachment 2330300 View attachment 2330302
Updated to v0.3.6
 
  • Yay, new update!
Reactions: Meryl

Scet

Newbie
Jul 11, 2020
45
24
I get the following error when I reveal to Cassandra:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/chapters/chapter4/script/ch4sc19.rpy", line 1514, in script
$ cas_trust += 2
File "game/chapters/chapter4/script/ch4sc19.rpy", line 1514, in <module>
$ cas_trust += 2
NameError: name 'cas_trust' is not defined

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

Full traceback:
File "game/chapters/chapter4/script/ch4sc19.rpy", line 1514, in script
$ cas_trust += 2
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/chapters/chapter4/script/ch4sc19.rpy", line 1514, in <module>
$ cas_trust += 2
NameError: name 'cas_trust' is not defined

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Nephilim 0.3.6
Mon Feb 5 17:36:57 2024
 

Scet

Newbie
Jul 11, 2020
45
24
I also get the following error when I try to open Affections in the Cheat Menu:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/mod/mod.rpy", line 49, in execute
    screen Trust():
  File "game/mod/mod.rpy", line 49, in execute
    screen Trust():
  File "game/mod/mod.rpy", line 53, in execute
    vpgrid:
  File "game/mod/mod.rpy", line 122, in execute
    vbox:
  File "game/mod/mod.rpy", line 125, in execute
    fixed:
  File "game/mod/mod.rpy", line 127, in execute
    bar value VariableValue("cas_trust", 100)
  File "renpy/common/00barvalues.rpy", line 283, in get_adjustment
    value = getattr(self.object, self.field)
AttributeError: 'StoreModule' object has no attribute 'cas_trust'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3325, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3737, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3737, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/mod/mod.rpy", line 49, in execute
    screen Trust():
  File "game/mod/mod.rpy", line 49, in execute
    screen Trust():
  File "game/mod/mod.rpy", line 53, in execute
    vpgrid:
  File "game/mod/mod.rpy", line 122, in execute
    vbox:
  File "game/mod/mod.rpy", line 125, in execute
    fixed:
  File "game/mod/mod.rpy", line 127, in execute
    bar value VariableValue("cas_trust", 100)
  File "renpy/sl2/sldisplayables.py", line 252, in sl2bar
    return renpy.display.behavior.Bar(range, value, width, height, vertical=False, **properties)
  File "renpy/display/behavior.py", line 1847, in __init__
    adjustment = value.get_adjustment()
  File "renpy/common/00barvalues.rpy", line 283, in get_adjustment
    value = getattr(self.object, self.field)
AttributeError: 'StoreModule' object has no attribute 'cas_trust'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Nephilim 0.3.6
Mon Feb  5 17:38:59 2024
 

XanusR

Member
Sep 17, 2018
134
774
The new update is out
I'll get on it now, just got back from walking the dog.

Edit: After an unplanned trip to the pharmacy to seek help with the pain that decided to start from one of two ganglion cysts in my wrists, I'm going to apply this painkilling gel to my left wrist and go to bed as I've been a tit again and I'm approaching 24hrs without sleep... again. (it was only a few days ago where I went near 36hrs without sleep) I will make a proper start on it when I wake up, if Laik hasn't already released an update of his own by then that is. If past experience has finally got anything through my thick skull it's to:
not to try to mod anything when tired as fuck.
 
Last edited:

Issikka

Newbie
Jan 27, 2022
57
124
I'll get on it now, just got back from walking the dog.

Edit: After an unplanned trip to the pharmacy to seek help with the pain that decided to start from one of two ganglion cysts in my wrists, I'm going to apply this painkilling gel to my left wrist and go to bed as I've been a tit again and I'm approaching 24hrs without sleep... again. (it was only a few days ago where I went near 36hrs without sleep) I will make a proper start on it when I wake up, if Laik hasn't already released an update of his own by then that is. If past experience has finally got anything through my thick skull it's to:
Never forget that life, health and most importantly doggos should always come first.
 

indio68

Engaged Member
Sep 26, 2020
3,061
2,386
I'll get on it now, just got back from walking the dog.

Edit: After an unplanned trip to the pharmacy to seek help with the pain that decided to start from one of two ganglion cysts in my wrists, I'm going to apply this painkilling gel to my left wrist and go to bed as I've been a tit again and I'm approaching 24hrs without sleep... again. (it was only a few days ago where I went near 36hrs without sleep) I will make a proper start on it when I wake up, if Laik hasn't already released an update of his own by then that is. If past experience has finally got anything through my thick skull it's to:
be well fast bro.
 

Justcallmesol

New Member
Dec 6, 2019
8
10
I'm on his Discord. He has some kind of dissertation that he has to do for his college class. So he's going to be a bit before he can update any games he does. He said he'll try to get to them, but his schooling takes precedent.
they dont understand big words like dissertation and precedent.....
 
  • Haha
Reactions: Talmadge

XanusR

Member
Sep 17, 2018
134
774
Updated to v0.3.7

I've decided to take this on for the time being and update it to v0.3.2 and will continue to update when necessary. until the time Laik returns at which point I shall stop doing so.

Download: - -

Notice: Laik has returned on a weekend only updates basis but has said that I can continue my version of the mod as it reduces his workload, therefore I shall continue to maintain this mod.
Updated my version to v0.3.7 also updated the cheat half to Laiks latest iteration of it.

Note: During testing I had rollback errors forcing me to restart, I don't know if this was due to my save somehow becoming corrupted or due to the game receiving a Ren'Py version update.
 

EfontMan

Active Member
Aug 23, 2021
543
1,105
I had rollback errors forcing me to restart
Yeah, I got the same trying to load a save from the end of 0.3.6, but a save from the end of 0.3.5 loaded up ok. Didn't progress it beyond half a dozen screens into 0.3.6's content though, so I don't know if it will also shit itself on the transition to the start of 0.3.7.

Edit: Nope, no problems getting into the new 0.3.7 content.
 
Last edited:

XanusR

Member
Sep 17, 2018
134
774
Yeah, I got the same trying to load a save from the end of 0.3.6, but a save from the end of 0.3.5 loaded up ok. Didn't progress it beyond half a dozen screens into 0.3.6's content though, so I don't know if it will also shit itself on the transition to the start of 0.3.7.
Ah right, it's likely Buu changed things in 0.3.6 in the 0.3.7 update making any saves made within 0.3.6 incompatible.
 
  • Sad
Reactions: .AD.

indio68

Engaged Member
Sep 26, 2020
3,061
2,386
Ah right, it's likely Buu changed things in 0.3.6 in the 0.3.7 update making any saves made within 0.3.6 incompatible.
no pls...not this shit...i don't want to restart from scratch uff...why dev, why?
 

EfontMan

Active Member
Aug 23, 2021
543
1,105
i don't want to restart from scratch
You don't have to as long as you have a pre-0.3.6 save. Those still appear to work. Or at least a 0.3.5 does anyway. I have tested one of those and skipped over the 0.3.6 content into 0.3.7 without issue.