2.20 star(s) 13 Votes

Lug30976

Member
Aug 25, 2022
109
71
How do you open console commands I downloaded the games but don't know how to open it
you go to the files
renpy/common/00console.rpy
inside 00console you search and change False to True
config.console = False -> config.console = True
With that you have the console activated then you can place the commands in the game, for that in the game itself you must press shift + O and enter the command specifying how much you want and press enter and that's it
 

dragoonbooker

New Member
Sep 16, 2019
3
0
you must have the console active
I already activated the console like you suggested by editing 00console.rpy -> config.console = True. after that I tried to edit gold by open the console using shift + O and then wrote suppose gg_gold = 9000. it still did not work bro.
 

Lug30976

Member
Aug 25, 2022
109
71
I already activated the console like you suggested by editing 00console.rpy -> config.console = True. after that I tried to edit gold by open the console using shift + O and then wrote suppose gg_gold = 9000. it still did not work bro.
pass me your save file
 

l26867637

Newbie
Apr 13, 2021
52
52
This isn't the first time I've found a game based on [K-on Dressup 2] or [Kisekae 2] making CG

or maybe I was missunderstanding

20231023163727.png
 

kacpor1

New Member
Oct 24, 2023
1
0
where can I find the main character when the witch takes care of him? (version 1.4)
P.S
sometimes no interaction appears in the right place, it was a game bug.
 
Last edited:

Jonboy80

Active Member
Dec 8, 2017
733
755
where can I find the main character when the witch takes care of him? (version 1.4)
P.S
sometimes no interaction appears in the right place, it was a game bug.
Top left, a few squares right of your castle. It's a house in that area.
 

alcbane

New Member
Sep 15, 2019
13
0
I got error every time i fuck bunny girl in brothel

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

While running game code:
  File "game/sex_script/h_bgirl.rpy", line 300, in <module>
NameError: name 'bgirl_rel' is not defined

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

Full traceback:
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/s_battle_mar.rpyc", line 314, in script call
  File "battle_script/battle.rpyc", line 632, in script call
  File "battle_script/battle.rpyc", line 632, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 632, in script call
  File "battle_script/battle.rpyc", line 632, in script call
  File "battle_script/battle.rpyc", line 632, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 632, in script call
  File "battle_script/s_battle_djem.rpyc", line 303, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/s_battle_djem.rpyc", line 303, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 632, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "battle_script/s_battle_djem.rpyc", line 303, in script call
  File "battle_script/battle.rpyc", line 626, in script call
  File "sex_script/h_bgirl.rpyc", line 300, in script
  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/sex_script/h_bgirl.rpy", line 300, in <module>
NameError: name 'bgirl_rel' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Cursed Overlord 1.04
Thu Oct 26 22:49:26 2023
 
2.20 star(s) 13 Votes