VoidExpanse

VoidExpanse

Trading
5 条留言
titanopteryx  [作者] 2019 年 4 月 13 日 下午 6:00 
Yeah, there's a function that runs every minute that effects stations. One of the effects is current trade goods. By default it generates a random amount at universe creation and then after that it stays equal to its current value every time it runs. I basically copied the code that made a random amount at universe creation and put it in place of the code that had been returning an equal amount so each run of the function a random amount was generated.

It was working fine when I last played the game, but I haven't played in some time.
Mavercane 2019 年 4 月 13 日 上午 6:11 
Is it properly working without starting a new game?
If this mod works as promised it would be a great addition! I was so frustrated that there isn't a real or let's say from time to time new generated market activity.
Thank You! :)
Refurbished Hamster 2018 年 10 月 27 日 上午 11:30 
Ah, I see. It's definitely tons better than without the mod. Thank you!
titanopteryx  [作者] 2018 年 10 月 27 日 上午 3:06 
I changed the function that returns the good value to return a random amount instead of the current value. How often it happens is how the game is programmed.
Refurbished Hamster 2018 年 10 月 26 日 下午 7:15 
Is there any way to easily modify how often the stations update? Once a minute seems a bit much.