c4c6
Prince
- Joined
- Aug 28, 2016
- Messages
- 462
Btw, has anybody ever analyzed the structure of the civ6 save files, ie. tried to find specific variables within?

or
What is stored? The simple, but hard number "23" or the reference to adjustable 23.sql?
Now I'm confused.(just like everything else you choose from the setup screen - So you can't change the value once a Game is started). <<--->>> But that just points the Game to the appropriate sql file (say, it's adjustable).

What do you mean by "the Value [...] should be stored in the save file"Yes, the Value that you have chosen in the setup menu while starting the Game, should be stored in the save file
Code:
UPDATE GlobalParameters SET Value = 23 <--------
WHERE Name = 'DIPLOMATIC_VICTORY_POINTS_REQUIRED';
Code:
<Criteria id="DVP23_ex2">
<ConfigurationValueMatches>
<ConfigurationId>REQ_DIPLOMATIC_VICTORY_POINTS</ConfigurationId>
<Group>Game</Group>
<Value>23</Value> <--------
which correlates with
<Criteria>DVP23_ex2</Criteria>
<File>SQL/23.sql</File>