Space Engineers

Space Engineers

Configurable Automatic LCDs
MMaster  [utvecklare] 7 mar, 2015 @ 9:55
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!
Senast ändrad av MMaster; 12 mar, 2015 @ 12:05
< >
Visar 1-15 av 39 kommentarer
Rhedd 7 mar, 2015 @ 10:05 
This is a good way of handling it! First one of many:

Scatter Turret - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=346265441
Add("LargeScatter","AmmoMagazine", 35f, 16f, 2000, "Scatter Turret Ammo", "lscatter");
Senast ändrad av Rhedd; 7 mar, 2015 @ 12:27
Rhedd 7 mar, 2015 @ 10:47 
ISM weapons from FancyFez:


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


ISM Longbow Small Ship Long Range Rifle - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=398973015
Add("ISM_LongbowAmmo","AmmoMagazine", 35f, 2f, 1000, "Longbow Ammo", "ismlbow");


ISM Mayfly CDS - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=392695773
Add("ISMNeedles","AmmoMagazine", 35f, 16f, 1000, "Needle Ammo");


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


ISM Pikeman AA Defense System - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=376108685
Add("ISMTracer","AmmoMagazine", 35f, 16f, 1000, "Tracer Ammo");


ISM Hellfire Launcher - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=403937037
Add("ISM_Hellfire","AmmoMagazine", 45f, 60f, 500, "Hellfire Missile", "ismhell");
Senast ändrad av Rhedd; 8 mar, 2015 @ 12:44
MMaster  [utvecklare] 7 mar, 2015 @ 10:54 
Wow this is awesome! Thanks Rhedd!
Rhedd 7 mar, 2015 @ 11:12 
No problem. Like I said, I use a LOT of weapon mods!
Rhedd 7 mar, 2015 @ 11:31 
CSD weapons by NinjaPirate:

CSD Autocannon - http://gtm.steamproxy.vip/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 - http://gtm.steamproxy.vip/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 - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=354194728
Add("CSDBomb", "AmmoMagazine", 64f, 32f, 100, "Wakebomb");


CSD Afterburner - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=356783566
Add("CSDexofuel", "AmmoMagazine", 16f, 16f, 100, "Exothermic Fuel", "csdfuel");


CSD Scattercannon - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=344299482
Add("Scattercannon_Battery", "AmmoMagazine", 32f, 32f, 100, "Scattercannon Battery", "csdscat");
Senast ändrad av Rhedd; 8 mar, 2015 @ 12:46
Rhedd 7 mar, 2015 @ 11:31 
Minotaur Cannon - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=388580965
Add("MinotaurAmmo", "AmmoMagazine", 360f, 128f, 500, "", "minoammo");
Senast ändrad av Rhedd; 7 mar, 2015 @ 14:57
Rhedd 7 mar, 2015 @ 11:31 
Twin Missile Launchers - http://gtm.steamproxy.vip/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");
Senast ändrad av Rhedd; 7 mar, 2015 @ 14:55
Rhedd 7 mar, 2015 @ 11:31 
Twin Blaster Weapons - http://gtm.steamproxy.vip/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");
Senast ändrad av Rhedd; 7 mar, 2015 @ 13:27
Rhedd 7 mar, 2015 @ 11:31 
Antimatter Ultimate PVP Pack - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=345507033
Add("AntimatterTorpedo200mm", "AmmoMagazine", 120f, 45f, 100, "Antimatter Torpedo", "antitorp");
Add("Antimatter", "Ingot", 1f, 0.37f, 50000);
Senast ändrad av Rhedd; 7 mar, 2015 @ 13:26
Rhedd 7 mar, 2015 @ 14:56 
Plasma Blade Kai - http://gtm.steamproxy.vip/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 @ 14:58 
All posts above have been edited to include the new custom naming feature.
Rhedd 8 mar, 2015 @ 12:46 
Added the rest of the CSD weapons to above post and made slight edits for consistency to the ISM weapons.
Senast ändrad av Rhedd; 8 mar, 2015 @ 12:47
Rhedd 8 mar, 2015 @ 12:58 
Keen weapons:

Large ship cannon turret - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=402952773
Add("SniperRoundLowSpeedHighDamage", "AmmoMagazine", 35f, 16f, 100, "LSHD Cannon Ammo", "lshd");


Small ship sniper rifle - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=337637515
Add("SniperRoundHighSpeedLowDamage", "AmmoMagazine", 35f, 16f, 100, "HSLD Sniper Ammo", "sniper");
Rhedd 8 mar, 2015 @ 13:13 
Large Ship Cannon Turret With Larger Ammo And Gun Sound - http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=403347271
Add("120mmHEAT-MP", "AmmoMagazine", 32f, 32f, 100, "120mm HEAT Ammo", "120heat");
Rhedd 8 mar, 2015 @ 13:13 
Large Ship Sniper - http://gtm.steamproxy.vip/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");
< >
Visar 1-15 av 39 kommentarer
Per sida: 1530 50