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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2301831956
Check it out.
Feel free to comment it and/or submit any bugs, I will try to support it, but wont make any promises ;)
that's exactly what this person did that made this workshop post.
dunbot is not the original creator of this script. he did exactly what you are doing updating the code to work in the most recent version of the game. except dunbot seems to have given up trying to update it.
this is the original:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=546825757
I have made some tweaks and changes in the code and its working for me.
But I have no idea how to contact bunbot or post it somewhere.
Bunbot If you see this message, I have sent you friend request so we can chat about one minor problem with the script.
For every other who want the new script feel free to add me and message me so I can give you the updated version.
And if someone find any bugs or tweaks that need to be done please tell so I can look into them and try to fix it.
Stay creative my friends.
if only i could write scripts for this game in Python.
this script is a good alternative:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1216126863
For Cython's Energy Shields:
/Shield,,,,ShieldComponent
For Dark Star's Defense Shields (the "field emmiter" component):
/ShieldComponent,500,,,ShieldComponentBP
For Nukeguard's Tiered Thusters Superpack:
/largehydrogeninjector,,,,largehydrogeninjector
/AdvancedThrustModule,,,,AdvancedThrustModule
Hope it helps.
/DeU_25x184mm,,,,DeU_25x184mm
For Wolverine's PDC-1060 Point Defence Cannon:
/FTI_20x199mm,,,,FTI_20x199mm
For Whiplash141's Revived Large Ship Railguns:
/NiFeDUSlugMagazineLZM,,,,NiFeDUSlugMagazineLZM
/15mmPlasmaCannonCell,,,,15mmPlasmaCannon
/25mmPlasmaCannonCell,,,,25mmPlasmaCannonCell
/40mmPlasmaCannonCell,,,,40mmPlasmaCannonCell
/60mmPlasmaCannonCell,,,,60mmPlasmaCannonCell
/SmallCannonAmmoHE,,,,SmallCannonAmmoHE
/SmallSniperCannonAmmoHE,,,,SmallSniperCannonAmmoHE
/LargeCannonAmmoHE,,,,LargeCannonAmmoHE
/TorpedoMag,,,,TorpedoMag
/SmallTorpedoMag,,,,SmallTorpedoMag
/AutocannonCIWSMagazine,,,,AutocannonCIWSMagazine
/LaserDesignatorCharge,,,,LaserDesignatorCharge
/RocketMag,,,,Rocket
/AnacondaRocketMag,,,,AnacondaRocket
/DecoyFlarePack,,,,DecoyFlarePack
For Rider's Battlecannons and Turrets (and derivatives):
/Vulcan20x102,,,,
/Aden30x113,,,,
/Bofors40mm,,,,
/300mmShell_HE,,,,
/300mmShell_AP,,,,
/900mmShell_HE,,,,
/900mmShell_AP,,,,
const string DEFAULT_ITEMS = @"
AmmoMagazine/
/Missile200mm
/NATO_25x184mm,,,,NATO_25x184mmMagazine
/NATO_5p56x45mm,,,,NATO_5p56x45mmMagazine
/NATO_20×102mm,,,,NATO_20×102mm_Blueprint
/WolfSlug40mm,,,,WolfSlug40mm_Blueprint
/ABShell40mm,,,,ABShell40mm_Blueprint
/HEShell88mm,,,,HEShell88mm_Blueprint
/HEShell330mm,,,,HEShell330mm_Blueprint
/HEShell240mm,,,,HEShell240mm_Blueprint
/HEShell355mm,,,,HEShell355mm_Blueprint
/HEShell381mm,,,,HEShell381mm_Blueprint
/HEShell406mm,,,,HEShell406mm_Blueprint
/APShell406mm,,,,APShell406mm_Blueprint
/HEShell420mm,,,,HEShell420mm_Blueprint
/HEShell460mm,,,,HEShell460mm_Blueprint
/TelionAF_PMagazine,,,,TelionAF_PMagazine_Blueprint
/EMSlug460mm,,,,EMSlug460mm_Blueprint
Component/
/BulletproofGlass,50,2%
...etc, etc...
Hope it helps.
We tried to add it using the suggested code on Mexpex mod, but it seems to break the script.
The server I'm on decreased the tick rate of refineries so TIM thinks the ore isn't getting processed, only puts in like 2, and then waits for the update to put in more, which is slowing down my refining exponentially.