UCC Scripting document on ESGuides

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
marzo
Site Admin
Posts: 1925
Joined: Thu May 14, 2020 1:34 pm

UCC Scripting document on ESGuides

Post by marzo »

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)
------
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]
Tawn
Posts: 15
Joined: Thu May 14, 2020 1:34 pm

Re: UCC Scripting document on ESGuides

Post by Tawn »

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
[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]
marzo
Site Admin
Posts: 1925
Joined: Thu May 14, 2020 1:34 pm

Re: UCC Scripting document on ESGuides

Post by marzo »

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]
drcode
Site Admin
Posts: 2267
Joined: Thu May 14, 2020 1:34 pm

Re: UCC Scripting document on ESGuides

Post by drcode »

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.
Locked