gnadudu

Well-Known Member
Aug 31, 2018
1,895
2,803
quick question guys, Does anyone know a way to use cheats without causing bugs ? for example, is the console command safer to use than the ingame cheats ? I decided to start a new save because the old one was laggy (probably not up to date and all) and I really don't want to spend a lot of time grinding the game.
Use the ingame cheat menu. Using the console can break things if you don't know what you do.. (If you want to use the console make always backups of your save in case you mess something up...)

Wait how did you io3n the debug menu on phone/computer?
I made sure never to touch the battle of the band's when I was okay playing the game a year ago (I just started playing again last week)
What does
"Hero.flags.bob
0"

Mean?
What command did you put into the renoy to check the BoB progress?
1. I enabled the console using unren.
2. As you see "battle_of_the_bands_round_one" is inside the DONE list because it returns True when I check for it
3. You made your save in version 21.9.1 maybe you forgot that you did the event? (which came out in September 2021)
4. hero.flags.bobWon (or game.flags.bobWon which is the same) gets set to either False (0) or True (1) during the first or second round
5. See #4
So yeah this looks to me like you played the event in the past and you lost...
 
Last edited:

BudgetPro

Member
Nov 11, 2020
232
140
Hmm you could run the following command in the console:
DONE.pop("minami_siscon_cap_03")
This removes the event from the DONE list, so you can play it again. (Don't know if this will break anything in the long run, but doesn't seem any other flags are set which mess things up...)
is there a command to flip a bool ?
camila.hidden seems to remain true even if i enter camila.hidden = False
is there a different way to do it?
 

gnadudu

Well-Known Member
Aug 31, 2018
1,895
2,803
is there a command to flip a bool ?
camila.hidden seems to remain true even if i enter camila.hidden = False
is there a different way to do it?
I'm not at home currently, so can't look at the code. I guess hidden is a function which only returns the value, so you can't set it that way. Decompile the code and look at the classes (my guess is you can find the code somewhere in class_flag, class_flagged or class_person)
 

KinkyFoxXX

Member
Jan 30, 2021
127
12
My 11-1 saves days I did the BoB on day 71

And 9-1 and 9-2 saves say I did the BoB on day 72

In Every save I made last year I avoided doing the BoB since I was doing each harem route in a single save.

I went in downloaded a previous version of the game 22.5.0b (used the 9- save files) and when going to practice 3 different events talking about the BoB coming up will happen.

Is there a way to reset the BoB round one or something using console commands since somehow the game triggered it with out my command. (I'd recommend opening the 9-1 & 2 save files in a version of the game from a year ago since that was when those saves where last played)
 

KinkyFoxXX

Member
Jan 30, 2021
127
12
Use the ingame cheat menu. Using the console can break things if you don't know what you do.. (If you want to use the console make always backups of your save in case you mess something up...)






1. I enabled the console using unren.
2. As you see "battle_of_the_bands_round_one" is inside the DONE list because it returns True when I check for it
3. You made your save in version 21.9.1 maybe you forgot that you did the event? (which came out in September 2021)
4. hero.flags.bobWon (or game.flags.bobWon which is the same) gets set to either False (0) or True (1) during the first or second round
5. See #4
So yeah this looks to me like you played the event in the past and you lost...
Nah I made sure to NEVER touch/trigger any event that required high stats since I was following the walkthrough to do each harem. Once I had gotten the band harem I avoided going to the studio since I then started working on Palla's route. I even just found out that your supposed to get rid of Danny's dead body (I was just walking around with a dead body)

Are there any commands that I can use to reset the BoB event?
Is there anything special that happens if you win the BoB?
 

KinkyFoxXX

Member
Jan 30, 2021
127
12
Wait what stats did you need to have passed round one?! I did use the cheat menu to mac out all the stats so how did I lose round one?
 

Cartageno

Devoted Member
Dec 1, 2019
8,809
14,949
I did the BoB on day 71
(...)
I did the BoB on day 72
(...)
I avoided doing the BoB
And now my head is trying to reconstruct some 50s or 60s rock/pop song with somebody moving strangely and singing they're "doing the bob" (not the twist, no, the bob).
 

Barkhan

Newbie
Feb 16, 2021
74
57
Use the ingame cheat menu. Using the console can break things if you don't know what you do.. (If you want to use the console make always backups of your save in case you mess something up...)
thanks for the reply. Won't it also break the game though if I use the in game cheats for relationships etc ? I saw on the wiki that it was the case but I don't know if that statement was up to date with the ingame cheats.
 

KinkyFoxXX

Member
Jan 30, 2021
127
12
What is the console command to change player name? The game calls me Mike but all the characters call me by the name I gave my character.
 

ArDZer

Well-Known Member
Feb 20, 2019
1,683
4,700
What is the console command to change player name? The game calls me Mike but all the characters call me by the name I gave my character.
These are the commands to change name and surname in the console.
hero.name = "name"
hero.family_name = "family name"
 

jimmyjoo

Active Member
Jun 28, 2019
711
372
I'm getting the Aletta/Lavish showdown event. Aletta is at 60KP/50LP and Lavish is at 35KP/70LP. Will this event resolve itself if I manage to raise Lavish's KP past 50?
 

Siriustalent

Newbie
Jun 11, 2020
20
4
Hey guys this might have already been said, but the mac version is not being found in the mega, is anyone else having this problem?
 

gnadudu

Well-Known Member
Aug 31, 2018
1,895
2,803
Nah I made sure to NEVER touch/trigger any event that required high stats since I was following the walkthrough to do each harem.
Your save tells me something different, but I wasn't there when you played the game... ^^
To reset the event use the following two commands (I don't know if this will break anything now or in the future, I would recommend starting a new game without using the console/save editors unless you know what you do...):
hero.flags.bobWon=None
DONE.pop("battle_of_the_bands_round_one")

The first one reset the bobWon flag to None and the second one removes the event from the DONE list so you can replay it again...

thanks for the reply. Won't it also break the game though if I use the in game cheats for relationships etc ? I saw on the wiki that it was the case but I don't know if that statement was up to date with the ingame cheats.
Hmm, the ingame cheat menu can't raise the relationship of the girls higher than there cap, so it should be safe to use... (If you use console commands you can ignore the cap but that could break the game)
 
  • Like
Reactions: Barkhan
3.60 star(s) 300 Votes