- Jul 30, 2018
- 457
- 149
as soon as i hit Z i get this error
You don't have permission to view the spoiler content.
Log in or register now.
Whoever you are talking to at the moment will be the person you are editing.how do i change who I'm editing? or change a name
the_person.name = "Whateveryouwant"
the_person.last_name = "Whateveryouwant"
All mods need updates due to breaking changes, be patient, an improved version will arrive soon.I just started the 16.1 version, and none of the mods work anymore. I press z and nothing happens. I installed the shift+1 mod, and still nothing. No errors, just nothing.
Have you checked if you have multiple mods installed that trigger upon hitting "z"?I just started the 16.1 version, and none of the mods work anymore. I press z and nothing happens. I installed the shift+1 mod, and still nothing. No errors, just nothing.
I had been using v 2.1, but with the new update, it no longer worked. I then tried 3.4 and LR2 cheat mods, with the same results.Have you checked if you have multiple mods installed that trigger upon hitting "z"?
What version of the Cheat Menu are you using?
That's really strange.I had been using v 2.1, but with the new update, it no longer worked. I then tried 3.4 and LR2 cheat mods, with the same results.
Well, my old saves didn't work, so I started a new game. I place them them directly in game directory. I'm using Windows.That's really strange.
Version 2.1 should open, but throw an error when selecting "Edit other people" due to the function that lists people in that way have been removed in 0.16.1, so I got to fix that, but still... should at least open.
Version 3.4 works fine on my end.
You have made sure you have placed them in the /game/ directory or a sub- directory of /game/? (Stupid question, but got to make sure).
Are you using Windows OS? Mac? Linux? Any special keyboard layout?
Tried starting a new save game or loading an old one?
You could try this version of it, it is pretty much the same, but with the new haircut added, so it shouldn't make a difference, but it is weird that it isn't working for you.
Important that you only have one Cheat Menu present at a time.
Yes, that should be the correct syntax as it is attempting to display whatever the variables' value is.re gitgud repo
game/Mechanics/opinion_edit.rpy
line 99
"Speaker" "[person.name] [cur_score] [opinion], so she will put up a lot of resistance."
is the corrected syntax?
I do not want to make an account to push changes. but if you pm me a login I'll post issues and fixes.
Updated the Legacy version to 2.2 so that it is no longer broken due to the function it used no longer being present in the base game.
You don't have permission to view the spoiler content. Log in or register now.
Yes, that should be the correct syntax as it is attempting to display whatever the variables' value is.
Unless you are hinting at something else?
if cpy: # Personality Related Options
vbox:
textbutton "Personality Type" action ToggleVariable("cpyt") style "cheatbutton_style" text_style "textbutton_text_style" xsize 220 # Expands to hairstyles
textbutton "Opinions" action ToggleVariable("cpyo") style "cheatbutton_style" text_style "textbutton_text_style" xsize 220 tooltip "Not implemented, sorry" # Expands to opinions
textbutton "Sexy Opinions" action ToggleVariable("cpyso") style "cheatbutton_style" text_style "textbutton_text_style" xsize 220 tooltip "Not implemented, sorry" # Expands to sexy opinions
textbutton "Reveal Opinions" action ToggleVariable("cpyro") style "cheatbutton_style" text_style "textbutton_text_style" xsize 220 tooltip "Reveal Opinions" # Marks all opinions visible
if cpy and cpyro:
$ x = 0
for opinion in the_person.opinions:
$ the_person.discover_opinion(the_person.opinions.items()[x][0], False)
$ x = x + 1
$ x = 0
for opinion in the_person.sexy_opinions:
$ the_person.discover_opinion(the_person.sexy_opinions.items()[x][0], False)
$ x = x + 1
It's a stat in script.rpy that seems to currently not be affecting anything.What exactly does Marketability affect? I don't think I've never seen it in-game.