Separate names with a comma.
instead of Application.GetStructures, you can use IPlayfield.Entities which immediately provides you with the structures of an (active) playfield...
Unfortunately not at the moment
Unfortunately, such an option is not built in
[IMG]
https://steamcommunity.com/sharedfiles/filedetails/?id=1751409371 https://steamcommunity.com/sharedfiles/filedetails/?id=2227639387
A few values about the energy are available and used in the DemoCV and other blueprints from the workshop. What will be offered by the API is...
In Singleplayer you have to enter the parameter OverrideScenarioPath with the path to the Screnario in the Configuartion.json, otherwise the mod...
Denk daran die Mod lokal bei dir zu deinstallieren/löschen denn sonst "prügelt" die sich mit der auf dem MP Server - leider hat Eleon hier den...
Bist du im SinglePlaer unterweg oder MultiPlayer - denn meine Test im Multiplayer haben alle funktioniert und auch die Vega AI schaltet die...
The demo CV works perfectly for me. @root.data is one thing and maybe you haven't renamed the “Receive” switch or there are two objects named like...
The new version 13.4.2 support a function "itemlistarray" witch returns an list instead of loop over the single items...
The scripts are only executed when the playfield is loaded. There are probably other players on the playfield with the fibers besides you. PS:...
https://empyrionbuddy.com/ liefert die viele Infos
I assume you are in single player - you have to enter the path to the scenario in the scripting configuration because the API only contains this...
The value 16777215 - 1 that the mod suggests in the default is the maximum of Empyrion
If the file has a syntax error, it will be reset to the default - it is best to use an editor that points out errors such as VisualStudioCode or...
The API of Empyrion is not multithreaded. Nevertheless, the scripting makes the read accesses in parallel and only if write accesses to the...
Let's take a look at the script and you will see the faction names, which you can of course change. The reputation data is unfortunately not...
Look at the demo CV there is an LCD in the back that shows this
{{#abc }} is a block that ends with {{/abc}}