Separate names with a comma.
I have no experience with publishing blueprints. My focus is only the file format. I assume that the publication system is completely server-based...
And I have to add the damage state matrix from your project to mine. Eventually we will get programs that actually does the job correctly. :-)
I added some of the block types I have checked to the wiki of my github project https://github.com/ApanLoon/EmpyrionStuff/wiki/EPB---Block-Types
Truss blocks are also weird in this way.
@geostar1024 Cool. I just glanced through your code and even though I don’t Python, I saw some things that I will verify and add to my code. I...
Interesting. This implies that the current bit mask I currently use is still somewhat correct. I implemented the variant naming scheme according...
@Exacute Cool, those numbers to appear to match the numbers in the block count list. However, they still do not match the numbers in the block...
@Xango2000 I am pretty sure that I have the colour, texture and symbol bits figured out. If the windows didn’t exhibit the inconsistent block...
The problem is that sometimes the types in the block count list does not correlate to the block types in the matrix. As an example, create a base...
Hi, I have started to make a small console program that read/analyse EPB files. It can also generate EPB files with some basic shapes. The purpose...
Bumping an old thread... I have made some progress on this and would appreciate some assistance filling in the gaps:...