Separate names with a comma.
Sorry for the late response but I just saw this and since I have seen this misconception a lot of times in the forum as well as the discord(s) I'd...
I have no plans for this at the moment. The command line tools should work on Linux already but the gui will not. I don’t really know how or if...
[ATTACH] Added more geometry. Now I can make models in Wavefront OBJ format and convert to C# code to insert in EPBLab.
Ah, nice. Just posting about it made me find the issue. The geometry of Corner was indeed incorrect. Now it looks right in both SV_Prefab_Tier6...
As far as I can find in the documentation, Windows/Media3D is right-handed and Unity is left handed, so flipping the z-axis makes some kind of...
I said that I wasn't going to add the Empyrion 3D assets to my viewer and I won't, but I started to add some basic shapes for building blocks by...
Ok, I committed a bunch of more code to the GitHub repository: EPBLab - the Windows application that the screenshots above are from ecf - A...
[ATTACH] Funny when everything is already read and I just have to add a few lines to make the data appear on screen. :)
@ion_storm : Thanks! Of course, I don't have the actual 3D assets, and I probably never will due to copyright thingies, unless I can extract them...
[ATTACH]
Added the new block types from A9.4 experimental using a script that extracts these from Content/Configuration/Config_Example.ecf. I could still...
Added reading of the custom colour palettes. Now I get zero bytes left in the zipped data on all EPB files I have. That means that even if I don't...
I am back to not throwing exceptions on any EPB-file I have. I think that I am reading the filler blocks correctly but there are plenty of other...
Hmm, the huge amount of data added to EPB files of version 23 is confusing. BAJ_PharosSubmergedTank.epb, BA_TOPSpiceDestillery.epb and...
Ok, I can confirm that these do NOT work with LCD screens. I did have mixed luck using superscript and subscript unicode characters. The bold and...
Lol, I would, if the time wasn’t 5:42 am and I should be sleeping.
Too bad. It would be cool with more control over those. I have a pretty clear grasp on how these are stored in the EPB files but not so much about...
Do these codes work on display blocks in a model as well as UI elements?
I have done some major cleanup of the reader code. Now it can read all epb files I have without crashing. Some data is still not interpreted...