Separate names with a comma.
Haha, great start! Does def. set a mood
True. I was just running with the theme ;) Those patch notes can easily stack ;)
Actually, I think the idea presented, with being able to spawn a 'ghost version' of a BP, and have a visual highlighting of forbidden blocks,...
I've run through all the missions. No bugs. Just keep in mind, that you can only do these missions once per regeneration of the planet tho. (in...
If you have a line in your dedicated.yaml saying CustomScenario: Default Akua-Omicron # Enable custom scenario. Name of custom scenario from...
Afaik that is the case currently, yes. But the API is far from final. It gets some love once in a while ;)
afaik, you are correct, yes. *Players are entities too, and you can obtain these stats on players however
You cannot create custom blocks/weapons/etc, no. Atleast not yet (afaik, it's planned down the line). The config.ecf only allows you to *tweak*...
Updated main with a list of common YAML mistakes. Please let me know if you feel like I missed some ;)
Short answer is : No Longer answer is: You can't do either by the API But you can change some of the stats of weapons/tools/... in the file...
Obviously super far-fetched: Making the building grid more flexible; Allowing for multiple blocks in each space, ideally including atleast one of...
Also, the API is in two parts: Events and requests Events you receive, requests you send ;)
Generally refer to https://empyrion.gamepedia.com/Game_API_CmdId for API ;) The gameventdata is afaik currently disabled however. @Jascha can...
Note, that having [] for players seems to work, while it does not work for watchedplayers. I've no idea how the functionality is supposed to be,...
Hi there! First of all - You are using mods! Awesome! So, Assumingly you are here, because a mod is giving you a hard time. The purpose of this...
Hm. I'm able to reproduce the error, but can't quite see what's wrong @joemorin73 : I'm not quite sure how your yaml is supposed to work.. It...
It would appear that there's an issue with one of the YAML files. I believe Joe will ask you to post those next ;)
That is a good question.. I can't quite see the 'path' to 1128.. The base resolves to something, for instance { Block Id: 796, Name:...
My first thought is, that the windows might act differently, because it's a transparant block? So possibly more data is stored into the type.. I'm...
Here's a question: Why not just convert to hex to dec, and then lookup the number in the config_example.ecf file? (assumingly blocktype == id) And...