Jump to content

Replacing SKins


Daniel.

Recommended Posts

Can it work like this

jerrytxd = engineLoadTXD("skins/jerry.txd")

engineImportTXD(jerrytxd, physco)

but the physco.txd not sure where to find the model ID

Model? If you mean Skin ID, you must choose it by your own. And don't forget to place skin name in META.XML like this.

<file src="skins/jerry.txd" /> 

At last it will be something like this

local jerrytxd = engineLoadTXD ( "skins/jerry.txd" ) 
engineImportTXD ( jerrytxd, SKIN ID ) 

If you want replace DFF too use this format:

local jerrydff = engineLoadDFF ( "skins/jerrydff.dff", SKIN ID ) 
engineReplaceModel ( jerrydff, SKIN ID ) 

And don't forget to add this file src into META.XML!!

Link to comment

if u want the ped For ur server in MTA

Use ModLoader

viewtopic.php?f=108&t=36481

copy the zip to (C:\Program Files (x86)\MTA San Andreas 1.3\server\mods\deathmatch\resources\)

un zip the mod , change the folder name to ModLoader2

then open the folder , put the skin u want in (Skins) folder (dff + txd) then back to server >> open it then type start Modloader2

after that open MTA SA and ur server then choose that skin u changed it (id) :)

Have Fun.

------------------------------

with modloader you can put:

cars , weapons , skins

with just put (TXD and DFF) into (cars) , (weapons) , (skins)

========================================

Put if u want change the skin in GTA.

Download IMG Tool 2.0

http://www.gtagarage.com/mods/download.php?f=90

then open GTA SA Folder >>> Models >>> player.img

get ur skin name like (cj_2.txd) (cj_2.dff)

First find the names by using (ctrl + f) in IMG Tool 2.0

then delete both ...

after it press CTRL + A

or file >> Add

then get ur (cj_2.txd) the new skin u want put it.

and then put it

then press file >>> add >> (cj_2.dff) the new skin u want put it (the dff one).

so u put cj_2.txd and dff

then rebuilt the archeive

then close the img tool

open the game and have fun :D

sorry for long explain but i like to explain all things cuz u maybe want to put it in MTA SA Server or u want in gta sa :D

Both help u and help new ppl in gta and mta :D

Small help from me :D

Regards

_____________

Hoka123

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