Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 4 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request Easy Scripting Tool
Shadowfied Offline
Senior Member

Posts: 261
Threads: 34
Joined: Jul 2010
Reputation: 5
#31
RE: Easy Scripting Tool

(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?
06-28-2011, 07:54 PM
Find
tdelano33 Offline
Junior Member

Posts: 1
Threads: 0
Joined: Jun 2011
Reputation: 0
#32
RE: Easy Scripting Tool

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.
06-28-2011, 08:04 PM
Find
nemesis567 Offline
Posting Freak

Posts: 874
Threads: 65
Joined: May 2011
Reputation: 10
#33
RE: Easy Scripting Tool

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.

Today I dreamt the life I could live forever. You only know that when you feel it for you know not what you like until you've experienced it.
06-28-2011, 08:20 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#34
RE: Easy Scripting Tool

(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, 08:21 PM
Website Find
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#35
RE: Easy Scripting Tool

(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

(This post was last modified: 06-28-2011, 08:25 PM by Kyle.)
06-28-2011, 08:22 PM
Find
nemesis567 Offline
Posting Freak

Posts: 874
Threads: 65
Joined: May 2011
Reputation: 10
#36
RE: Easy Scripting Tool

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.

Today I dreamt the life I could live forever. You only know that when you feel it for you know not what you like until you've experienced it.
06-28-2011, 08:41 PM
Find
DamnNoHtml Offline
Senior Member

Posts: 469
Threads: 34
Joined: Sep 2010
Reputation: 16
#37
RE: Easy Scripting Tool

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!?

Creator of Wake, Through the Portal, Insomnia, and Cycles What to do with HPL3....
(This post was last modified: 06-28-2011, 08:43 PM by DamnNoHtml.)
06-28-2011, 08:42 PM
Find
nemesis567 Offline
Posting Freak

Posts: 874
Threads: 65
Joined: May 2011
Reputation: 10
#38
RE: Easy Scripting Tool

(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?


Today I dreamt the life I could live forever. You only know that when you feel it for you know not what you like until you've experienced it.
06-28-2011, 08:44 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#39
RE: Easy Scripting Tool

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:54 PM
Website Find
DamnNoHtml Offline
Senior Member

Posts: 469
Threads: 34
Joined: Sep 2010
Reputation: 16
#40
RE: Easy Scripting Tool

(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.

Creator of Wake, Through the Portal, Insomnia, and Cycles What to do with HPL3....
(This post was last modified: 06-28-2011, 09:01 PM by DamnNoHtml.)
06-28-2011, 08:57 PM
Find




Users browsing this thread: 3 Guest(s)