Frictional Games Forum (read-only)

Full Version: Easy Scripting Tool
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(06-28-2011, 07:35 PM)Tanshaydar Wrote: [ -> ]
(06-28-2011, 07:21 PM)Russ Money Wrote: [ -> ]Well, I didn't actually type out code when I made my story. I copy and pasted everything from the wiki and from my map files.

Actually notepad++ has a nice feature that allow you to see list of the functions with one single letter. Just one letter, not even ctrl+c a/o ctrl+v.

How do you use / enable this feature?
I think that this is a great idea. The sample you made for spawning enemies is very helpful and would make scripting less intimidating for many people.
If you want to be limited, then go ahead, use the program. Ok, I admit it may be good for begginers, but they will be begginers for the rest of their lives if they use the program. I can script anything faster than using the tools buttons by the way, me and others.
(06-28-2011, 07:54 PM)Shadowfied Wrote: [ -> ]How do you use / enable this feature?

http://wiki.frictionalgames.com/hpl2/thi...xt/notepad
(06-28-2011, 07:46 PM)xtron Wrote: [ -> ]I would probably donate (DONATE NOT BUY) to DamnNoHtml for making sucha program that helps the beginners. I know that scripting is easy but the ones who's hard learned maybe want it a little easier.

Good luck btw Smile
Oh and btw DamnNoHtml just pm me if you need any ideas or anything Tongue I'd love to help yah out.

All this scripting is just premade functions and a pinch of C++. C++ can be hard sometimes, but to know it makes this even more easy. Tongue

You only need to know a handful of commands from C++. But I do have to say that having a program like that could be fun to mess around with.

@Nemesis567;

I agree completely. I mesmerized most of the functions in the wiki (accidently Tongue ) by just making so many scripts. XD
C++ is a lot more complicated than this kind of scripting. You have to care about classes, pointers and much more. This is a very simple in which you just use functions, nothing else.
Oh well, everyone is kind of being an elitist "I know how to code, I will have none of this for the lesser beings" dick so there's no point in putting effort into it.
(06-28-2011, 08:41 PM)nemesis567 Wrote: [ -> ]C++ is a lot more complicated than this kind of scripting. You have to care about classes, pointers and much more. This is a very simple in which you just use functions, nothing else.

I didn't know Frictional Games invented for loops!?
(06-28-2011, 08:42 PM)DamnNoHtml Wrote: [ -> ]Oh well, everyone is kind of being an elitist "I know how to code, I will have none of this for the lesser beings" dick so there's no point in putting effort into it.
(06-28-2011, 08:41 PM)nemesis567 Wrote: [ -> ]C++ is a lot more complicated than this kind of scripting. You have to care about classes, pointers and much more. This is a very simple in which you just use functions, nothing else.

I didn't know Frictional Games invented for loops!?

What do you mean?

You are being so rude while everyone else is stating their very own opinion. No one has to agree, if you want to do it, then do it, no one has to like it.
(06-28-2011, 08:44 PM)nemesis567 Wrote: [ -> ]
(06-28-2011, 08:42 PM)DamnNoHtml Wrote: [ -> ]Oh well, everyone is kind of being an elitist "I know how to code, I will have none of this for the lesser beings" dick so there's no point in putting effort into it.
(06-28-2011, 08:41 PM)nemesis567 Wrote: [ -> ]C++ is a lot more complicated than this kind of scripting. You have to care about classes, pointers and much more. This is a very simple in which you just use functions, nothing else.

I didn't know Frictional Games invented for loops!?

What do you mean?

I meant something as simple as a For loop is something that isn't a function they can just stick in there somewhere. They need to actually know how to use it. Granted, you can Google that and find out in 5 seconds but its just an example that not everything is just cut and paste.
(06-28-2011, 08:54 PM)Tanshaydar Wrote: [ -> ]You are being so rude while everyone else is stating their very own opinion. No one has to agree, if you want to do it, then do it, no one has to like it.

...what? I was trying to help people who don't know how to code, but everyone just shot me down. In what kind of bizzarro world does that make me rude?
(06-28-2011, 07:38 PM)xiphirx Wrote: [ -> ]Also, I believe you can set it so that you can tabout the function by just typing the first few characters and hitting tab.

It would take you more time to write a super high level tool, than just sit down and script.

I wasn't even making it for myself, I am very proficient in C++ and wouldn't even use my own program. Again, it was for people who have no idea how to code.
Pages: 1 2 3 4 5