Separate names with a comma.
I have not yet needed NPC Entites. But you can still change the fraction of an object after creating it. However, I doubt whether this will create...
Take a look at here https://github.com/GitHub-TC/EmpyrionWebAccess/blob/master/EmpyrionModWebHost/Controllers/StructureController.cs#L104
Checking for the playfield type is always useful because then the specific information can be displayed better/more meaningfully
int TemperatureMin { get; } int TemperatureMax { get; } are mapped properties to the correct values (regardless of which playfield it is) ;-)
On planet playfields we have TemperatureMinMax: - 0 - 40 in space playfields there is only TemperatureDay: -84 :confused: I have to add these...
Sorry i forgot to add it to the C# scripts. https://github.com/GitHub-TC/EmpyrionScripting/releases/tag/11.4.3 will fix this public interface...
In your earlier example @Data.SomeData is not a dictionary so your "Some code" is not executed because it does not find "y". {{#lookupblock...
Stimmt habe ich vergessen zu erwähnen für "Oxygen" funktioniert die API von Eleon seid einiger Zeit nicht mehr :-(
Mit Komma, bis auf den letzten Eintrag eines Abschnittes da darf kein Komma stehen.
Vermutlich hat du einen Fehler in der configuration.json so das er auf seine Standardwerte zurückfällt (schau mal in die Logs vom Dedicated...)....
Your static variable will remain set ;-) Remember that your mod is loaded per playfield server and that a playfield server can currently handle up...
Here are just two quick notes: 1. Request_global_structure_list & Request_global_structure_update are no longer supported by the API of the...
@Preston RegEx, PlayfieldDetails, GameoptionsYaml and flying https://github.com/GitHub-TC/EmpyrionScripting/releases/tag/11.4.1 [MEDIA] 11.4.1:...
Ok, I will add the functions so that you can "play around" with them. Unfortunately, this is all that the API "provides" here: Assembly ModApi,...
Can you put the "large" structure in the workshop or send me the ebp file so that I can test it directly?
I have included code like this 'if (root.TimeLimitReached) return ...' in many places in the functions so that the scripts do not consume too much...
I have not yet "passed through" these functions as I do not (yet) see any effective use for them because, on the one hand, the scripts may not run...
Unfortunately, the API does not provide the "switches" of "General" and "Custom".
Strange, that's the first time I've seen something like that. :-O
Das geht (leider) nicht so einfach denn die legacy API steht nur im DedicatedServer zur Verfügung und nicht im Playfieldserver - somit braucht man...