VoidExpanse

VoidExpanse

评价数不足
Trading
   
奖励
收藏
已收藏
取消收藏
标签: Gameplay
文件大小
发表于
更新日期
354.963 KB
2018 年 10 月 17 日 下午 2:39
2018 年 10 月 17 日 下午 2:58
2 项改动说明 ( 查看 )

订阅以下载
Trading

描述
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 条留言
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.