Forums WoW Modding Discussion Modeling [Archive] Texture replace on wmo

[Archive] Texture replace on wmo

[Archive] Texture replace on wmo

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
10-21-2016, 09:49 PM
#11
Archived author: Thoraric • Posted: 2016-10-21T21:49:43+00:00
Original source

Here is an example, The selected part is blue roof, and i want to make it red. Its 68 bytes. So I have to create something which is 68 bytes when selected?

[Image: problem2.thumb.png.fc4e2dad5f238240af8d19ce7f10b5a2.png]
rektbyfaith
10-21-2016, 09:49 PM #11

Archived author: Thoraric • Posted: 2016-10-21T21:49:43+00:00
Original source

Here is an example, The selected part is blue roof, and i want to make it red. Its 68 bytes. So I have to create something which is 68 bytes when selected?

[Image: problem2.thumb.png.fc4e2dad5f238240af8d19ce7f10b5a2.png]

rektbyfaith
Administrator
0
10-21-2016, 10:35 PM
#12
Archived author: Amaroth • Posted: 2016-10-21T22:35:01+00:00
Original source

The far easiest thing to do is just rewrite a single character (or small group of them). Like rewrite KK_STRMWND_ROOF_02 to KK_STRMWND_ROOF_C1, where that 0 > C would mark that texture as your custom version of it and 1 would mark... well, a number. You'd be able to make multiple such textures with similiar and at least somewhat descriptive names.
rektbyfaith
10-21-2016, 10:35 PM #12

Archived author: Amaroth • Posted: 2016-10-21T22:35:01+00:00
Original source

The far easiest thing to do is just rewrite a single character (or small group of them). Like rewrite KK_STRMWND_ROOF_02 to KK_STRMWND_ROOF_C1, where that 0 > C would mark that texture as your custom version of it and 1 would mark... well, a number. You'd be able to make multiple such textures with similiar and at least somewhat descriptive names.

rektbyfaith
Administrator
0
10-22-2016, 12:15 AM
#13
Archived author: Thoraric • Posted: 2016-10-22T00:15:43+00:00
Original source

Ah thanks that actually worked. Gonna try this on a tons of wmo-s from now! This 010 editor can do anything else on the model? Like delete lights or add lights. Or delete that feature which turn the model into other colour because of lightbox. because my model seems pretty in modelviewer but in game just so dark.
rektbyfaith
10-22-2016, 12:15 AM #13

Archived author: Thoraric • Posted: 2016-10-22T00:15:43+00:00
Original source

Ah thanks that actually worked. Gonna try this on a tons of wmo-s from now! This 010 editor can do anything else on the model? Like delete lights or add lights. Or delete that feature which turn the model into other colour because of lightbox. because my model seems pretty in modelviewer but in game just so dark.

rektbyfaith
Administrator
0
10-22-2016, 12:16 AM
#14
Archived author: Thoraric • Posted: 2016-10-22T00:16:47+00:00
Original source

Quote: 3 hours ago, Amaroth said:

The far easiest thing to do is just rewrite a single character (or small group of them). Like rewrite KK_STRMWND_ROOF_02 to KK_STRMWND_ROOF_C1, where that 0 > C would mark that texture as your custom version of it and 1 would mark... well, a number. You'd be able to make multiple such textures with similiar and at least somewhat descriptive names.
And i f i have a model which doesn't contain numbers, like "BARREL" if i change it to BARRER" its going to work? [Image: biggrin.png]
rektbyfaith
10-22-2016, 12:16 AM #14

Archived author: Thoraric • Posted: 2016-10-22T00:16:47+00:00
Original source

Quote: 3 hours ago, Amaroth said:

The far easiest thing to do is just rewrite a single character (or small group of them). Like rewrite KK_STRMWND_ROOF_02 to KK_STRMWND_ROOF_C1, where that 0 > C would mark that texture as your custom version of it and 1 would mark... well, a number. You'd be able to make multiple such textures with similiar and at least somewhat descriptive names.
And i f i have a model which doesn't contain numbers, like "BARREL" if i change it to BARRER" its going to work? [Image: biggrin.png]

rektbyfaith
Administrator
0
10-22-2016, 02:11 AM
#15
Archived author: Thoraric • Posted: 2016-10-22T02:11:13+00:00
Original source

woohoo i made it!! look at the picture [Image: biggrin.png] now i wonder how can i clean up this mess? how to delete those objects to put my decoration? They are part of the wmo not doodad set, because this model doesn't have interior.

[Image: shoffoww.png.a04dc3315abc2a50c24129824ee5951f.png]

[Image: showoff.png.0b46fcfa5abcb341adb4b76fc43caaec.png]
rektbyfaith
10-22-2016, 02:11 AM #15

Archived author: Thoraric • Posted: 2016-10-22T02:11:13+00:00
Original source

woohoo i made it!! look at the picture [Image: biggrin.png] now i wonder how can i clean up this mess? how to delete those objects to put my decoration? They are part of the wmo not doodad set, because this model doesn't have interior.

[Image: shoffoww.png.a04dc3315abc2a50c24129824ee5951f.png]

[Image: showoff.png.0b46fcfa5abcb341adb4b76fc43caaec.png]

rektbyfaith
Administrator
0
10-22-2016, 08:06 AM
#16
Archived author: Amaroth • Posted: 2016-10-22T08:06:51+00:00
Original source

Doodad sets are being set by number keys (on keyboard, NOT on numpack) in Noggit when a WMO is selected. You can see wich doodad set is being used by that WMO in F8-toggled detailed info box. Doodad set 0 is a default set. If you want en empty building, simply find a doodad set which is empty (9 is like always completely empty), or use that default 0 one (commonly contains only things like torches, changeliers and such, and no real furniture and mess and stuff, but there ofc are exceptions).

If doodads kinda refuse to disappear out of that model in game even when you have clearly set model's doodad set to something empty, it means that model has "hardcoded" which doodad set should is always enforced to be used (so settings in ADT file are basically ignored). In such (luckily rare) cases I can't help you.
rektbyfaith
10-22-2016, 08:06 AM #16

Archived author: Amaroth • Posted: 2016-10-22T08:06:51+00:00
Original source

Doodad sets are being set by number keys (on keyboard, NOT on numpack) in Noggit when a WMO is selected. You can see wich doodad set is being used by that WMO in F8-toggled detailed info box. Doodad set 0 is a default set. If you want en empty building, simply find a doodad set which is empty (9 is like always completely empty), or use that default 0 one (commonly contains only things like torches, changeliers and such, and no real furniture and mess and stuff, but there ofc are exceptions).

If doodads kinda refuse to disappear out of that model in game even when you have clearly set model's doodad set to something empty, it means that model has "hardcoded" which doodad set should is always enforced to be used (so settings in ADT file are basically ignored). In such (luckily rare) cases I can't help you.

rektbyfaith
Administrator
0
10-22-2016, 11:59 AM
#17
Archived author: Thoraric • Posted: 2016-10-22T11:59:15+00:00
Original source

Quote: 3 hours ago, Amaroth said:

Doodad sets are being set by number keys (on keyboard, NOT on numpack) in Noggit when a WMO is selected. You can see wich doodad set is being used by that WMO in F8-toggled detailed info box. Doodad set 0 is a default set. If you want en empty building, simply find a doodad set which is empty (9 is like always completely empty), or use that default 0 one (commonly contains only things like torches, changeliers and such, and no real furniture and mess and stuff, but there ofc are exceptions).

If doodads kinda refuse to disappear out of that model in game even when you have clearly set model's doodad set to something empty, it means that model has "hardcoded" which doodad set should is always enforced to be used (so settings in ADT file are basically ignored). In such (luckily rare) cases I can't help you.
Then I merge the indoor and outdoor model delete portal and put doodads down. :/, rip rain on my map [Image: biggrin.png]
rektbyfaith
10-22-2016, 11:59 AM #17

Archived author: Thoraric • Posted: 2016-10-22T11:59:15+00:00
Original source

Quote: 3 hours ago, Amaroth said:

Doodad sets are being set by number keys (on keyboard, NOT on numpack) in Noggit when a WMO is selected. You can see wich doodad set is being used by that WMO in F8-toggled detailed info box. Doodad set 0 is a default set. If you want en empty building, simply find a doodad set which is empty (9 is like always completely empty), or use that default 0 one (commonly contains only things like torches, changeliers and such, and no real furniture and mess and stuff, but there ofc are exceptions).

If doodads kinda refuse to disappear out of that model in game even when you have clearly set model's doodad set to something empty, it means that model has "hardcoded" which doodad set should is always enforced to be used (so settings in ADT file are basically ignored). In such (luckily rare) cases I can't help you.
Then I merge the indoor and outdoor model delete portal and put doodads down. :/, rip rain on my map [Image: biggrin.png]

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)