muttdoggy

Dogerator
Staff member
Moderator
Aug 6, 2016
7,793
43,524
A quest was asked in the Tools and Tutorials section. This is what I did to get it running with dev console working. It's not perfect and I'm not a renpy programmer so hopefully programmers can take a look and fix anything if I went wrong anywhere.. but it's working so far!
Ok ok.. Doggo Persistance pays off. :FuckYea:
Lets see if I don't get any errors.. need to test more!

Changes done
Used Sam's UnRen.. Extracted archive.rpa and ran UNrpyc then deleted the un.rpyc file in the game folder.

I did these "fixes"

00voice.rpy
Line 360
"if _menu" changed to "if menu"

34.rpy
Line 21
define config.developer = True :tf:

48.rpy
Line 25
call v_dtm_ch from _call_v_dtm_ch_88 :WutFace: <--- this is the tricky shit that's tripping me up for MINUTES! This is what I hope is working. It's doing this "Defined Twice" crap so I finally did the pieces of 8 and killed the bitch but hopefully not the scene. o_O
 
  • Like
Reactions: M3H1

TheMann421

Newbie
May 13, 2017
94
66
A quest was asked in the Tools and Tutorials section. This is what I did to get it running with dev console working. It's not perfect and I'm not a renpy programmer so hopefully programmers can take a look and fix anything if I went wrong anywhere.. but it's working so far!
I could never get this to work. Each time I tried it a new error would pop up.

Eventually I just deleted the game, re-extracted and enabled developer.menu in the 00console.rpy file.
I'll just use the variable list posted by @4Finger
 

MailMeister

Member
May 1, 2017
133
260
Dev mode doesn't work in the current (0.7b) version, it straight up crashes the game due to bad coding you can only use the console alone (by activating it in 00console.rpy) or use the extended variable viewer by anne O'nymous

 

Troll

Active Member
Apr 22, 2017
629
886
Cheats found here:

store.v_ch_sub (Cherry corruption)
store.v_j_sub (Jessica corruption)
store.v_l_sub (Lisa Corruption)
store.v_sk_hypnosis (Hypnosis Skill)
store.v_inv_gold (Gold)


x=number
m=mom
s=sister
j=jess


store.v_m_dr=x (for mom)
store.v_s_dr=x (for sis)
store.v_j_dr=x (jess)
and also for bathroom
store.v_m_bdr=x (mom)
store.v_s_bdr=x (sis)


Get Lisa naked!
store.v_l_dr=x
x is number:
0 (full)
2 (no top)
3 (no skirt)
5 (bra and pant)
6 (no bra with skirt)
8 (no pant with top)
9 (no bra with pant)
10 (no pant with bra)
14 (naked)

Get Cherry naked!
store.v_ch_dr=x
x is number
0 (full)
5 (no dress)
9 (no bra with pant)
10 (no pant with bra)


v_home_food=10
v_exp=10


v_sk_mental_shield=100 (mental shield)
v_sk_stun_charm=100 (stun spell)
v_sk_dark_storm=100 (dark storm)
v_sk_dark_theft=100 (dark theft)
v_sk_dark_ball=100 (dark ball)
v_sk_death_hand=100 (death hand)
v_my_weight_max=100 (max backpack items)
v_my_health_max=1000 (max health)
v_my_health=1000 (health)
v_my_energy_max=1000 (energy max)
v_my_energy=1000 (energy)
v_home_food=1000 (food storage at home)
v_home_batteries=100 (battery storage at home)
v_home_chocolate=100 (chocolate storage at home)
v_home_wine=100 (wine storage at home)
v_in_food=0 (food in backpack)
v_inv_batteries=0 (batteries in backpack)
v_inv_chocolate=0 (chocolate in backpack)
v_inv_wine=0 (wine in backpack)
v_m_sub=100 (mom submission)
v_s_sub=100 (sister submission)
v_j_sub=100 (Jessica submission)
v_l_sub=100 (Lisa submission)


v_m_l=7 (mom corruption)
v_s_l=5 (sister corruption)
v_j_l=0 (Jessica corruption)
v_l_l=1 (Lisa corruption)
This should go on the front page tbh ...

Also anyone know what to do with the closets ? or have a version that allows the interaction with them ?
 
Last edited:
  • Like
Reactions: Macho Dolphin

Tyrranus

Well-Known Member
May 4, 2017
1,028
1,059
Also anyone know what to do with the closets ? or have a version that allows the interaction with them ?
They're clothing options for backers, if you want them, back the developer on patreon.
 

ThanatosX

Active Member
Jan 21, 2017
732
443
Looking forward to more updates of this game since Nergal retired from his projects.

Are there any more wardrobe spells other than sexymaid and sexykitten?
 
Last edited:
3.00 star(s) 78 Votes