Space Engineers

Space Engineers

Configurable Automatic LCDs
MMaster  [developer] 7 Mar, 2015 @ 9:55am
Modded items Add() lines
Hi. Because there are lots of mods and some of you are skilled enough to figure out the items subtype and maintype. You can add those items to be recognized by this script to 'class MMItems' where you will find Add() lines.

Can you please share your Add() lines in this discussion so other people can add them to their scripts if they want native support of modded items in this script.

People that don't know what this is:
This script automatically handles all modded items, but it will show crazy names for some of them and they will not show up unless you have at least one item in inventory.
The Add lines are found near the beginning of the script (just scroll down and you will find lots of them).
Their syntax is like this:
Add("ItemSubType", "ItemMainType", mass, volume, default quota, "Name shown on LCDs", "short name that can be used in command arguments");

If you want to add support for some of the items listed in this discussion, just copy & paste the Add lines under the existing Add lines in the script.

Thank you all!
Last edited by MMaster; 12 Mar, 2015 @ 12:05pm
< >
Showing 1-15 of 39 comments
Rhedd 7 Mar, 2015 @ 10:05am 
This is a good way of handling it! First one of many:

Scatter Turret - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=346265441
Add("LargeScatter","AmmoMagazine", 35f, 16f, 2000, "Scatter Turret Ammo", "lscatter");
Last edited by Rhedd; 7 Mar, 2015 @ 12:27pm
Rhedd 7 Mar, 2015 @ 10:47am 
ISM weapons from FancyFez:


ISM Mjollnir.FG Small ship fusion gun - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=356778018
Add("ISM_FusionAmmo","AmmoMagazine", 35f, 10f, 1000, "Fusion Ammo", "ismfusion");


ISM Longbow Small Ship Long Range Rifle - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=398973015
Add("ISM_LongbowAmmo","AmmoMagazine", 35f, 2f, 1000, "Longbow Ammo", "ismlbow");


ISM Mayfly CDS - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=392695773
Add("ISMNeedles","AmmoMagazine", 35f, 16f, 1000, "Needle Ammo");


ISM BullDog.01 Small ship gatling gun - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=355026043
Add("ISM_MinigunAmmo","AmmoMagazine", 35f, 16f, 1000, "Thermite Ammo", "ismmini");


ISM Pikeman AA Defense System - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=376108685
Add("ISMTracer","AmmoMagazine", 35f, 16f, 1000, "Tracer Ammo");


ISM Hellfire Launcher - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=403937037
Add("ISM_Hellfire","AmmoMagazine", 45f, 60f, 500, "Hellfire Missile", "ismhell");
Last edited by Rhedd; 8 Mar, 2015 @ 12:44pm
MMaster  [developer] 7 Mar, 2015 @ 10:54am 
Wow this is awesome! Thanks Rhedd!
Rhedd 7 Mar, 2015 @ 11:12am 
No problem. Like I said, I use a LOT of weapon mods!
Rhedd 7 Mar, 2015 @ 11:31am 
CSD weapons by NinjaPirate:

CSD Autocannon - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=344954925
Add("Autocannon_Box", "AmmoMagazine", 32f, 32f, 1000, "3.7cm Autocannon Mag", "acbox");
Add("Autocannon_Box_Large", "AmmoMagazine", 64f, 64f, 1000, "5cm Autocannon Mag", "acboxlg");


CSD Battlecannon - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=350106127
Add("250shell", "AmmoMagazine", 128f, 64f, 100, "25cm HE Shell");
Add("88shell", "AmmoMagazine", 16f, 16f, 1000, "8.8cm APCR Shell");
Add("88hekc", "AmmoMagazine", 16f, 16f, 1000, "8.8cm HEKC Shell");


CSD Bomb Launcher - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=354194728
Add("CSDBomb", "AmmoMagazine", 64f, 32f, 100, "Wakebomb");


CSD Afterburner - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=356783566
Add("CSDexofuel", "AmmoMagazine", 16f, 16f, 100, "Exothermic Fuel", "csdfuel");


CSD Scattercannon - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=344299482
Add("Scattercannon_Battery", "AmmoMagazine", 32f, 32f, 100, "Scattercannon Battery", "csdscat");
Last edited by Rhedd; 8 Mar, 2015 @ 12:46pm
Rhedd 7 Mar, 2015 @ 11:31am 
Minotaur Cannon - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=388580965
Add("MinotaurAmmo", "AmmoMagazine", 360f, 128f, 500, "", "minoammo");
Last edited by Rhedd; 7 Mar, 2015 @ 2:57pm
Rhedd 7 Mar, 2015 @ 11:31am 
Twin Missile Launchers - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=370701324
Add("TwinMiniMissile20mm", "AmmoMagazine", 4.5f, 6f, 1000, "Mini Missile 20mm", "minimissile");
Add("TwinMicroMissile5mm", "AmmoMagazine", 1f, 1.5f, 1000, "Micro Missile 5mm", "micromissile");
Last edited by Rhedd; 7 Mar, 2015 @ 2:55pm
Rhedd 7 Mar, 2015 @ 11:31am 
Twin Blaster Weapons - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=389906547
Add("MagazineBlasterPowerCellRed", "AmmoMagazine", 15f, 6f, 1000, "Blaster Power Cell- R", "blasterr");
Add("MagazineBlasterPowerCellGreen", "AmmoMagazine", 15f, 6f, 1000, "Blaster Power Cell- G", "blasterg");
Add("MagazineBlasterPowerCellBlue", "AmmoMagazine", 15f, 6f, 1000, "Blaster Power Cell- B", "blasterb");
Add("MagazineSmallBlasterPowerCellRed", "AmmoMagazine", 15f, 6f, 1000, "Sml Blaster Power Cell- R", "sblasterr");
Add("MagazineSmallBlasterPowerCellGreen", "AmmoMagazine", 15f, 6f, 1000, "Sml Blaster Power Cell- G", "sblasterg");
Add("MagazineSmallBlasterPowerCellBlue", "AmmoMagazine", 15f, 6f, 1000, "Sml Blaster Power Cell- B", "sblasterb");
Last edited by Rhedd; 7 Mar, 2015 @ 1:27pm
Rhedd 7 Mar, 2015 @ 11:31am 
Antimatter Ultimate PVP Pack - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=345507033
Add("AntimatterTorpedo200mm", "AmmoMagazine", 120f, 45f, 100, "Antimatter Torpedo", "antitorp");
Add("Antimatter", "Ingot", 1f, 0.37f, 50000);
Last edited by Rhedd; 7 Mar, 2015 @ 1:26pm
Rhedd 7 Mar, 2015 @ 2:56pm 
Plasma Blade Kai - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=385852798
Add("PlasmaBlade_Amethyst","AmmoMagazine", 32f, 32f, 100, "Plasma Blade Unit- A", "plasbladea");
Add("PlasmaBlade_Citrine","AmmoMagazine", 32f, 32f, 100, "Plasma Blade Unit- C", "plasbladec");
Add("PlasmaBlade_Emerald","AmmoMagazine", 32f, 32f, 100, "Plasma Blade Unit- E", "plasbladee");
Add("PlasmaBlade","AmmoMagazine", 32f, 32f, 100, "Plasma Blade Unit- S", "plasblades");
Add("PlasmaBlade_Amethyst2","AmmoMagazine", 32f, 32f, 100, "Plasma Lance Unit- A", "plaslancea");
Add("PlasmaBlade_Citrine2","AmmoMagazine", 32f, 32f, 100, "Plasma Lance Unit- C", "plaslancec");
Add("PlasmaBlade_Emerald2","AmmoMagazine", 32f, 32f, 100, "Plasma Lance Unit- E", "plaslancee");
Add("PlasmaBlade2","AmmoMagazine", 32f, 32f, 100, "Plasma Lance Unit- S", "plaslances");
Rhedd 7 Mar, 2015 @ 2:58pm 
All posts above have been edited to include the new custom naming feature.
Rhedd 8 Mar, 2015 @ 12:46pm 
Added the rest of the CSD weapons to above post and made slight edits for consistency to the ISM weapons.
Last edited by Rhedd; 8 Mar, 2015 @ 12:47pm
Rhedd 8 Mar, 2015 @ 12:58pm 
Keen weapons:

Large ship cannon turret - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=402952773
Add("SniperRoundLowSpeedHighDamage", "AmmoMagazine", 35f, 16f, 100, "LSHD Cannon Ammo", "lshd");


Small ship sniper rifle - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=337637515
Add("SniperRoundHighSpeedLowDamage", "AmmoMagazine", 35f, 16f, 100, "HSLD Sniper Ammo", "sniper");
Rhedd 8 Mar, 2015 @ 1:13pm 
Large Ship Cannon Turret With Larger Ammo And Gun Sound - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=403347271
Add("120mmHEAT-MP", "AmmoMagazine", 32f, 32f, 100, "120mm HEAT Ammo", "120heat");
Rhedd 8 Mar, 2015 @ 1:13pm 
Large Ship Sniper - https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=339890900
Add("SniperRoundLowSpeedHighDamage_AK", "AmmoMagazine", 35f, 16f, 100, "LSHD-AK Sniper Ammo", "aksnipeL");
Add("SniperRoundHighSpeedLowDamage_AK", "AmmoMagazine", 35f, 16f, 100, "HSLD-AK Sniper Ammo", "aksniper");
< >
Showing 1-15 of 39 comments
Per page: 1530 50