[DiscordArchive] Okay, and how would you suggest I fix that?
[DiscordArchive] Okay, and how would you suggest I fix that?
![[Image: unknown.png?ex=690c0c0d&is=690aba8d&hm=5...fc2e719ad&]](https://cdn.discordapp.com/attachments/415944535718494208/851834611562053672/unknown.png?ex=690c0c0d&is=690aba8d&hm=543eec31928f35d5c2cf5c7ef653d6b404374b9c8d9836c8a2d5584fc2e719ad&)
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&]](https://cdn.discordapp.com/attachments/415944535718494208/851834611562053672/unknown.png?ex=690c0c0d&is=690aba8d&hm=543eec31928f35d5c2cf5c7ef653d6b404374b9c8d9836c8a2d5584fc2e719ad&)
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.
Archived author: RektByFaith • Posted: 2021-06-08T14:47:27.275000+00:00
Original source
No worries, appreciate it mate
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.
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
![[Image: unknown.png?ex=690c0dc4&is=690abc44&hm=9...18a57d0b7&]](https://cdn.discordapp.com/attachments/415944535718494208/851836450882322432/unknown.png?ex=690c0dc4&is=690abc44&hm=9bb1bff0c86bdcb24f0816e1f686b85e10848af34cae8eac0a27ba618a57d0b7&)
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&]](https://cdn.discordapp.com/attachments/415944535718494208/851836450882322432/unknown.png?ex=690c0dc4&is=690abc44&hm=9bb1bff0c86bdcb24f0816e1f686b85e10848af34cae8eac0a27ba618a57d0b7&)
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.
Archived author: Foe • Posted: 2021-06-08T14:55:06.825000+00:00
Original source
You have to add prints in the extractor source
Archived author: Foe • Posted: 2021-06-08T14:55:10.460000+00:00
Original source
Then recompile
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