Whats the best way to learn?

Topics regarding Scripting with Reality Factory
Post Reply
Ryan
Posts: 161
Joined: Tue May 01, 2007 5:31 am
Location: Tucson Arizona

Whats the best way to learn?

Post by Ryan » Mon Jun 25, 2007 8:45 pm

Hi all!

I would like to start learning how to script in C++ so i can start making my own scripts for RF. How did everybody here learn? Is there anybody here who might be able to teach me some elements of using C++? Any online lessons, tutorials, etc?

Cheers and thanks!
Those who have all the answers, are never up to date on the questions.

User avatar
darksmaster923
Posts: 1857
Joined: Wed Jan 03, 2007 10:32 pm
Location: Huntington Beach, California, USA
Contact:

Post by darksmaster923 » Mon Jun 25, 2007 8:53 pm

the language is not C++. its simkin. you can learn it from dan valeo's ebook or looking at the scripts, experimenting, etc.
Herp derp.

Ryan
Posts: 161
Joined: Tue May 01, 2007 5:31 am
Location: Tucson Arizona

Post by Ryan » Mon Jun 25, 2007 9:43 pm

oh, I thought it was C++ :oops:

Thanks!
Those who have all the answers, are never up to date on the questions.

User avatar
Juutis
Posts: 1511
Joined: Thu Jan 12, 2006 12:46 pm
Location: Finland

Post by Juutis » Tue Jun 26, 2007 10:20 am

I learned it simply by starting to write my own AI. I think that's the best way. Study the manual, the e-book and existing scripts, and most of all, practise writing scripts. You ain't gonna learn anything by reading stuff only. :wink:

You should also start with the easy stuff (obviously) and move on to the more advanced stuff gradually. Like:
1.) Write a script that makes a pawn stand still and play the idle animation
2.) Make the pawn walk along a scriptpoint path
3.) Make it die when damaged
etc...

I haven't been online much lately, but I could probably try to teach some of the basics. Try to learn it on your own first, and if you really don't seem to get it just post here and we'll be happy to help. :)
Pain is only psychological.

Ryan
Posts: 161
Joined: Tue May 01, 2007 5:31 am
Location: Tucson Arizona

Post by Ryan » Wed Jun 27, 2007 6:19 am

Thanks for all the advice!
Those who have all the answers, are never up to date on the questions.

wabogenadod
Posts: 18
Joined: Mon Dec 17, 2012 9:59 pm

Re: Whats the best way to learn?

Post by wabogenadod » Mon Dec 24, 2012 3:30 pm

I find the best way is to try to write a script while referring to the other scripts tO see how its done.
Don't be afraid to make misteaks. On the contray, change the text so that one part doesn't work and see the effect.
Doing this, you'll remember Scripting far faster!!!

Post Reply