• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Code The Unrealscript Introduction Thread

Littlenorwegians

Grizzled Veteran
Aug 10, 2011
170
37
Hey, you thought I would supply the links? I'M LOOKING FOR THEM. :p

So, yeah, I know basically all that UDK has to offer.
Everything from kismet to meshes. I make my own in max. I do work in Photoshop. Know how to mix sound. Draws like a monkey, but that's why I'm into 3d to begin with.

But UnrealScript eludes me. Mutators and such too. I know actionscript and the most basic things, but it's... fractured. OK, so what I want is. An introduction, but also something that gives me gradual info along the way.


Thank you.
- Game developer in training
 
You can purchase the Eat3D Intro to UnrealScript

http://www.eat3d.com/unrealscript

Also check out what they have at 3DBuzz. Google will also show some results for UnrealScript tutorials.

The best resource is probably the UDN website. Just go to www.udk.com and check out the learning resources.

http://udn.epicgames.com/Three/TechnicalHome.html

That should be more than enough to get you guys started. You should then just frequent the forums and the UDKC IRC channel to talk to people and get help.
 
  • Like
Reactions: Munro
Upvote 0
Assuming you haven't found it already:
http://udn.epicgames.com/Three/GettingStartedProgramming.html

Also, for just language structure, if you find anything cheap and easy that teaches you C++ or Java, they are both Object Originated Languages, so very similar in high-level concepts/formats (I guess this also applies to other OOP languages like Ruby or Python)

My understanding is Actionscript is also OOP/semi-OOP, so there should be some similarity in the basics there for you.
 
Upvote 0