To those are struggling with UCC scripting: I compiled a document containing all current script commands that UCC uses with descriptions. I based on what I could find in the Exult source. I also compiled a list of all opcodes used by the UI_execute_usecode_array and UI_delayed_execute_usecode_array intrinsics, with a small guide on how to convert from these two to UCC scripts.
It is the first draft, but I don't think that it is way off base. If you find any errors, I would appreciate you letting me know it!
The guide is at ESGuides; the direct ulr is:
http://www.wiredentertainment.net/exult ... &Itemid=18
(Edit by Dominus:url corrected)
UCC Scripting document on ESGuides
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
UCC Scripting document on ESGuides
------
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: UCC Scripting document on ESGuides
Hi Marzo,
You guide is excellent and is a lot of help to me.
Keep up the good work!
Just one thing, the above URL is missing an "8" at the end so it doesn't display properly. The correct link is:
http://www.wiredentertainment.net/exult ... &Itemid=18
You guide is excellent and is a lot of help to me.
Keep up the good work!
Just one thing, the above URL is missing an "8" at the end so it doesn't display properly. The correct link is:
http://www.wiredentertainment.net/exult ... &Itemid=18
[center][b]Exult Studio Guides[/b]
[url=http://esguides.com]ESGuides.com[/url]
- Studio and Usecode Guides -
- Mods and Patches Repository -
Usecode for Dummies - Chapter 3 - Now Available [/center]
[url=http://esguides.com]ESGuides.com[/url]
- Studio and Usecode Guides -
- Mods and Patches Repository -
Usecode for Dummies - Chapter 3 - Now Available [/center]
Re: UCC Scripting document on ESGuides
Heh, thanks for the correction (and thanks to Dominus for editting the post too!).
------
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: UCC Scripting document on ESGuides
Thanks! It's been so long since I worked on this stuff that I'd forgotten most of it, and I found the guide to be a really good review.