Jump to content

Recommended Posts

Hi all!

 

Im have some problem with adding new npc, have more color mounts and try add like this:

Group ShapeData
{
    PathName 		 ""
    ShapeDataCount 		 1
	Group ShapeData00
	{
		ShapeIndex			0

		Model				"d:/ymir work/npc/bears_mount/bears_mount2.gr2"
		SourceSkin			"d:/ymir work/npc/bears_mount/bears_mount_02.dds"
		TargetSkin			"d:/ymir work/npc/bears_mount/bears_mount_02.dds"
	}
}

But in game see white texture on bears_mount_02.dds but what?

Texture are is location.

 

And next problem is armor:

		SpecialPath			"d:/ymir work/"
		ShapeIndex			43320																			# Robusta blue
		Model				"pc/warrior/robusta.gr2"
		SourceSkin			"pc/warrior/1_by_ict.tga"
		TargetSkin			"ice_texture/1_by_ict.tga"
		SourceSkin1			"pc/warrior/2_by_ict.tga"
		TargetSkin1			"ice_texture/2_by_ict.tga"
		SourceSkin2			"pc/warrior/3_by_ict.tga"
		TargetSkin2			"ice_texture/3_by_ict.tga"
		SourceSkin3			"pc/warrior/4_by_ict.tga"
		TargetSkin3			"ice_texture/4_by_ict.tga"

Texture almost changed targetskin2 dont change what? all is corect

 

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

		SpecialPath			"d:/ymir work/" // I see here unkown character..
		ShapeIndex			43320
		Model				"pc/warrior/robusta.gr2"
		SourceSkin			"pc/warrior/1_by_ict.tga"
		TargetSkin			"ice_texture/1_by_ict.tga"
		SourceSkin1			"pc/warrior/2_by_ict.tga"
		TargetSkin1			"ice_texture/2_by_ict.tga"
		SourceSkin2			"pc/warrior/3_by_ict.tga"
		TargetSkin2			"ice_texture/3_by_ict.tga" // Too this line
		SourceSkin3			"pc/warrior/4_by_ict.tga"
		TargetSkin3			"ice_texture/4_by_ict.tga" // Too this.. - Forum problem or in your code? Try copy your code in quote you can see..

------------------
TargetSkin
SourceSkin1
TargetSkin1
SourceSkin2
TargetSkin2
SourceSkin3
TargetSkin3

//Why? 123456789 abcd.... ? xd
-------------------------------
//Btw. this is good?
//-> d:/ymir work/pc/warrior/blah blah blah..
//-> d:/ymir work/ice_texture/blah blah blah..

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.