Separate names with a comma.
Thx, glad you like it. :) /jmc
Well, that's not up to me. It's the way Empyrion's game engine works. :) My guess is that filling the whole planet with deco would be a serious...
Yes, should work wothout any problems. There have been no changes to the yaml structure. /jmc
just put a .png image named 'preview_empty.png' into the playfield folder e.g.: "Empyrion - Galactic...
Did you type it exactly as it's named regarding upper-/lowercase? Else you can try to put it in brackets like: teleport "Memory Prime 2" Other...
So here's what was happening: Check out the uploaded fixed playfield.txt. First thing, Do you have your own created terrain named forest?...
I'd suggest always taking the latest availabe (which is "Alpha Experimental 6.6.0 (EXP) [Build 1195]" atm). Only if you'd go for an older...
Firstly: Thx, glad to hear that you like it anyway. :) Secondly: Lol. But seriously, not that trivial to achieve (that's why i didn't bother), as...
Hi, would be helpful, if you sent me the playfield file (PM) or upload it here as txt file. Then i can check, what's wrong with it. /jmc
UPDATE (v1.34.3) with full Alpha Experimental 6.6 Support CHANGES: Allow 'Fixed' and 'Random' POIs to be used at the same time. Set 'Use Fixed...
You could also write: foreach(KeyValuePair<string, List<Eleon.Modding.GlobalStructureInfo>> structure in GSL.globalStructures) { if...
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...