View Single Post
Old 04-23-11, 09:05 AM   #4
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by iambecomelife View Post
I see. Thank you. I am also working on my end; I just renamed the 3d model in the dat file to T08B and deleted all of the SHD entries I could find but it is still crashing. I will keep trying.

If you get it working before I do, could you please let me know what was done wrong for future reference? Thanks; I'd appreciate it.
This is obviously an SH4 ship as from the Cfg#TXR nodes. I have changed everything needed to make it render in SH5 but there is still a problem in the _B (back portion of the ship). This one has been a learning experience for me as I never converted an SH4 ship (until now!). Once I narrow down the problem in the back portion of the ship it will quit causing CTDs. I'm slowly narrowing down the problem node(s)....

Had to rename everything correctly (all the NLL_ and _NLL had to be changed to T08B_ and _T08B respectively)

Had to remove all of the following nodes (and their child nodes):
- DynamicShadow
- any nodes with _SHD or _reflect

Converted the cfg#TXR_ nodes to actual type 2/0 nodes (to be safe - not sure if SH5 supports this or not)

Basically all the changes were made because that is what I know works in SH5

EDIT:

two nodes are causing the CTD:

- T08B_B_Cabina
- T08B_B_catarg02

Now to figure out why....

EDIT2:

figured out why. Those two nodes had 'blank' 3D models for them. I removed the 3D model references (and the blank 3D model nodes) and the texture references and so far so good

Last edited by TheDarkWraith; 04-23-11 at 10:20 AM.
TheDarkWraith is offline   Reply With Quote