Separate names with a comma.
Works fine on my seting [IMG]
Unfortunately I do not know about a floorplan from tachyon PS: The possibilities of displaying a 3D model on a 2D display are limited ;-) That's...
EmpyrionScripting 13.3.0 Release Automatic Amount from Ecf files - Remove the StructureTank section from your configuration.json to get the new...
GetSwitchState/SetSwitchState on the lever block You can find a “documentation” of the Empyrion API here EGS\Content\Extras\Modding Doc here I...
But take the "Amount" values from me777 or you waste half of the fluel ;-)
Hmmm, looks like I should determine the “FuelValue” from the ECF and only let it be overridden by the Config if necessary ;-)
The three defaults works fine on my RE2 [IMG] "Fuel": [ { "ItemName": "FusionCell", "Amount": 300 }, { "ItemName":...
Maybe you can post your config here so that others can use it for RE2 or maybe we can build a config for RE2 together which will then be delivered...
You can adjust the names and values of the items used yourself in EGS\Saves\Games\[Savegamename]\Mods\EmpyrionScripting\Configuration.json e.g....
There was an bug when the container has the same names -> move do nothing fixed in 13.2.4 and update Demo-CV...
Works perfectly for me with the standard scenario. I taught the 100% tank and all cells were used to fill it up to 100 again Maybe your scenario...
13.2.3 contains GameTicks https://github.com/GitHub-TC/EmpyrionScripting/releases/download/13.2.3/EmpyrionScripting.zip [IMG] What do you need...
Scanning the blocks is very complex and time-consuming, better is a hard coded list in a fixed named LCD which contains the IDs or names of the...
The DemoCV contains an example for "AmmoType" ;-) [IMG]
For SavegameScripts it's by design AddTargetsAndDisplayType(data, Path.GetFileNameWithoutExtension(S) + "*");
Cool idea :-) Hint: If you save the number in an LCD, it would even survive the playfield change and a logout/server start. You could also...
So ähnlich müsste es aussehen [IMG] Laufen die Scripte überhaupt oder ist bei der Installation der Mod etwas schief gelaufen? [IMG]
Ich habe die Scripe mal aktualisiert GitHub-TC/EmpyrionScripting-Collection: A brunch of savegame and other scripts probier es damit mal
The LCD must have a special name like Floor:0;-1;0;100%;l;0.6em
EmpyrionScripting 13.2.2 RemoveItemsIds support in recycle and replaceblocks similar to deconstruct...