安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题


it would be easiest if I took a look at the mod.
Let me know if it's on the Workshop already (I can see private mods as well), or just zip it over and send it to crunchyleafgames at gmail.com
I took a longer look at this issue, and finally found a fix.
It turns out, you helped us discover a bug in the ship selection code. Because of a typo, some ships weren't being selected at the right stations o_O
So we fixed it and just updated the game to version 1.40c
Thanks for bringing it to our attention!
sorry about the ship selection on stations being more clear. There were some changes in the latest update that made a few stations more restrictive, which we didn't fully consider the consequences of for modding.
As we won't be able to do another update immediately, I'd like to at least share as much information as possible with you. Here's the current ship selection code:
https://hastebin.com/buzuhupazu.nginx
At first it might look overwhelming, but it's really quite simple:
Lines 2-7: First it checks if the station is a pirate station
Lines 8-70: Then it checks for certain stations by name, so we can add certain ships there to give them a special vibe
Lines 71-82: Last it checks for high-tech systems, to add super high-tech ships, and then it adds random ships of fitting tech level for all other stations
Again, sorry for changing this in the last update without letting modders know. I understand that it must have been incredibly frustrating not being able to figure out where the problem was.
We hope this finally lets you see your ships flying in-game! :)