Ben

Results 11 comments of Ben

Since the Moogle Event for the Tomestones of Law is open until 5.3 drops, and more people may be running these I am bumping this and asking if anyone has...

Yep, Different lengths depending on language, and there are some of them that are different by up to 30 seconds or so in the MSQ Roulette. The triggers I had...

This error shows when the editor tries to write to the temporary save file. Removing the typo on line 69 in `main.py` removes the console error. i.e. from ``` elif...

Since I suck at GitHub that involves forking first, creating a branch on my own copy, then creating a pull request referencing my branch, correct? Edit: I discovered the method...

Confirming that Weapon Experience data was added to the save files end of November/December timeframe - I just suck at HEX otherwise I would take a crack at parsing it....

for whoever needs/wants it.... Once python 3.10 is installed and the required modules have also been installed: 1. Create a cmd file in the base folder you have been doing...

You may need to make sure you are using Python 3.10 https://apps.microsoft.com/detail/9PJPW5LDXLZ5?hl=en-us&gl=US

were you following this https://github.com/AnthonyMichaelTDM/DRG-Save-Editor/issues/19#issuecomment-1367993617 > For anyone reading this, check that you're running Python 3.10 (python --version). Then run pip install PySide2 fbs. Also, to make sure you were...

try launching using `python3 ./src/main/python/main.py` I have still not seen any work on this to get the weapon experience parsed, and suck at hex otherwise I would take a look...

You may want to confirm the version of python that is running the script `python --version` I know python 3.10.11 works for me From what I can see, I was...