Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
The settings in custom data doesn't follow the myIni structure, making the mod incompatible with other mods that wants to store data there.
Is it possible you can switch from the string parsing to ini parsing to solve that issue?
Thank you in advance.
Any chance we could have somethings like this for turrets.
Anyway, I'm trying to use this mod: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2915000271&searchtext=flame+thrust which extends the distance of the original thruster flames using Mexpex's Thruster Modifyer ( https://gtm.steamproxy.vip/workshop/filedetails/?id=2844945145 ). The mod works fine, but I can't change the flame's colour using your mod.
Thanks in advance, SuperGripper :)
Could you just fire up a new game create a test rig and try adding all you mods to see if it anything breaks?
kinda not, you'll need to respawn your hydro ships to fix some issues with thruster flames
Mexpex is working on it but as he said "No eta atm"
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1682499145
Thanks a lot bro for your hard work!!!
[code]
lock (m_customControls)
{
if (m_customControls.Count == 0)
CreateTerminalControls();
}
[/code]
https://mod.io/g/spaceengineers/m/recolorable-thrusters
It should be fixed now. One question though: is there something now in the game that could cause data duplication in CustomData that I should be aware of, or someone accidentally just copied stuff twice?