Forums WoW Modding Discussion Modeling [Archive] Make OBJTOM2 M2 work with Legion.

[Archive] Make OBJTOM2 M2 work with Legion.

[Archive] Make OBJTOM2 M2 work with Legion.

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
12-12-2016, 12:50 PM
#1
Archived author: XodusArt2 • Posted: 2016-12-12T12:50:43+00:00
Original source

Hi, to communicate my issue as best as I can, I'll start by saying this, I'm modding only the latest expansions every time, and that is because I believe progress is forward, not backward.

This issue; ObjtoM2 used to convert Objects into Wrath of the Lich King M2 format, which it still does.

All you had to do in 010 editor was use the LKtoCata script, and it would work with WoD, Cata, MoP etc.

Not working with Legion, I've tried it, and yes I added the MD21 prefix, nothing works.
rektbyfaith
12-12-2016, 12:50 PM #1

Archived author: XodusArt2 • Posted: 2016-12-12T12:50:43+00:00
Original source

Hi, to communicate my issue as best as I can, I'll start by saying this, I'm modding only the latest expansions every time, and that is because I believe progress is forward, not backward.

This issue; ObjtoM2 used to convert Objects into Wrath of the Lich King M2 format, which it still does.

All you had to do in 010 editor was use the LKtoCata script, and it would work with WoD, Cata, MoP etc.

Not working with Legion, I've tried it, and yes I added the MD21 prefix, nothing works.

rektbyfaith
Administrator
0
12-12-2016, 01:24 PM
#2
Archived author: Skarn • Posted: 2016-12-12T13:24:24+00:00
Original source

Of course, it is possible. I just don't get what exactly you want to do.
rektbyfaith
12-12-2016, 01:24 PM #2

Archived author: Skarn • Posted: 2016-12-12T13:24:24+00:00
Original source

Of course, it is possible. I just don't get what exactly you want to do.

rektbyfaith
Administrator
0
12-12-2016, 01:41 PM
#3
Archived author: XodusArt2 • Posted: 2016-12-12T13:41:50+00:00
Original source

As for the renderflag issue, it's just due to me combining a character M2 with an armor M2, anyway, fixed.

I only needed a script because there was so many flags to tick.

Well, I don't wanna toss away this thread, so let's change it into something useful for others too..

How do I make an ObjtoM2 M2 compatable with Legion? I've tried this ~

Convert Obj to M2 the same way as usual

Open in 010 editor and run LKtoCata script on skin and m2, add legion prefix, open m2 template and set renderflags, open game and it crashes when I enter world.
rektbyfaith
12-12-2016, 01:41 PM #3

Archived author: XodusArt2 • Posted: 2016-12-12T13:41:50+00:00
Original source

As for the renderflag issue, it's just due to me combining a character M2 with an armor M2, anyway, fixed.

I only needed a script because there was so many flags to tick.

Well, I don't wanna toss away this thread, so let's change it into something useful for others too..

How do I make an ObjtoM2 M2 compatable with Legion? I've tried this ~

Convert Obj to M2 the same way as usual

Open in 010 editor and run LKtoCata script on skin and m2, add legion prefix, open m2 template and set renderflags, open game and it crashes when I enter world.

rektbyfaith
Administrator
0
12-12-2016, 05:59 PM
#4
Archived author: Rangorn • Posted: 2016-12-12T17:59:06+00:00
Original source

did you know you have to add the SFID chunk in the end of the m2 ?

The SFID chunk depends of the number of skins you have (1 to 4) and point to filedata id for each skin

You can't really add M2 in Legion, you can only swap.
rektbyfaith
12-12-2016, 05:59 PM #4

Archived author: Rangorn • Posted: 2016-12-12T17:59:06+00:00
Original source

did you know you have to add the SFID chunk in the end of the m2 ?

The SFID chunk depends of the number of skins you have (1 to 4) and point to filedata id for each skin

You can't really add M2 in Legion, you can only swap.

rektbyfaith
Administrator
0
12-12-2016, 07:13 PM
#5
Archived author: Skarn • Posted: 2016-12-12T19:13:41+00:00
Original source

Quote: 1 hour ago, Rangorn said:

You can't really add M2 in Legion, you can only swap.
Really? New files do not work? It is pointless to mod it then.
rektbyfaith
12-12-2016, 07:13 PM #5

Archived author: Skarn • Posted: 2016-12-12T19:13:41+00:00
Original source

Quote: 1 hour ago, Rangorn said:

You can't really add M2 in Legion, you can only swap.
Really? New files do not work? It is pointless to mod it then.

rektbyfaith
Administrator
0
12-12-2016, 07:38 PM
#6
Archived author: Rangorn • Posted: 2016-12-12T19:38:44+00:00
Original source

if there is a way to modify the whole CASC system and include a custom root, modding can be possible.

Saddly, modifying the CAS System isn't a thing i can do for the moment, too complicated.
rektbyfaith
12-12-2016, 07:38 PM #6

Archived author: Rangorn • Posted: 2016-12-12T19:38:44+00:00
Original source

if there is a way to modify the whole CASC system and include a custom root, modding can be possible.

Saddly, modifying the CAS System isn't a thing i can do for the moment, too complicated.

rektbyfaith
Administrator
0
12-13-2016, 06:35 AM
#7
Archived author: Skarn • Posted: 2016-12-13T06:35:25+00:00
Original source

Quote: 10 hours ago, Rangorn said:

if there is a way to modify the whole CASC system and include a custom root, modding can be possible.

Saddly, modifying the CAS System isn't a thing i can do for the moment, too complicated.
What about directory reading? Was it removed in Legion?
rektbyfaith
12-13-2016, 06:35 AM #7

Archived author: Skarn • Posted: 2016-12-13T06:35:25+00:00
Original source

Quote: 10 hours ago, Rangorn said:

if there is a way to modify the whole CASC system and include a custom root, modding can be possible.

Saddly, modifying the CAS System isn't a thing i can do for the moment, too complicated.
What about directory reading? Was it removed in Legion?

rektbyfaith
Administrator
0
12-13-2016, 12:17 PM
#8
Archived author: XodusArt2 • Posted: 2016-12-13T12:17:50+00:00
Original source

Woah, what?

Is it possible to do them with m2modder then? Even the static M2s?
rektbyfaith
12-13-2016, 12:17 PM #8

Archived author: XodusArt2 • Posted: 2016-12-13T12:17:50+00:00
Original source

Woah, what?

Is it possible to do them with m2modder then? Even the static M2s?

rektbyfaith
Administrator
0
12-13-2016, 12:56 PM
#9
Archived author: luzifix • Posted: 2016-12-13T12:56:47+00:00
Original source

Quote: 17 hours ago, Rangorn said:

if there is a way to modify the whole CASC system and include a custom root, modding can be possible.

Saddly, modifying the CAS System isn't a thing i can do for the moment, too complicated.
For Modding you dont need modify CASC, place you files in the wow dir and start the modded exe [Image: smile.png]
rektbyfaith
12-13-2016, 12:56 PM #9

Archived author: luzifix • Posted: 2016-12-13T12:56:47+00:00
Original source

Quote: 17 hours ago, Rangorn said:

if there is a way to modify the whole CASC system and include a custom root, modding can be possible.

Saddly, modifying the CAS System isn't a thing i can do for the moment, too complicated.
For Modding you dont need modify CASC, place you files in the wow dir and start the modded exe [Image: smile.png]

rektbyfaith
Administrator
0
12-13-2016, 01:04 PM
#10
Archived author: XodusArt2 • Posted: 2016-12-13T13:04:25+00:00
Original source

HOW THE HELL DO I DO IT THEN? The man is half right ,you definitely can't upconvert Objtom2 M2s to Legion....
rektbyfaith
12-13-2016, 01:04 PM #10

Archived author: XodusArt2 • Posted: 2016-12-13T13:04:25+00:00
Original source

HOW THE HELL DO I DO IT THEN? The man is half right ,you definitely can't upconvert Objtom2 M2s to Legion....

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