Separate names with a comma.
It means you define a new variable named 'structure' (or any other name) of variable type (with 'var' as type c# decides the correct type)...
That should do the trick: public void Game_Event(CmdId cmdId, ushort seqNr, object data) { if (cmdId ==...
I couldn't have said it any better! Thx @Christianholmes. I can't prove to you that EPD contains no trojan or virus. Nor can you or anyone else...
UPDATE (v1.34.2) Hotfix FIXES: In playfield.yamls, where AllowCV was not set (empty means 'true' by default), EPD did not check 'Allow CVs'...
OK, i think i know what was happening. That was an older playfield (created with an older version of EPD), where i did not yet pre-initialize the...
UPDATE (v1.34.1) Hotfix FIXES: Clean up Delay: '' to Delay: 0, if found in any CreatureSpawning on playfield save. DOWNLOAD LINK:...
Hmm, what did you do exactly to produce this? As soon as you create a new creature, it defaults delay to '0' and writes out 'Delay: 0' to the...
What delay exactly?
It's pretty much BB code, as far as i know. https://en.wikipedia.org/wiki/BBCode to change the color, in your example: ..... means color change...
It's a known issue and has been discussed earlier. EPD and other tools as well (EPG, EAH) use code obfuscation, so that c# code is somewhat...
UPDATE (v1.34.0) with Alpha 6.5.3 support Sorry for the delays in development, but summer is the busiest time at work. :) But there isn't much...
Hi, I didn't go all through for now, but you've got a couple of problems here: :) First off, you have way too many entities set in your...
Yeah, exactly, it's mainly, because malware also obfuscates their code and this produces the same or similar signatures. And Antivirus software...
It even happens with me. :) Avira Antivirus always complains and deletes the exe, if i move the ready compiled tool to another folder. Maybe i...
Yes, that should work for most of the parts. But Empyrion does not support to change everything live via reload (for the moment). Working so far:...
That's the way empyrion handles meteorites. It may be one, but it may be many with an overall amount of what you set in yaml. I'm afraid there's...
I don't know, if it works with empyrion that way, but when i code AutoCAD Application modules, i can add the .exe as startup program for the .dll...
What error do you get when you debug the program and it gets to that line?
Is the POIs RegenAfter property set in yaml?
You need to use ci.playerId as a parameter to 'Eleon.Modding.Id' That way it should work: GameAPI.Game_Request(CmdId.Request_Player_Info,...