Separate names with a comma.
I'm not at all sure if there is such an assignment directly - maybe it is also hard-coded in the game?!? @Sephrajin has created many lists that I...
Version 5.6.2: @Sephrajin The new Ids are included in the list - you have to delete the Ids section in the configuration.json so that the mod...
Unfortunately no - because Eleon scraped the API with one of the last patches :-(
{ Block Id: 53, Name: SathiumResource Material: resourcehard Group: resource { Child DropOnDestroy Count: "2,4" Prob: 0.2 } }...
You dont need 'ammo' (it is a special internal) - from "ConfigById" you can get the group
It's not a bug, just (incorrectly) not released for player scripts. If you are in [EGS]\Saves\Games\[SaveGame]\Mods\EmpyrionScripting\...
var b = CsRoot.GetDevices<ILcd>( CsRoot.Devices(E.S, "Dummy")) .FirstOrDefault(); if(b.GetText().StartsWith("W")) Console.WriteLine( $"<b>Wohoooo...
You can use Newtonsoft directly and with the YAML files for mods you NO longer need to put everything in a single DLL - you only have to copy the...
{{~#test in (concat Ids.AmmoSV ',' Ids.AmmoHV)}}
I had asked Eleon a long time ago to equip one of the "computer deco consoles" with a simple text field that can hold 100k characters and which...
Habe ich (etwas flexibler) implementiert siehe https://empyriononline.com/threads/mod-ext-empyrion-scripting-scripts.92458/page-4#post-406171 Gruß...
Version 5.6.0 - Preset&Custom ID lists [ATTACH] [ATTACH] pre-assigned, changeable and expandable via the config file...
You have to try if it works well - ok, if not, you can fix it youself - it's OpenSource on GitHub - from my point of view Eleon has been building...
It works, but only the newes version 5.3.7 https://github.com/GitHub-TC/EmpyrionWebAccess/releases/download/5.3.7/EWALoader.5.3.7.zip...
I will withdraw from Empyrion. I'll play the A12 with friends a little and then mothball it.
Version 5.5.3 https://github.com/GitHub-TC/EmpyrionScripting/releases/tag/5.5.3 - UnicodeChar via config (Unicode spaces are not longer supported...
In principle yes - only the API function GlobalStructureList is broken and no longer provides structures. I have provided a fix to Eleon - but...
It is for both MP and SP - the only thing in SP is, you have to turn EAC off for loading mods.
It's not up to date (the syntax have changed a little bit) and now we have much more fratures - but here ist the english version [MEDIA]
I haven't made a nuget package out of it yet, but maybe you'll take a look https://github.com/GitHub-TC/EmpyrionScripting/tree/master/EcfParser