LightYagami's XSD Editor Version

01/04/2026 13:32 LightYagamiXXX#1
Python and naturally PyQT6 comprehensive bindings set installed required for this code.I have made an XSD editor since the old one crashed on me 20 times at least, resetting my progress each time, just install the python and pyqt6 then run the code and load your NDTEXTDB_US.
Have fun !
[Only registered and activated users can see links. Click Here To Register...]

pm me for download
01/04/2026 23:08 Adek#2
Quote:
Originally Posted by LightYagamiXXX View Post
Python and naturally PyQT6 comprehensive bindings set installed required for this code.I have made an XSD editor since the old one crashed on me 20 times at least, resetting my progress each time, just install the python and pyqt6 then run the code and load your NDTEXTDB_US.
Have fun !
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
The field you have as "unknown" here is the parameter order. It's required to properly format strings (either this way or with a skill concept). As there are up to 5 parameters in the string, the maximum valid value of this field would be 54321 (the fifth value being filled as the first format specifier - e.g. "%d" in "This skill does %d damage and also does whatever the fuck you want %u %u %u %u").
01/05/2026 00:11 LightYagamiXXX#3
Yes, i was wondering what is missing hahaha, i will modify , thank u !
01/07/2026 10:44 syntafe#4
Quote:
Originally Posted by LightYagamiXXX View Post
Yes, i was wondering what is missing hahaha, i will modify , thank u !
Please provide the latest complete update for (the fifth value to be filled in the position of the first format specifier - for example, "%d" in "This skill deals %d damage and also does whatever you want %u %u %u %u")