Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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! :)