Anyone know if there is a way to determine the world seed of a sav? Looking in the INI shows 0.
Announcement
Collapse
No announcement yet.
World Seed
Collapse
X
-
I did some messing around and using the play last, but it did not seem to get the same map. Not a good trial, just a few runs. I think the problem with the first game I tried it it may not have had any patches and therefor not support World Seed.
I was able to get a valid seed in the ini from some other game. It keeps wanting to use one from a test run from a new game.
Maybe you cannot start with a save past 4000bc?
I will have to fool around to see.
Comment
-
I just took a look at the save files, and the seed is stored in them:
00h: WRLD (first one)
AEh: Seed (4 bytes)
You need the same settings to get the same map though. The settings also look to be stored in the WRLD section, but figuring out which matches which will take a bit more time.
WRLD (third one)
04h: Length (4 bytes)
08h: Climate (0 = Arid, 1 = Normal, 2 = Wet)
0Ch: Climate (mirror)
10h: Barbarians (FFFF = No, 0 = Sedentary, 1 = Roaming, 2 = Restless, 3 = Raging)
14h: Barbarians (mirror)
18h: Landform (0 = Archipelago, 1 = Continents, 2 = Pangaea)
1Ch: Landform (mirror)
20h: Water Level (0 = 80%, 1 = 70%, 2 = 60%)
24h: Water Level (mirror)
28h: Temperature (0 = Warm, 1 = Temperate, 2 = Cool)
2Ch: Temperature (mirror)
30h: Age (0 = 3 Billion, 1 = 4, 2 = 5)
34h: Age (mirror)
38h: World Size (0 Tiny, 4 Huge)
---------------
For techbota's game the seed is 2714492 settings are:
1 (Normal)
0 (Sedentary)
1 (Continents)
2 (60%)
1 (Temperate)
1 (4 Billion)
4 (Huge)
This gives the right map in the editor, but the starting locations are off?Last edited by Aeson; January 18, 2004, 13:52.
Comment
-
I used "Play Last World" option, didn't change any world options (size/water/land mass) and there was a world seed # in upper right corner. I chose a different civ than I did the first time but ended up in the same starting location as the first game (I guess the location was flagged as player 1 rather than to a specific civ).
Comment
Comment