Hi all,
A friend I know is writing a save game editor. He would like me to ask the following questions:
1. Do the ordering of variables matter?
2. For certain values, do the presence of quotations matter? i.e. "yes" instead of just yes or "1399.1.1" instead of just 1399.1.1
He said he tested for these factors and found that they don't matter but would like some confirmation from others (especially devs). It probably shouldn't, but it all depends on how the game parses these values.
A friend I know is writing a save game editor. He would like me to ask the following questions:
1. Do the ordering of variables matter?
2. For certain values, do the presence of quotations matter? i.e. "yes" instead of just yes or "1399.1.1" instead of just 1399.1.1
He said he tested for these factors and found that they don't matter but would like some confirmation from others (especially devs). It probably shouldn't, but it all depends on how the game parses these values.