Atvaark
Atvaark
The entry with id 2161021477 is indeed the largest one in all subs. The max sizes (in bytes) in the unmodified files are as follows: File: 513497 Entry: 7517 Line:...
Nice find. Did you figure out what the flags-number is for?
Which game and version of this tool are you using? Out of memory issues are mostly due to encryption or incompatible versions.
This tool was developed for fox engine games like MGS5 and was also compatible with some Pro Evolution Soccer titles. This Gundam game is using a different engine or a...
Which system locale/language are you using? Turkish?
You could also have forgotten to quote the path to the .mbin file. (In case the path contains spaces)
You could help by writing which file had a "NaN"-value.
This looks like 2 separate issues. 1. float.ToString and double.ToString should be called with an IFormatProvider to stop NaN/infinite values from being localized. Single.ToString(CultureInfo.InvariantCulture) should do the trick. Tools that...