Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] Okay, and how would you suggest I fix that?

[DiscordArchive] Okay, and how would you suggest I fix that?

[DiscordArchive] Okay, and how would you suggest I fix that?

Pages (5): Previous 1 2 3 4 5 Next
rektbyfaith
Administrator
0
06-08-2021, 02:46 PM
#31
Archived author: RektByFaith • Posted: 2021-06-08T14:46:38.169000+00:00
Original source

Tried -- and - for the debug
[Image: unknown.png?ex=690c0c0d&is=690aba8d&hm=5...fc2e719ad&]
rektbyfaith
06-08-2021, 02:46 PM #31

Archived author: RektByFaith • Posted: 2021-06-08T14:46:38.169000+00:00
Original source

Tried -- and - for the debug
[Image: unknown.png?ex=690c0c0d&is=690aba8d&hm=5...fc2e719ad&]

rektbyfaith
Administrator
0
06-08-2021, 02:47 PM
#32
Archived author: Willzor • Posted: 2021-06-08T14:47:07.002000+00:00
Original source

Thats the only way i know how to enable debug, so im out of ideas on that.
rektbyfaith
06-08-2021, 02:47 PM #32

Archived author: Willzor • Posted: 2021-06-08T14:47:07.002000+00:00
Original source

Thats the only way i know how to enable debug, so im out of ideas on that.

rektbyfaith
Administrator
0
06-08-2021, 02:47 PM
#33
Archived author: RektByFaith • Posted: 2021-06-08T14:47:27.275000+00:00
Original source

No worries, appreciate it mate
rektbyfaith
06-08-2021, 02:47 PM #33

Archived author: RektByFaith • Posted: 2021-06-08T14:47:27.275000+00:00
Original source

No worries, appreciate it mate

rektbyfaith
Administrator
0
06-08-2021, 02:48 PM
#34
Archived author: stoneharry • Posted: 2021-06-08T14:48:54.311000+00:00
Original source

You can see it outputs `Extract <Map Name> <ADT>` - find where it does that in the code, then look at what methods it is calling. You can add more logging statements to see how far it gets and what it crashes on. Once you know where it crashes you can then figure out how to fix it - which might be hard, but at least then people know where to help you instead of asking us to triage it for you.
rektbyfaith
06-08-2021, 02:48 PM #34

Archived author: stoneharry • Posted: 2021-06-08T14:48:54.311000+00:00
Original source

You can see it outputs `Extract <Map Name> <ADT>` - find where it does that in the code, then look at what methods it is calling. You can add more logging statements to see how far it gets and what it crashes on. Once you know where it crashes you can then figure out how to fix it - which might be hard, but at least then people know where to help you instead of asking us to triage it for you.

rektbyfaith
Administrator
0
06-08-2021, 02:51 PM
#35
Archived author: Toggy • Posted: 2021-06-08T14:51:22.876000+00:00
Original source

43284, 0, 0, 0, 5, 0, 100, 0 , 0, 0, 0, 0, 43285, 33, 43285, 0, 0, 0 , 0 ,0, 2 , 0, 0 , 0 , 0, 0 , 0, 0, 0 kill credit
^what i ended up with, isnt working like i intend or at all really. if you could help me figure out where i went wrong
rektbyfaith
06-08-2021, 02:51 PM #35

Archived author: Toggy • Posted: 2021-06-08T14:51:22.876000+00:00
Original source

43284, 0, 0, 0, 5, 0, 100, 0 , 0, 0, 0, 0, 43285, 33, 43285, 0, 0, 0 , 0 ,0, 2 , 0, 0 , 0 , 0, 0 , 0, 0, 0 kill credit
^what i ended up with, isnt working like i intend or at all really. if you could help me figure out where i went wrong

rektbyfaith
Administrator
0
06-08-2021, 02:53 PM
#36
Archived author: RektByFaith • Posted: 2021-06-08T14:53:56.827000+00:00
Original source

So.... ./mapextractor -e 1 1_1 basically?
[Image: unknown.png?ex=690c0dc4&is=690abc44&hm=9...18a57d0b7&]
rektbyfaith
06-08-2021, 02:53 PM #36

Archived author: RektByFaith • Posted: 2021-06-08T14:53:56.827000+00:00
Original source

So.... ./mapextractor -e 1 1_1 basically?
[Image: unknown.png?ex=690c0dc4&is=690abc44&hm=9...18a57d0b7&]

rektbyfaith
Administrator
0
06-08-2021, 02:54 PM
#37
Archived author: RektByFaith • Posted: 2021-06-08T14:54:50.383000+00:00
Original source

I'm not sure where to put this. I'd be glad to for you.
rektbyfaith
06-08-2021, 02:54 PM #37

Archived author: RektByFaith • Posted: 2021-06-08T14:54:50.383000+00:00
Original source

I'm not sure where to put this. I'd be glad to for you.

rektbyfaith
Administrator
0
06-08-2021, 02:55 PM
#38
Archived author: Foe • Posted: 2021-06-08T14:55:06.825000+00:00
Original source

You have to add prints in the extractor source
rektbyfaith
06-08-2021, 02:55 PM #38

Archived author: Foe • Posted: 2021-06-08T14:55:06.825000+00:00
Original source

You have to add prints in the extractor source

rektbyfaith
Administrator
0
06-08-2021, 02:55 PM
#39
Archived author: Foe • Posted: 2021-06-08T14:55:10.460000+00:00
Original source

Then recompile
rektbyfaith
06-08-2021, 02:55 PM #39

Archived author: Foe • Posted: 2021-06-08T14:55:10.460000+00:00
Original source

Then recompile

rektbyfaith
Administrator
0
06-08-2021, 02:55 PM
#40
Archived author: stoneharry • Posted: 2021-06-08T14:55:13.810000+00:00
Original source

It just involves reading the code. A lot of it is human readable without needing to understand what it is doing in depth
rektbyfaith
06-08-2021, 02:55 PM #40

Archived author: stoneharry • Posted: 2021-06-08T14:55:13.810000+00:00
Original source

It just involves reading the code. A lot of it is human readable without needing to understand what it is doing in depth

Pages (5): Previous 1 2 3 4 5 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)