Tuesday, March 19, 2013

Unreal Script

Been a while since I've posted anything, but things have been busy for the past few months. Between contracts and family obligations I'm finally finding the time to work on my own project and dive head first into some Unreal Script.

Right off the bat I've forgotten how complicated it can be to learn this stuff, since I haven't used it in a while. Thankfully it's mainly C / C++ so it's a familiar language, but learning all the classes, or at least the classes I need is daunting. It's pretty much Class extends Class extends UTClass extends UDKClass extends Class extends Actor extends Object, heheh :)

I'm certainly appreciating how much a well setup IDE can benefit the learning process, so I think I'll track one down for .uc files to speed things up.

I'll have more updates later on my progress.