Frictional Games Forum (read-only)

Full Version: Scripting needs to become easier!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This whole variables. Onstart. function stuff is soo confusing. Cant sumone just make a video on youtube with a basic tutorial and make more tutorials for that kind of stuff cuz reading it is just even more confusing.


Would u like to see a tutorial made on youtube. Im not going to be the one to make one cuz i need a tutorial badly. If some one sees this and sees a lot of people needing help on these tutorials maybe they might just make a tutorial for us and put it on youtube. so do you want a tutorial Yes or No.
They have. Try here.
(04-23-2011, 07:47 PM)DominusVita Wrote: [ -> ]They have. Try here.

Yah i know about those vids. Im talking about like where to place scripts. What order to put them in and stuff. That is just really really confusing.
The scripting IS easy. All it takes is a bit of effort to learn the basics. Once you know those, you can do a whole lot.

Don't forget they're a very small indie team. You can't expect them to make a drag-and-drop, visual scripting thingie just for the community.
Besides, it's fine like this. Smile

EDIT: also.. Video tutorials for learning how to script.. How silly is that? ^^
A well-written text is all you need.
I personally LOVE scripting. Big Grin

I'd say I script about 3 hours per day. Well, for my custom story... Smile
My best advice is ask the more experienced. Check the makers of some of the more notable custom stories like Russ Money's recent Full version of La Caza, Anxt is still in the process of chapter 2 for abduction. Just ask around. Scripting can be tricky if you've never handled javascript, HTML, or any other type of coding for that matter.

If you have specific questions on the scripting, ask them(or me, though my coding knowledge is somewhat limited).
In scripting, It's just like driving a car for the first time: You make a little start, learn the basics And from there, you go on and learn more about it.
Get some basic information about C++ or look at the script and what it does ingame. These scripts are pretty easy to understand if you know the basics of C++.
You may have a look on the wiki: http://wiki.frictionalgames.com/hpl2/start
There's everything well explained, but you have to put some time into learning all this. I think you'll need at least some hours / days to understand how the scripts are working.
I'm a relatively new, unexperienced scripter. I have only the following advice: Look at existing script that you know what it does and learn from it.

You'll get better the more you come to understand and then you can start getting creative.
Scripting is easy! It just takes practice. Eventually you'll be able to do great things with scripts! You just need to be assertive and go out and learn. Find tutorials, open other peoples' scripts (including the scripts for the main storyline) and read them! They're annotated so you'll know what section of script does what. It's like studying for math. You have to DO something before you can get it right, yknow? Smile

It's better to make a broken script and then fix it than to make no script!
Pages: 1 2