Empyrion Blueprint Editor A CLI to read and edit Empyrion Blueprints. It's early days and I've not covered any new ground other than parsing the block type index and starting to identify block IDs. The big goal is to identify what the muddle of values are between the head and foot. Apr 18, 2017 A simple method to quickly import your creation in survival mode for fun or testing (ONLY WORK IN SP MODE) INSTRUCTION 1) Save the Blueprint.
- Empyrion Blueprints Manual Download For Pc
- Empyrion Create Blueprint
- Empyrion Blueprints Manual Download Free
A CLI to read and edit Empyrion Blueprints
It's early days and I've not covered any new ground other than parsing the block type index and starting to identify block IDs.
The big goal is to identify what the muddle of values are between the head and foot. They must contain the locations of blocks and other properties too, but it's not obvious how that data is stored.
To contribute
You can help identify block ids by adding them in the game, overwriting the blueprint and hitting enter in the CLI to reload the blueprint. The new block will be listed as 'Unknown' and you can update the blocktypes.json and send a pull request.
Byte identification. If you think you have found something, open an issue or send a pull request.
Testing notes
Useful console commands for creative mode are godmode 1
and itemmenu 1
. You have to type these in whenever you change location in-game. The itemmenu can be viewed by pressing h
. Don't use the itemmenu inside a cockpit or passenger seat.
Empyrion Blueprints Manual Download For Pc
Blueprints are found in /SteamApps/common/Empyrion - Galactic Survival/Saves/Blueprints
.
Empyrion Create Blueprint
In-game, after creating any vessel or base, aim roughly towards the core and hold altGr + o
to save a new blueprint. Modify the craft and do this again to Overwrite
the blueprint. You can then analyse differences in version to potentially identify new bytes.
My god, be sure to backup all your precious blueprints before tinkering with them.
Empyrion Blueprints Manual Download Free
Some HEX editors lock the blueprint file, so when overwriting in-game, Empyrion may create an entire new blueprint with _1
postfixed if the blueprint is locked and/or delete the previous blueprint entirely.