4.60 star(s) 9 Votes

Should I replace current sprites with Koikatsu versions?

  • Yes

    Votes: 164 38.2%
  • No

    Votes: 265 61.8%

  • Total voters
    429
  • Poll closed .

Golden Goose Studios

Member
Game Developer
Jun 20, 2021
132
285
139
My own save that I edited with a website called save editor online. The save is for 0.43. I started to edit the save file when Yu Narukami meets with some of the crew at Junes for the first time.

I'm not sure how save editors work. It probably changed the wrong variable or something which made the save file hard to retrieve again
 

Morpheus668

Active Member
Jun 22, 2017
877
2,801
450
Messed with the save file to bump the social stats up. I go to load the save, and when prompted with the screen that tells me to confirm that I want to load the save as it could be malicious, I select yes. After selecting yes, nothing happens. It just puts me in front of the save/load menu again. Is there a way around this to load my tampered save?
yes.

the method I used was....

you can change the python code in your favorite text editor. I use Notepad ++
In the game folder, where you can find the exe. There is a other folder "renpy".

Open it, search for the "savetoken.py" open it with the simple texteditor, and then look for this:

def verify_data(data, signatures, check_verifying=True):

"""

Verifies that `data` has been signed by the keys in `signatures`.

"""

for i in signatures.splitlines():

kind, key, sig = decode_line(i)

if kind == "signature":

if key is None:

continue

if check_verifying and key not in verifying_keys:

continue

try:

vk = ecdsa.VerifyingKey.from_der(key)

if vk.verify(sig, data):

return True

except Exception:

continue

return False
change the last entry to from "False" to "True" then save , restart the game and then your edited save will work.

There is also another way which involves editing your security-keys.txt file in appdata
 

Link_Xp4444

Member
Jan 6, 2018
225
153
260
Where on their discord can you find the uncensored patch? I'm looking at various parts of Golden Gooses discord and haven't managed to find it yet.
 

drMAD

Newbie
Dec 6, 2017
31
21
51
Actually just finished playing P4G and then saw this on the recently updated page. Before I download it though I have a few questions:

1) I saw a couple references to secret scenes with my personal favorite P4 girl, Marie. Is it only side/secret content, or will she be a full part of the story eventually?

2) Is the foot content avoidable? I feel about that stuff the way a lot of people do about NTR. Not saying it shouldn't be in the game for those who enjoy it, but nor do I want to see it on my screen.

3) And most importantly, regarding Nanako. Is she significantly aged up? I don't mind a loli girl who looks young, but if she is an actual child still that would squig me out. (Yes, I know it is a fictional character, still not something I want to see personally).

A high quality Persona game definitely has my attention (even if I prefer P5), just want to know in advance if there are other aspects that make it not for me. Thanks in advance!
 

Golden Goose Studios

Member
Game Developer
Jun 20, 2021
132
285
139
Actually just finished playing P4G and then saw this on the recently updated page. Before I download it though I have a few questions:

1) I saw a couple references to secret scenes with my personal favorite P4 girl, Marie. Is it only side/secret content, or will she be a full part of the story eventually?

2) Is the foot content avoidable? I feel about that stuff the way a lot of people do about NTR. Not saying it shouldn't be in the game for those who enjoy it, but nor do I want to see it on my screen.

3) And most importantly, regarding Nanako. Is she significantly aged up? I don't mind a loli girl who looks young, but if she is an actual child still that would squig me out. (Yes, I know it is a fictional character, still not something I want to see personally).

A high quality Persona game definitely has my attention (even if I prefer P5), just want to know in advance if there are other aspects that make it not for me. Thanks in advance!

1. Marie is part of the story and has her own Social Link.

2. Foot content is not avoidable, though it's not as egregious as you might think ( I can give you a warning on when it happens).

3. I didn't make any changes to Nanako, but it's patched content, so it's not included in the game.
 
4.60 star(s) 9 Votes