Quote:
|
Originally Posted by ger
The version of the parser you're using now uses decimals for all defaults. BUT, since it's treating all of the variables as text objects if it reads in an integer instead of a float there isn't much I can do about it. I'll look into it as I convert the C++ back-end code to C#.
|
The issue is that the eq2_recent.ini does have itergers.
So I understand that the parser isn't converting those to decimals.
The problem is that the XML output has to have a decimal on each of the values. Can they just be converted during the parsing?