VoidExpanse

VoidExpanse

Otillräckligt med betyg
Trading
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Taggar: Gameplay
Filstorlek
Lades upp
Uppdaterades
354.963 KB
17 okt, 2018 @ 14:39
17 okt, 2018 @ 14:58
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
Trading

Beskrivning
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 kommentarer
titanopteryx  [skapare] 13 apr, 2019 @ 18: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 13 apr, 2019 @ 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 27 okt, 2018 @ 11:30 
Ah, I see. It's definitely tons better than without the mod. Thank you!
titanopteryx  [skapare] 27 okt, 2018 @ 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 26 okt, 2018 @ 19:15 
Is there any way to easily modify how often the stations update? Once a minute seems a bit much.