Project Stealth

Forums => General / Off-Topic => Topic started by: DreadStunLock on August 04, 2011, 09:43:35 PM

Title: UnrealScript
Post by: DreadStunLock on August 04, 2011, 09:43:35 PM
On the par of 1 to 10, how difficult is UnrealScript to learn without having any background knowledge of programming?
Title: Re: UnrealScript
Post by: 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.
Title: Re: UnrealScript
Post by: frvge on August 05, 2011, 12:08:25 AM
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++.
Title: Re: UnrealScript
Post by: DreadStunLock on August 05, 2011, 12:47:13 AM
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.
Title: Re: UnrealScript
Post by: DreadStunLock on August 05, 2011, 12:11:48 PM
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?