BlancSeigneur69
Casual Client
- Joined
- Feb 9, 2021
that command is not working for me though I am trying to use it in RunThe file name read_ism2 is strange even though it is a model modification program.
This was originally intended for data structure analysis of ISM2 files, so it has become a confusing name.
Since io_import_compile_heart_ism2.py only handles PNG images, all texture TID files need to be converted to PNG files.
For example, if the file layout is as follows, texture files will load correctly
model\chara\001\002.ism2
model\chara\001\texture\001\body_c.png
model\chara\001\texture\001\face_c.png
model\chara\001\texture\001\hair_c.png
Follow the procedure below to modify the mesh.
1) Select the mesh object you want to export and execute File-> Export-> Mesh for read_ism2 (.cfg/.txt) from the menu.
2) Press the Export Mesh button with the output file name as MESH.txt, for example.
3) Then open a command prompt and change to the folder containing MESH.txt.
4) Enter the command as follows.
> read_ism2 ORIGINAL.ism2 -c MESH.txt -o NEW.ism2
In most cases, WARNING messages can be ignored.
Also worked on the model still unsure about the quality of the crotch but want to soon start testing a few things:
*Seeing how the game engine will react to me filling those holes at the seams
*changing the UVs
*if different file texture file sizes inpact the game.
Once Im done with these tests and Im finally at something Im happy with Ill be passing a texture and model to DocterStar to see what he can do.