Page 1 of 1

Hello i'm new here, but i have problem

Posted: Sun Apr 06, 2014 7:08 am
by Pawelk198604
I have problem with apollo lunar orbital mission the components are good developed, but i cannot make maned lunar orbital mission, reloaded save many times but outcome is the same, when i played BARIS after several reloads i always managed to complete the mission, now i have in game 3.1972. I have very little time to land on the Moon

Re: Hello i'm new here, but i have problem

Posted: Sun Apr 06, 2014 2:30 pm
by Nacho84
Pawelk198604 wrote:I have problem with apollo lunar orbital mission the components are good developed, but i cannot make maned lunar orbital mission, reloaded save many times but outcome is the same, when i played BARIS after several reloads i always managed to complete the mission, now i have in game 3.1972. I have very little time to land on the Moon
Hello Pawelk,

Welcome to the forums! :) Unlike BARIS, in SPM if you reload a savefile and execute the same steps you'll always get the same output. That's because we store both the seed and the number of times the pseudo-random number generator has been used. If you really want want to get a different output, open up the savefile in an editor (it's a text-based format) and change either the seed or the usage counter (or both! :D ). While I cannot guarantee that your mission will succeed, the results of the die roll will certainly be different!

Cheers,