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!
Whats the best way to learn?
Whats the best way to learn?
Those who have all the answers, are never up to date on the questions.
- darksmaster923
- Posts: 1857
- Joined: Wed Jan 03, 2007 10:32 pm
- Location: Huntington Beach, California, USA
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.
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.
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.
-
- Posts: 18
- Joined: Mon Dec 17, 2012 9:59 pm
Re: Whats the best way to learn?
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!!!
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!!!