Hey fellow modders, I am back from the dead, well sorta back.
So, this time I am not gona ask a stupid question or bring up a mod which gets paused, but a tool! Well I barely started on it yet
, but I have an idea of how it should be done. The tool is basicly a Newboerg resize tool mark II.
Before I can start to actually work on this I have to know exsactly what in a .mesh file needs to be changed in order to resize the model. The meshpoints are easy since it is just a single point, but I am not sure what the other "things" are and what needs to be changed inside the file.
The tool is planned to be able to expand in one selected direction instead of all, implement new mesh points, change the location of an excisting mesh point, show a 3d model (my current challange) with the location of the mesh points and their orientation, rotate the model or a mesh point and save the current progress.
I am using a program named MATLAB (also the only thing I can program within
) which I then can use to make the program and then export it as an .exe file. This makes it possible for me to make these functions, but also means that I have to include a file named MATLAB Compiler Runtime which is used to support the .exe and is 170 mb. large so the download size is gona be kinda big for this kind of program.