Resources for UnrealScript [closed]
Asked Answered
P

1

9

Now that the Unreal Development Kit is out and free to use by anyone, I am pretty excited to try it out. My understanding is that the programming is done through scripting in UnrealScript, I am wondering if any of you guys know of any good articles, tutorials, books, and references for Unreal Script or the Unreal Development Kit.

Documentation

Tools

Tutorials

Video Tutorials

Physiognomy answered 12/11, 2009 at 4:39 Comment(2)
I'm converting a UT3 project to UDK and I've been posting several compiler errors I've run into, and the solutions. Check the unrealscript tag and look for my questions. My hope is that they become top Google results and SO becomes a sort of database for UT3->UDK conversion compile errors!Sall
If you google some more specific things you will find tutorials by indie developers and such, I only recall this page: moug-portfolio.info/category/tutorialsAme
F
3

There really isn't that much out there, the best way to learn is by looking through the source code of UT3 and mods for it. I'd recommend exporting script from the .u files (don't have a link on me at the moment) so that you can see the code from all of the Make Something Unreal Contest mods.

Download the latest UT3 source code here: http://udn.epicgames.com/Files/UT3/Mods/UT3ScriptSource_1.5.rar

There's also a handy program called "UnCodeX" that makes it easy to trace unrealscript code. uncodex.elmuerte.com

There's an option for html output too, which I have a copy of (although it's not the absolute latest version, it's pretty recent) on my site: http://www.aaronash.com/ut3/UT3_UnCodex_v1.3/

The UT3 source code should be plenty for you to learn off of however, good luck!

Fling answered 12/11, 2009 at 4:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.