I can try to do that game tooBy the way will you do a SMTV save editor when the game will come out, I'm overly excited for the game and kinda curious too.
I can try to do that game tooBy the way will you do a SMTV save editor when the game will come out, I'm overly excited for the game and kinda curious too.
No problem, let me know when the game is out or something like thatThanks bro![]()
of courseNo problem, let me know when the game is out or something like that![]()
Boy the game is out as an xci and nsp on some site so if you want to work on it go ahead. I'm testing it right as i speak. ✌No problem, let me know when the game is out or something like that![]()
Ohh, alright. I will check it outBoy the game is out as an xci and nsp on some site so if you want to work on it go ahead. I'm testing it right as i speak. ✌
Well, the saves are encrypted. I have no clue on how to decrypt the saves.
I see, I will try to find something to help ya on this, tis the least I can do.Well, the saves are encrypted. I have no clue on how to decrypt the saves.
Yes, unlike other games that I did (Persona Strikers, Shin III) and they have 1 save. This game has multiple ones so it would be easier to edit but encrypted.
Edited: the same creator that can decrypt the V saves. I haven't tried to check and it's getting late.
https://github.com/zarroboogs/smtv.saveutil
I'm able to use the decrypt on my mac laptop, so I will work on itI see, I will try to find something to help ya on this, tis the least I can do.
Oh good I don't have a good pc so... if you need help on I'll try to help ya as I canI'm able to use the decrypt on my mac laptop, so I will work on it![]()
We can discuss more about the V game here https://gbatemp.net/threads/shin-megami-tensei-v-discussion-save-editor-soon.602923/Oh good I don't have a good pc so... if you need help on I'll try to help ya as I can
You cd into the Shin folder with Shin.pyCan someone literally walk me through how to use this script? I have Python 3.10 and PyQt5, but nothing happens when I try to open any of the downloaded files.
python shin.py
I'm getting an error when I enter "python shin.py" with CMD in the Shin folder with shin.pyYou cd into the Shin folder with Shin.py
Code:python shin.py
You can edit the file & remove space and add tab I didn't see this beforeI'm getting an error when I enter "python shin.py" with CMD in the Shin folder with shin.py
line 29
self.setMinimumSize(width, height)
TabError: inconsistent use of tabs and spaces in indentation
Cd inside the folder & run command for requirements.txt then you can run the python3 shin.py (Look up tutorial on pip requirements.txtHow can I execute it? I already have python 3