Jump to content

[HELP]TXD loading problem


Recommended Posts

Posted

Hi all, I have a script to load mods, the script is working fine for all mods, but this Mod is not loading correctly. The DFF file loads fine and the model gets changed, but it becomes white when I load the TXD, Look at the screenshots:

nYJcUg3.png

I hope someone can help me :D

350x20_FFFFFF_FFFFFF_000000_000000.png

http://i.imgur.com/CSE28MJ.png

Don't hesitate to contact me for anything! If I can help, I will for sure!

Education is the most powerful weapon which you can use to change the world. - Castillo

Posted

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.

Inactivo.

Posted

At-least post your code along with your meta. So we can see if you've gone wrong or not there.

And now Aurora is back again, pm for more info.

Ex. Lead dev & L6 Staff at AUR, NGC, MTA RP & SAA.

Ex. Developer at Community of Social Gamers - CSG

Ex Founder of International Gaming Community - IGC and Union of Individual Players- UIP

9o6E8.png Ab-47

Posted

Sorry guys. I have been sleeping since my last post and now I will have classes. I will post it later.

The mod is here

@2:40

Download and is the Mobile Command Center in the RAR

350x20_FFFFFF_FFFFFF_000000_000000.png

http://i.imgur.com/CSE28MJ.png

Don't hesitate to contact me for anything! If I can help, I will for sure!

Education is the most powerful weapon which you can use to change the world. - Castillo

Posted

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"  /> 
  

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