Jump to content

[HELP]TXD loading problem


Recommended Posts

I am not an expert moddeler but within a DFF file is added an image to the TXD file can load. on the other side check that the script itself or the meta file not have any error.

I am not an expert moddeler but within a DFF file is added an image to the TXD file can load

I dont know if you could understand.

Link to comment

add both barracks.dff and barracks.txd into your folder

lua file

  
txd = engineLoadTXD("barracks.txd") 
engineImportTXD(txd, 433) 
dff = engineLoadDFF("barracks.dff", 433) 
engineReplaceModel(dff, 433) 

meta

    <file src="barracks.txd" /> 
    <file src="barracks.dff" /> 
    <script src="Your lua file name.lua" type="client"  /> 
  

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...