Search found 33 matches

by Poipt
Sat May 23, 2020 11:39 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Oh, that function was removed in python 3. Just change it to "input" instead of "raw_input".
by Poipt
Sat May 23, 2020 11:25 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Did you add the import codecs line?
by Poipt
Sat May 23, 2020 11:17 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Apparently with python 3 you need to use a separate module for decoding. You need to add the line "import codecs" at the beginning of the file, and the full line should be

Code: Select all

findRMD = codecs.decode("F000F0F002".encode(), "hex_codec")
by Poipt
Sat May 23, 2020 11:04 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

The python script.
by Poipt
Sat May 23, 2020 11:01 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Or maybe

Code: Select all

"F00...".encode().decode("hex")
by Poipt
Sat May 23, 2020 11:00 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

The program is trying to decode a string, which is already decoded. Try adding a b in front of the string, like

Code: Select all

b"F00...".decode("hex")
by Poipt
Sat May 23, 2020 10:49 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

That's strange, decode works fine for me. What Python version do you have?
by Poipt
Thu May 21, 2020 8:04 pm
Forum: Tools
Thread: Python TTF to PNG converter (for custom FNT files)
Replies: 5
Views: 5539

Re: Python TTF to PNG converter (for custom FNT files)

Alright, bugs are fixed and it can automatically create XML cut files.
by Poipt
Thu May 21, 2020 3:21 pm
Forum: Tools
Thread: Python TTF to PNG converter (for custom FNT files)
Replies: 5
Views: 5539

Python TTF to PNG converter (for custom FNT files)

Script: https://gist.github.com/Poipt/687aad39a001063cbcee4667ec324d13 I'm pretty sure that this hasn't already been created already but I could be wrong. I'm also not sure how to import custom cuts, so help with that would be appreciated. If I can do that I'll try and figure out a way to automatica...
by Poipt
Sun May 17, 2020 2:37 pm
Forum: Site Feedback
Thread: Comic Sans Mod download link points to home page of the old site
Replies: 1
Views: 4444

Comic Sans Mod download link points to home page of the old site

Title says it all. Maybe it got deleted from the old site so the link just points to the home page?


ShrineFox 2020 - 2023
Support | Progress | Labs | Privacy | Terms
This site is NOT affiliated, associated, authorized, endorsed by, or in any way officially connected with Atlus Co., Ltd, Atlus U.S.A., Inc. or Sega Games Co., Ltd, or any of its subsidiaries or its affiliates.