Thread: [WIP] The SH5 EcoMod
View Single Post
Old 02-08-20, 01:14 PM   #291
Jeff-Groves
Village Idiot
 
Jeff-Groves's Avatar
 
Join Date: Sep 2014
Posts: 5,395
Downloads: 131
Uploads: 0


Default

Alpha 7 of the obj to RAW converter script is ready for testing.
Be sure to read the How to text file!
This version cuts down manual steps needed and has a more elegant way to handle those nasty zero Y verts.

http://www.mediafire.com/file/wd5gw9...RAW-A7.7z/file

I will give you a heads up on an issue I came across.
IF you export an obj file with the RAW to obj script, then try to reconvert to RAW from that file?
It will not work! UNLESS!
You take out the 2 lines,
i=(i+1);
You do that like this,
//i=(i+1);

I'll probably code for that issue as there is always someone that will complain.

Last edited by Jeff-Groves; 02-08-20 at 01:24 PM.
Jeff-Groves is offline   Reply With Quote