Is it possible to access map seed in SQL?

Windflier

Chieftain
Joined
Dec 15, 2017
Messages
39
I want to add some RANDOM sql function in my mod, but if there is no seed in the function, every time the game loads, the result of the RANDOM function is different every time, and that's a big problem.
I can put a seed in the function, but where can I access the map seed in SQL? Is it even possible?
 
Not possible. You can use current date or time. I used this method in Real Eurekas.
But if you uses current date or time, which is always changing, won't the random result changes every time player load the save?
 
Top Bottom