Jump to content

Adding new 3D Clothes Models...


「 DaDiGui 」

Recommended Posts

Hi, everybody. 
I'm trying to implement new static clothing models to the game. I have copied the base of the BaseballCap and changed the model, texture and information to use the new model. The only thing I don't understand and think is the problem is the GUID I don't know what to do.

 

	<files>
		<path>media/clothingItems/Hat_NewEraCap.xml</path>
		<guid>7b339ad5-da2e-42a5-8a51-ee87239a943b</guid>
	</files>

 

ASDQW.png

Link to comment
Share on other sites

  • 2 weeks later...

its a bug, but you can use like this
first , generate guid code in https://www.guidgenerator.com/

try write  New Era cap and add into xml cloth
 

put the file "mods\yourmod\media\fileGuidTable.xml", in the mod folder and in the installation folder
just add

    <files>
        <path>media/clothing/clothingItems/yournewcloth.xml</path>
        <guid>yout guid number generated in the xml</guid>
    </files>

Link to comment
Share on other sites

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
×
×
  • Create New...