aliens

Author Topic: What do the first block of IDS: do? Is there a SaveGame element/line list?  (Read 1424 times)

Offline spoidex

  • Sergeant
  • **
  • Posts: 19
    • View Profile
Sorry, tried to search for this and didn't find anything specific.

I am editing a save game to have a master start that I always replay from.

There is a block that contains several ids: with a number that I "think" is used to match the totals loaded, but I'm not sure.

From a brand new start this is what they are:
 

Code: [Select]
globeLon: 5.2636201629309118
globeLat: -1.153305660959618
globeZoom: 0
ids:
  ALIEN_MISSIONS: 3
  STR_INTERCEPTOR: 3
  STR_SKYRAIDER: 2
  STR_SOLDIER: 9

Do they represent the current totals? I only have 8 soldiers but it says 9 and I only have one Skyraider and 2 Interceptors.

If I am adding craft to other bases, does that first ID block have to match numerically?  In fully played games those numbers have been very large, especially after buying and sacking large numbers of soldiers.

Is there a Save Game element/line reference anywhere? I can figure out most items but there are some lines/portions that aren't as literal.
« Last Edit: March 11, 2021, 02:17:15 pm by spoidex »

Offline Dogbarian

  • Captain
  • ***
  • Posts: 93
    • View Profile
That ID is the "next" ID number of whatever you get.  So the next soldier will be number 9, the next Skyranger will be number 2, the next Interceptor will be number 3.

There are 2 "automatic" alien missions generated in new game, so next mission will be number 3.

So, yes, they represent the starting totals, but it's one number more than what you have.