Separate names with a comma.
Another thing I'd like to request: Technically I suppose it's not an API feature, as much as tweaking how the game works slightly.. But the...
Alright, I've added a template to the top of each of the pages I could find, with an Index, back to the gameAPI.. should make navigating the wiki...
Alright. So. Currently, when you type a command ingame [IMG] The valid (standard) command gets executed, AND sent to the Event_ConsoleCommand in...
Alright. In that case, I'd highly like one for entities in general (mostly focused around 'drops on the ground', and NPCs) It would be usefull...
Hm. This looks like an interesting idea. Looking forward to seeing where you go with it /watching Consider toying with PDA quests aswell, as...
Ability to add commands to the game (So you can use https://empyrion.gamepedia.com/Game_API_CmdId#Event_ConsoleCommand , with custom entries =>...
Speaking of the Wiki for the API: Would there be a way to easily include a navigation on there? I find it inconvenient to get back to the 'main...
Ah, gotcha. "It is during the invocation of this function that you are allowed to submit to the ModGameAPI using the Game_Request function" on...
As a semi-related note: I'm assuming Game_Update have the purpose of pushing updates, as they happen, yes? Is there any way to request updates,...
Ah. I see. Atleast I wasn't blind ;) Makes sense. Those would give me the data I'm in need of. I might aswell update the wiki post for those, to...
No, I currently have no plans to write an ecf editor. I have written an importer for the format, that anyone can use to write something, if they...
So. I need a little help ;) I'm trying to determine if *something is a backpack* (ie. dropped on the ground, and the remains of a player) From...
Yeah, please refer to the post above, for version 1.1.. There's a dropbox mirror,...
In case this is relevant to anyone else using .ecf files: I've had the use-case, where I need to sort the entries into different categories (for...
v1.2 Released. Keywords for this release -New dynamic importing of data (using the ecf file(s)), so even more data is imported, and categorizing...
Okay. So there's two different things: -Blocks and how they work -Blocks and how they are used (blueprint) The first, you can adjust in the...
I just revisited this idea in my head, and I think it could actually be rather cool having a 'standardized' approach to API calls (like you can...
Ah, no. But you cannot use spaces in naming, so rather than doing both, I opted for underscores. It could be either or both. I personally prefer...
Additionaldata is generated from 'blank' { } sets. (ie. where there's no prefix, like harvester:{}), inside an already-existing one Where it...
Feel free. The only 'regret' with the current implementation, is that the additionaldata# entries (for when it encounters a dataset that isn't...