Mod Cheat Mod Ren'Py WVM - Cheat/Walkthrough/Music Mod[vS2-C1-E13-B3] [KoGa3]

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,987
30,501
Info: updated my Mod patch to the new small/partial game version S2-C1-E10-B2

Getting an error screen on some of the choices in way early game, like when asked if i want to buy Shauna jewelry and a few other times. I have it uninstalled now but just wanted to give you a heads up
Sorry for the late response. I skipped now through the whole game from the beginning (even skipping took me half an hour, the game is big...). But I got no error at all. Don't know what is causing that in your playthrough.
 
  • Like
Reactions: LinusMundane

JohnFastolf101

New Member
Aug 30, 2020
6
5
Sorry for the late response. I skipped now through the whole game from the beginning (even skipping took me half an hour, the game is big...). But I got no error at all. Don't know what is causing that in your playthrough.
I wonder if it has anything to do with the fact your "script" and "Days32-38" files in .rpy/.rpyc format, while the games format for both files is .rpa format. Are we supposed to just delete the .rpa files?
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,987
30,501
I wonder if it has anything to do with the fact your "script" and "Days32-38" files in .rpy/.rpyc format, while the games format for both files is .rpa format. Are we supposed to just delete the .rpa files?
Hi. Please do not delete your rpa file. It's a kind of archive file and includes all the images and also the from you mentioned original script files, too. My Mod files only "overrules" the ones in the rpa with my Mod additions.
 

JohnFastolf101

New Member
Aug 30, 2020
6
5
Well if that's the case, here is the error code I received after placing your mod in the game folder.


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1020, in script
menu:
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 210, in execute
File "game/screens.rpy", line 211, in execute
File "game/screens.rpy", line 212, in execute
NameError: Name 'KoGa3WTCheatPath' is not defined.

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

Full traceback:
File "game/script.rpy", line 1020, in script
menu:
File "renpy/ast.py", line 1688, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1062, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1298, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
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 3735, 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/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, 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/screens.rpy", line 207, in execute
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 210, in execute
File "game/screens.rpy", line 211, in execute
File "game/screens.rpy", line 212, in execute
File "renpy/ui.py", line 991, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1574, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1693, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'KoGa3WTCheatPath' is not defined.
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,987
30,501
Well if that's the case, here is the error code I received after placing your mod in the game folder.


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1020, in script
menu:
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 210, in execute
File "game/screens.rpy", line 211, in execute
File "game/screens.rpy", line 212, in execute
NameError: Name 'KoGa3WTCheatPath' is not defined.

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

Full traceback:
File "game/script.rpy", line 1020, in script
menu:
File "renpy/ast.py", line 1688, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1062, in menu
rv = renpy.store.menu(new_items)
File "renpy/exports.py", line 1298, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
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 3735, 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/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, 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/screens.rpy", line 207, in execute
File "game/screens.rpy", line 207, in execute
File "game/screens.rpy", line 210, in execute
File "game/screens.rpy", line 211, in execute
File "game/screens.rpy", line 212, in execute
File "renpy/ui.py", line 991, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "renpy/text/text.py", line 1574, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1693, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'KoGa3WTCheatPath' is not defined.
Seems to me you only installed the Mod patch I do for the partial game updates. You have to install the S2-C1-E9 full Mod also before you do that.
 

gibbonraver

Newbie
May 8, 2020
57
92
just curious. on a majority of the 'continue sex' choices early on it acts as though i chose to 'finish now'. mildly frustrating. sorry if it's user error. tyvm for all of your great work! :)
 

EfontMan

Active Member
Aug 23, 2021
548
1,109
I took it to be a case of "illusion of choice". I recall a few of the early choices being like that.
 

OnlyWorthyDevsMakeMoney

Well-Known Member
Oct 31, 2021
1,090
1,314
Question: this mod will allow me to have harem in loyal path? Or I must be an asshole and follow the cheating path to get harem? (because at the beginning the loyal path brings me to refuse Shauna's feelings).
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,892
21,211
Question: this mod will allow me to have harem in loyal path? Or I must be an asshole and follow the cheating path to get harem? (because at the beginning the loyal path brings me to refuse Shauna's feelings).
Both are the harem path and cheating or loyal doesn't matter at all... you get all the girls anyway...
 

OnlyWorthyDevsMakeMoney

Well-Known Member
Oct 31, 2021
1,090
1,314
Both are the harem path and cheating or loyal doesn't matter at all... you get all the girls anyway...
Ok, better, the choices matter for me, because I tend to self-insert in the MC and I would've hated to follow the cheating path to get the harem. I assume that with the loyal path the girlfriend will happily share insead of being cheated on before.
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,892
21,211
Ok, better, the choices matter for me, because I tend to self-insert in the MC and I would've hated to follow the cheating path to get the harem. I assume that with the loyal path the girlfriend will happily share insead of being cheated on before.
The thing is the "cheating" doesn't matter... like at all... the gf is a cuckquean either way... and wants MC to fuck other women...
The only difference is that on the "cheating path" you meet some girls sooner than later.
 

EfontMan

Active Member
Aug 23, 2021
548
1,109
It also seems like the entire first half of the game (as it stands right now) is going to be remade anyway, so I wouldn't be surprised if that whole mechanic is scrapped.
 

Anik840

Member
Mar 13, 2020
125
83
View attachment 1004835


Overview:
This Mod adds a WT, cheating and (in the second Mod variant)
some music tracks which can be played with a jukebox function ("QuickMusic").

============================
Mod for the side game "DITLO Harper HERE
============================

June 25 , 2023:
New game version S2-C1-E10-B2 is out.
Since this is one of the partial updates I made a Mod patch again.
Full Mod and Android port are updated with the next full EP10 game version.



Updated: 2023-06-25
Game/Creator: WVM / Braindrop
Modder
: KoGa3 ( / )
Mod Versions: vS2-C1-E10-B2_WT/vS2-C1-E10-B2_AudioWT (with Mod patch)
Game Version: vS2-C1-E10-B2
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.

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



==================================
June 25, 2023:
Mod patch for the new game version S2-C1-E10-B2:
-

Installation:
1. the new main game S2-C1-E10-B2
2. the previous Mod S2-C1-E9 (WT or AudioWT)
3. the Mod patch S2-C1-E10-B2
==================================


Download link Mod only vS2-C1-E9_WT (~14MB):
(with cheating, renaming and walkthrough)
-

Download link Mod only vS2-C1-E9_AudioWT (~140MB):
(with music, cheating, renaming and walkthrough)
-


----------------------------------------------------------------------
Info: the port will be updated with the next "full" EP10
Android port game compressed with
integrated Mod vS2-C1-E9_AudioWT (~1.15GB):
-
----------------------------------------------------------------------

Additional downloads:
Game saves from Season 2
(start of S2 and at the end of all episodes there,
on save page 10/11)


Some ingame pics of my Mod:
View attachment 2088467 View attachment 2088468 View attachment 2088469 View attachment 2088470 View attachment 2530929
View attachment 2088472 View attachment 2088473 View attachment 2088474 View attachment 2088475 View attachment 2088476
Pls update the Android mod also..