Decompiling custom usecode?
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Decompiling custom usecode?
Is there currently any handy way to decompile custom usecode from mods? UCXT can only be pointed towards the "official" four usecode files from the games and expansions. To be precise, I'm trying to take a look at the source code of Marzo's keyring mod to see an example of how to integrate new dialogue with old from Mariah.
Re: Decompiling custom usecode?
Why don't you just look at the source of the keyring mod? I think the mod comes with uncompiled sources (usually these are *.uc files) in the /src subfolder. If it doesn't come with the source, it's in Exult's source which can be downloaded from the download page. It's in the /content subfolder.
Edit: it doesn't come with the source, you need to download the exult source snapshot.
Edit: it doesn't come with the source, you need to download the exult source snapshot.
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: Decompiling custom usecode?
Just to add another tidbit of information: I have even gone out of my way to make the code readable with the use of symbolic constants and copious comments; trying to disassemble the compiled usecode is not only unnecessary (as the source if freely available), it is worse (because you miss the comments and stuff).
------
Marzo Sette Torres Junior
aka Geometrodynamic Dragon
[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
Marzo Sette Torres Junior
aka Geometrodynamic Dragon
[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
Re: Decompiling custom usecode?
Cool. Now, where might I see your usecode? I haven't been able to find that on your site, and it's not within the downloadable mod. Maybe I am just being oblivious.
Re: Decompiling custom usecode?
Reread what I wrote
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!