Jump to content

TXD error


manve1

Recommended Posts

I get this error on txd replacement:

HhmT31c.png

The folder exist; The TXD file is correct.

My script is simple:

local colCH = engineLoadCOL( "models/chest.col" ) 
engineReplaceCOL( colCH, 1362 ) 
  
local txdCH = engineLoadTXD( "models/chest.txd" ) 
engineImportTXD( txdCH, 1362 ) 
  
local dffCH = engineLoadDFF( "models/chest.dff", 1362 ) 
engineReplaceModel( dffCH, 1362 ) 

everything loads in, except the TXD.

META object loading:

<file src="models/chest.txd" /> 
<file src="models/chest.col" /> 
<file src="models/chest.dff" /> 

Any clues why this is happening?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...