Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
确实没有那么多,最好的学习方法是查看 UT3 的源代码和 mods。我建议从 .u 文件导出脚本(目前没有我的链接),以便您可以看到所有 Make Something Unreal Contest mods 的代码。
在这里下载最新的 UT3 源代码:
http://udn.epicgames.com/Files/UT3/Mods/ UT3ScriptSource_1.5.rar
还有一个名为“UnCodeX”的方便程序,可以轻松跟踪 unrealscript 代码。
uncodex.elmuerte.com
还有一个 html 输出选项,我有一个副本(尽管它不是绝对最新版本,它是相当新的)在我的网站上: http://www.aaronash.com /ut3/UT3_UnCodex_v1.3/
UT3 源代码应该足够供您学习,但是祝您好运!
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!