UnrealScript

Started by DreadStunLock, August 04, 2011, 09:43:35 PM

Previous topic - Next topic

DreadStunLock

On the par of 1 to 10, how difficult is UnrealScript to learn without having any background knowledge of programming?

LennardF1989

The language itself, not so much. Properly applying it, yes, as with any language. You'll probably have a hard time getting how UnrealScript actually hooks into the game. PlayerInput, PlayerController, HUD, GameInfo, etc.

frvge

I'd say start with something simpler. Still haven't wrapped my head around UScript myself and I'm basically fluent in Javascript and PHP and also partly C++.
Quote from: savior2006SCDA has more bugs than a rain forest.
Quote
Treat your customers with respect you make more customers. Treat your customers like pirates, you make more pirates.

DreadStunLock

Morten gave me cpp.net to learn, so far it goes really interesting, even few stuff such as difference between hardware and software really got me hooked in, though I need to stay on Concept Artist area, I probably will have to ditch gaming and use programming as a break :P Cheers for that peeps.

DreadStunLock

Quote from: LennardF1989 on August 05, 2011, 12:00:34 AM
The language itself, not so much. Properly applying it, yes, as with any language. You'll probably have a hard time getting how UnrealScript actually hooks into the game. PlayerInput, PlayerController, HUD, GameInfo, etc.

Sorry for double post, any particular websites you can give me a link of for UnrealScript?