VoidExpanse

VoidExpanse

Not enough ratings
Trading
   
Award
Favorite
Favorited
Unfavorite
Tags: Gameplay
File Size
Posted
Updated
354.963 KB
17 Oct, 2018 @ 2:39pm
17 Oct, 2018 @ 2:58pm
2 Change Notes ( view )

Subscribe to download
Trading

Description
Updates the trade goods on stations every minute.

================================================
Mod ModId: trade
Mod type: ClientServer
Mod version: 1.0.0
Min game version: 1.0.0
Mod size: 0.3 MB
5 Comments
titanopteryx  [author] 13 Apr, 2019 @ 6:00pm 
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 13 Apr, 2019 @ 6:11am 
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 27 Oct, 2018 @ 11:30am 
Ah, I see. It's definitely tons better than without the mod. Thank you!
titanopteryx  [author] 27 Oct, 2018 @ 3:06am 
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 26 Oct, 2018 @ 7:15pm 
Is there any way to easily modify how often the stations update? Once a minute seems a bit much.