Forums WoW Modding Discussion Retro-Porting [Archive] Importing Armor and Weapons

[Archive] Importing Armor and Weapons

[Archive] Importing Armor and Weapons

rektbyfaith
Administrator
0
06-16-2019, 12:31 AM
#1
Archived author: Addikted • Posted: 2019-06-16T00:31:35+00:00
Original source

I'm trying to import some weapons and armors from MoP to WOTLK

I want to change a WEAPON Texture which is hardcoded:

Texture name hardcoded default:

ITEM\OBJECTCOMPONENTS\WEAPON\LAVATENTACLE.BLP

Texture names I want:

ITEM\OBJECTCOMPONENTS\WEAPON\LAVATENTACLEGREEN.BLP
ITEM\OBJECTCOMPONENTS\WEAPON\LAVATENTACLERED.BLP
ITEM\OBJECTCOMPONENTS\WEAPON\LAVATENTACLEBLUE.BLP

And I'm also trying to import a helmet, looks like this:
[Image: Bnzvq1f.jpg]

Any idea how to solve this?
rektbyfaith
06-16-2019, 12:31 AM #1

Archived author: Addikted • Posted: 2019-06-16T00:31:35+00:00
Original source

I'm trying to import some weapons and armors from MoP to WOTLK

I want to change a WEAPON Texture which is hardcoded:

Texture name hardcoded default:

ITEM\OBJECTCOMPONENTS\WEAPON\LAVATENTACLE.BLP

Texture names I want:

ITEM\OBJECTCOMPONENTS\WEAPON\LAVATENTACLEGREEN.BLP
ITEM\OBJECTCOMPONENTS\WEAPON\LAVATENTACLERED.BLP
ITEM\OBJECTCOMPONENTS\WEAPON\LAVATENTACLEBLUE.BLP

And I'm also trying to import a helmet, looks like this:
[Image: Bnzvq1f.jpg]

Any idea how to solve this?

rektbyfaith
Administrator
0
06-18-2019, 01:12 PM
#2
Archived author: Addikted • Posted: 2019-06-18T13:12:07+00:00
Original source

up
rektbyfaith
06-18-2019, 01:12 PM #2

Archived author: Addikted • Posted: 2019-06-18T13:12:07+00:00
Original source

up

rektbyfaith
Administrator
0
06-18-2019, 06:58 PM
#3
Archived author: wungasaurus • Posted: 2019-06-18T18:58:37+00:00
Original source

Solve what? You didn't actually show what's wrong.
rektbyfaith
06-18-2019, 06:58 PM #3

Archived author: wungasaurus • Posted: 2019-06-18T18:58:37+00:00
Original source

Solve what? You didn't actually show what's wrong.

rektbyfaith
Administrator
0
06-18-2019, 11:52 PM
#4
Archived author: Addikted • Posted: 2019-06-18T23:52:12+00:00
Original source

Quote: 4 hours ago, wungasaurus said:

Solve what? You didn't actually show what's wrong.
I can't fix those problems.

I changed the texture type from hardcoded to anything else using DBC I placed the texture on columns 16-21 (I think was the numbers) but did not work.

I changed the texture name into the .m2 file still did not work.

Added the texture name into the .m2 file still did not work.

And the helmet is not showing properly, why is that? It's placed the same way as Pandaria DBC
rektbyfaith
06-18-2019, 11:52 PM #4

Archived author: Addikted • Posted: 2019-06-18T23:52:12+00:00
Original source

Quote: 4 hours ago, wungasaurus said:

Solve what? You didn't actually show what's wrong.
I can't fix those problems.

I changed the texture type from hardcoded to anything else using DBC I placed the texture on columns 16-21 (I think was the numbers) but did not work.

I changed the texture name into the .m2 file still did not work.

Added the texture name into the .m2 file still did not work.

And the helmet is not showing properly, why is that? It's placed the same way as Pandaria DBC

rektbyfaith
Administrator
0
06-20-2019, 03:21 PM
#5
Archived author: Borealqt • Posted: 2019-06-20T15:21:33+00:00
Original source

Hey man.

You gotta specify more in the weapon problem as i dont think anyone is able to help with that info.

Helmet is showing like that because of the new models. Gear is adapted to new models and thats why it shows like that, to fix it id use the converter you can find in the download section as it fixes that problem afaik, you gotta tick this option. [Image: image.png.08e8c4a825c786c2897efd57cab2ff09.png]

Try that out and update, gl
rektbyfaith
06-20-2019, 03:21 PM #5

Archived author: Borealqt • Posted: 2019-06-20T15:21:33+00:00
Original source

Hey man.

You gotta specify more in the weapon problem as i dont think anyone is able to help with that info.

Helmet is showing like that because of the new models. Gear is adapted to new models and thats why it shows like that, to fix it id use the converter you can find in the download section as it fixes that problem afaik, you gotta tick this option. [Image: image.png.08e8c4a825c786c2897efd57cab2ff09.png]

Try that out and update, gl

rektbyfaith
Administrator
0
06-21-2019, 06:35 PM
#6
Archived author: Addikted • Posted: 2019-06-21T18:35:38+00:00
Original source

Quote: On 6/20/2019 at 12:21 PM, Borealqt said:

Hey man.

You gotta specify more in the weapon problem as i dont think anyone is able to help with that info.

Helmet is showing like that because of the new models. Gear is adapted to new models and thats why it shows like that, to fix it id use the converter you can find in the download section as it fixes that problem afaik, you gotta tick this option. [Image: image.png.08e8c4a825c786c2897efd57cab2ff09.png]

Try that out and update, gl
I got a .m2 that has hardcoded texture 'lavatentacle.blp', I want to change that color to green so how I do that? How do I place 'lavatentaclegreen.blp' instead?

I already converted models with Adspartan Multi converter, not working.
rektbyfaith
06-21-2019, 06:35 PM #6

Archived author: Addikted • Posted: 2019-06-21T18:35:38+00:00
Original source

Quote: On 6/20/2019 at 12:21 PM, Borealqt said:

Hey man.

You gotta specify more in the weapon problem as i dont think anyone is able to help with that info.

Helmet is showing like that because of the new models. Gear is adapted to new models and thats why it shows like that, to fix it id use the converter you can find in the download section as it fixes that problem afaik, you gotta tick this option. [Image: image.png.08e8c4a825c786c2897efd57cab2ff09.png]

Try that out and update, gl
I got a .m2 that has hardcoded texture 'lavatentacle.blp', I want to change that color to green so how I do that? How do I place 'lavatentaclegreen.blp' instead?

I already converted models with Adspartan Multi converter, not working.

rektbyfaith
Administrator
0
07-02-2019, 04:26 PM
#7
Archived author: Addikted • Posted: 2019-07-02T16:26:20+00:00
Original source

up
rektbyfaith
07-02-2019, 04:26 PM #7

Archived author: Addikted • Posted: 2019-07-02T16:26:20+00:00
Original source

up

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)