I spent 6 hours yeasterday trying to figure out the only bug which prevents me from reading the last 25% of a Victoria .EUG save game... Apparently I somehow manage to read to the end of file while the state machine in the reading loop thinks that it has only come half ways.
EDIT:
Apparently I made a faulty assumption when I wrote this and assumed the equal signs were unimportant. Now I found what caused the error:
preference = { 6160401 = 20.000 6160401 = 100.000 6160401 = 50.000 6160401 = 10.000 6160401 = 20.000 6160401 = 20.000 6160401 = 20.000 6160401 = 20.000 6160401 = 20.000 6160401 = 20.000 }
As you can see node names can also consist of digits... In my opinion this is a pain in the _ss, but since Paradox decided to implement it this way I guess I have no choice but to add a lot of extra code to work around it.
EDIT:
Apparently I made a faulty assumption when I wrote this and assumed the equal signs were unimportant. Now I found what caused the error:
preference = { 6160401 = 20.000 6160401 = 100.000 6160401 = 50.000 6160401 = 10.000 6160401 = 20.000 6160401 = 20.000 6160401 = 20.000 6160401 = 20.000 6160401 = 20.000 6160401 = 20.000 }
As you can see node names can also consist of digits... In my opinion this is a pain in the _ss, but since Paradox decided to implement it this way I guess I have no choice but to add a lot of extra code to work around it.
Last edited: