Search found 33 matches

by Poipt
Sat May 23, 2020 12:33 pm
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Yeah go ahead :)
by Poipt
Sat May 23, 2020 12:30 pm
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Oops, my bad. Delete one of the parentheses at the end of the line.
by Poipt
Sat May 23, 2020 12:21 pm
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

replace "rmdSize = int(struct.pack('<I', rmdSize).encode("hex"), 16)" with

Code: Select all

rmdSize = int(codecs.encode(struct.pack('<I', rmdSize), "hex_codec"), 16))
by Poipt
Sat May 23, 2020 12:14 pm
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

It replaces

Code: Select all

rmdSize = epl_data[rmdSize : rmdSize + 4].encode("hex")
by Poipt
Sat May 23, 2020 12:08 pm
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Code: Select all

rmdSize = codecs.encode(epl_data[rmdSize : rmdSize + 4], "hex_codec")
by Poipt
Sat May 23, 2020 12:02 pm
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

add a "b" before the string, like

Code: Select all

tmx_count = epl_data.count(b"TMX0")
by Poipt
Sat May 23, 2020 11:58 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Also it's fine, I have literally nothing to do lol
by Poipt
Sat May 23, 2020 11:57 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Oh, it's the same thing as earlier. Full line should be

Code: Select all

epl_entries = int(codecs.encode(epl_data[128:129], "hex_codec"))
by Poipt
Sat May 23, 2020 11:51 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

Run cmd as admin. If you search it in the start menu, you can right click it and press run as administrator.
by Poipt
Sat May 23, 2020 11:45 am
Forum: Mod Troubleshooting
Thread: Epl persona 4 extracting error?
Replies: 41
Views: 12400

Re: Epl persona 4 extracting error?

I guess, but it was kind of pointless to have input and raw_input.


Created by ShrineFox. Maintained 2020 - 2024.
Support | 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.