Page 1 of 1

Good Unrealed 1 Scripting Tutorials?

PostPosted: Tue Feb 21, 12 3:44 am
by atrey65789
Anyone know where I could find Some tutorials? I'm looking myself but only find stuff on UDK and all dat.

PostPosted: Tue Feb 21, 12 6:08 am
by Kalman11
Believe me, there's no any good tutorial, u can learn it best if u look into the codes and ask the other coders :)

PostPosted: Tue Feb 21, 12 12:54 pm
by atrey65789
Alrighty then I will do that. :D

PostPosted: Wed Feb 22, 12 6:47 am
by SimonDenton
Learn the basics of coding and then use WOTGreal to learn how to do things like Kalman11 said. I used Unity Scripting Reference. The language is C# but similar to C++. It is a nicely detailed and easily navigational database :)

PostPosted: Wed Feb 22, 12 1:37 pm
by atrey65789
Alrighty, I'll be sure to do that. Thanks! :D

PostPosted: Wed Feb 22, 12 3:17 pm
by ~DJ~
Here's what I've recommended to most people, which was recommended by others to me as well. :P

Open SDK, Press Export All button on Classes tab (located at the bottom)
Now once all the classes are exported, you can now head towards your DeusEx folder and see alot of new folders, these are the exported packages from the SDK. Study packages as best as you can..

also, here's a good topic by Shinobi:

http://www.dxalpha.com/forum/viewtopic.php?t=16480

Be advised that it also states WOTGreal, however I'm not saying not to use it, you should just export all the classes and open those from Notepad (or Notepad++)

Another thing, check out some Tack's tutorials for UScript.
(Scroll to bottom, UnrealScript section)

Tack's link:

http://offtopicproductions.com/tacks/

Good luck mate. :D

PostPosted: Wed Feb 22, 12 9:56 pm
by SimonDenton
Yeah do what ~DJ~ advises, really good links! And yeah changing the shape of the game through modding involves using its coding so understand basic C++ and jump right in! If you are stuck, the guys at the Scripting Society (located in the Modifications forum) will be happy to help! :D

PostPosted: Wed Feb 22, 12 11:23 pm
by atrey65789
Awesome! I appreciate your guys Help! :D

PostPosted: Thu Feb 23, 12 5:41 am
by Kalman11
Hmmmm, C++
Get a book about C++, e.g. Learn C++ in 24hours, I heard it's good for the basics
I'm learning this too (it's very hard lol)

PostPosted: Thu Feb 23, 12 10:24 pm
by atrey65789
Haha I may just look into that. lol

PostPosted: Fri Mar 02, 12 4:08 pm
by Kalman11
If you want to make native codes, check this: http://web.archive.org/web/200104120448 ... ative.html
I could make a simple native class for summing 2 numbers :D