View Issue Details

IDProjectCategoryLast Update
0025467AI War 2Crash/ExceptionAug 4, 2021 3:49 pm
ReporterZweihand Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product VersionBeta 3.502 Input Salve 
Fixed in VersionBeta 3.503 Multiplayer Sound 
Summary0025467: Clicking on the galactic map to place starting positions randomizes the map
DescriptionThe map that is first generated upon going into custom game gets randomized as soon as I click a planet to place a starting position. It is a very trivial thing but I imagine this is unintended behaviour since it was not present in previous builds.
TagsNo tags attached.

Activities

Chris_McElligottPark

Aug 4, 2021 3:24 pm

administrator   ~0062571

Only partially related, turns out:

* Setting your desired starting planet no longer causes a regeneration of the map view when you do so. This is particularly nice for multiplayer, but in general just works better.

Chris_McElligottPark

Aug 4, 2021 3:49 pm

administrator   ~0062572

Thanks!

* MapRandomSeed has been removed from the world object, and we now instead use World_AIW2.Instance.SetupStoredLongTerm.Seed.
** World_AIW2.Instance.SetupStoredLongTerm.Seed in general is handled more consistently in general. Before we were trying to sync these for no good reason.
** Recently, and possibly further back, there were a lot of cases that could involve MapRandomSeed being zero.
*** On the one hand, this would lead to the first regeneration of the map to completely give you something different (and that might be when you actually went into the game!).
*** On the other, it could lead into a scrambling every time certain other changes were made in multiplayer, like the changing of starting planets.
** All of that seems to be fixed now. This was affecting single player and multiplayer.

Issue History

Date Modified Username Field Change
Aug 4, 2021 3:25 am Zweihand New Issue
Aug 4, 2021 3:24 pm Chris_McElligottPark Note Added: 0062571
Aug 4, 2021 3:49 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Aug 4, 2021 3:49 pm Chris_McElligottPark Status new => resolved
Aug 4, 2021 3:49 pm Chris_McElligottPark Resolution open => fixed
Aug 4, 2021 3:49 pm Chris_McElligottPark Fixed in Version => Beta 3.503 Multiplayer Sound
Aug 4, 2021 3:49 pm Chris_McElligottPark Note Added: 0062572