Uxeki44

Member
Oct 15, 2023
125
353
(n)This game has lost its charm. It's no fun to play anymore, too heavy drama wrt simp MC and too much depressing crap wrt developer. LOL. (n)

(y)Missing Hell Week days of development. That permanent Dik or Chick choice(n) was the most bogus implementation ever. It killed this game. (n)
"heavy drama wrt simp MC and too much depressing crap "

Dr PinkCake VN ...
 

Tremonia

Queen Lydia's bitch
Donor
Jun 14, 2020
2,131
6,651
hey just want to ask if this also happens when playing unmodded saves. My unmodded saves with fresh S3 file also encountered this problem
Yep. That's why I looked into the code. My game and my saves are clear and even so it fucked me over.
I am using the unren tool, copied it in my directory, and clicked on 1. Anything specific I need to do after? I still get the same error
Okay, you need to EXTRACT AND DECOMPILE. Extract will, well, extract the RPA files and with decompile you get the RPY files out of the RPYC files. The RPY's are the scripts and you can edit them with Notepad+ or any other editor.

After you edit the update10.RPY make sure you delete the update10.RPYC file. You can do it before editing, too. The RPYC is the compiled RPY and if Ren'Py found it at starting the game it will use this. If it isn't there the game will compile the RPY into RPYC, so you got a fresh edited game.

And also don't forget to kill the scripts.RPA. When you start the game it will alway look first into the RPA and in it is the original file. When the game didn't found the RPA it will use the RPYC. That's why we deleted it. If there isn't a RPYC the game compiles the RPYC from the RPY. You just have to do it once. After the game compiled your edited RPY it will use the new file you created.
 

RNasc4444

Active Member
Aug 16, 2022
706
2,669
im too stupid for this unren and change script stuff someone please give me a dummies guide
Download a little tool called UnRen. Put the little file inside game folder. Click twice and open. Type "1" and then press Enter. wait for it to do its thing then close the aplication. From there just follow these instructions:

How to fix the crash problem at the Helen Doctor scene:

1. Unren BaDIK
2. Open games\scripts\episode10\update10.rpy
3. Delete line 344 and 345 but make sure there are blank lines instead!
4. Don't forget to delete games\scripts.rpa and games\scripts\update10.rpyc (if exists) before starting the game.

Ren'Py will compile the rpy files in \games\scripts, so it takes a little longer at the first start after the edit.

Have fun, my pervs!

edit:
Make it look like this.

OLD
View attachment 3154512

NEW
View attachment 3154513
Inside the "Game" folder you will find everything mentioned above. When you find a file called "update10.rpy" open it with notepad. Press crtl+f and type "renpy.quit" follwed by enter. When you find that line, erase it as well as the one above then save the file. Follow the rest of the instructions and erase the other files mentioned if they exist then start the game again and load up your save. It worked for me.
 

ScrewMe

Member
Apr 11, 2018
429
1,058
There is literally no reason why wanting a quick fap out a porn game is a bad thing. You're acting like this is some highbrow literature lmfao
A porn game that's well known to have long episodes with build-up and stuff. I'd get dudes saying "Oh I have to play it for an hour before nudity" if it was first year of development. This game is 5 years, ffs) Furthermore, I haven't stated that it's Goethe or something) But with the quality of writing in today's gaming/movie industry this plot, full of cliches and stuff, looks way above another comic book garbage movie.
Once more, it's like playing NTR themed game and being frustrated that the chick gets fucked by the neighbour, not the protagonist.
 
Apr 2, 2021
51
92
Like I said to the post you replied to: block it or disconnect.
I read it but I didn't understand it. Does it means that BAD tempers with your Discord only when it's opened (Discord)? Or every time you are connected to the Internet? About blocking it, I don't understand what to block and where.

I tried to find the answer in preview posts and in your mod topic too but I'm honestly completely lost about the issue
o_O
 
Jul 24, 2023
3
34
A porn game that's well known to have long episodes with build-up and stuff. I'd get dudes saying "Oh I have to play it for an hour before nudity" if it was first year of development. This game is 5 years, ffs) Furthermore, I haven't stated that it's Goethe or something) But with the quality of writing in today's gaming/movie industry this plot, full of cliches and stuff, looks way above another comic book garbage movie.
Once more, it's like playing NTR themed game and being frustrated that the chick gets fucked by the neighbour, not the protagonist.
the mental picture of Goethe writing a fap game gave me a good laugh
 

Password69

New Member
Jul 24, 2020
9
4
this error pops up when loading a save file, any thoughts?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'O000O00O000OOO0O0'

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
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/_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 "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, 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 4155, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1313, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1313, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 770, in load
roots, log = loads(location.load(filename))
File "renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'O000O00O000OOO0O0'

Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Being a DIK 0.10.0
Fri Dec 8 23:24:34 2023
 

sanyo08

New Member
Dec 17, 2017
1
0
Yep. That's why I looked into the code. My game and my saves are clear and even so it fucked me over.

Okay, you need to EXTRACT AND DECOMPILE. Extract will, well, extract the RPA files and with decompile you get the RPY files out of the RPYC files. The RPY's are the scripts and you can edit them with Notepad+ or any other editor.

After you edit the update10.RPY make sure you delete the update10.RPYC file. You can do it before editing, too. The RPYC is the compiled RPY and if Ren'Py found it at starting the game it will use this. If it isn't there the game will compile the RPY into RPYC, so you got a fresh edited game.

And also don't forget to kill the scripts.RPA. When you start the game it will alway look first into the RPA and in it is the original file. When the game didn't found the RPA it will use the RPYC. That's why we deleted it. If there isn't a RPYC the game compiles the RPYC from the RPY. You just have to do it once. After the game compiled your edited RPY it will use the new file you created.
thanks for the detailed answer, everything became clear
 

ScrewMe

Member
Apr 11, 2018
429
1,058
It can be if you want it to. download a gallery unlocker or speed through the dialogue, boom, you're sorted. just as valid as caring about the gay ass storyline
Now you're making up weird points) Googling Gallery unlocker, downloading it and stuff or CTRL-ing through 30+ minutes of text is not something that fits the definition of "quick fap")

You boys are funny.

If you mod GTA - you can get Razor's BMW M3. But it won't turn the game into NFSMW)
 
4.80 star(s) 1,538 Votes