I read SOL's tut, so I get the gist of it, but he barely touches on what most tutorials elaborate fully on- what things you can do. So, basically I'm stuck with taking away gravity to maps.
But now I realize I can't even do that. I don't know how the script compiler works. I've toyed with it, but I never knew what I was doing, where I was injecting, anything. Could someone just give me a step-by-step guide that starts with opening the map and ends with a fully injected script where it's supposed to be that works? Thanks.
help with compiling script
Heres how to compile the zero grav script(all others will work the same way)
1.)Open your map in entity
2.)Click plugins then script compiler
3.)Enter this code into the textbox exactly as shown(if theres a mistake it wont compile)
4.)Hit compile scripts
5.)Resign and play the map
1.)Open your map in entity
2.)Click plugins then script compiler
3.)Enter this code into the textbox exactly as shown(if theres a mistake it wont compile)
Code: Select all
(script startup uber_gravity_hack
(begin
(physics_set_gravity 0)
)
)
5.)Resign and play the map
-
- Posts: 1063
- Joined: Mon May 09, 2005 7:31 am
- Location: DHA , SA Team: Liquid Metal Knowledge: Excellent Your Mom?: Yes
- Contact:
![]() |
Wow! Two People that I haven't seen in months!
Shade! Where have you been! Gah the community misses you!
N64! What happned to you? Did you happen to stumble off a cliff and take months to get back to the top and to your computer?
You two have been gone LONG Hope to see you two return!
-Doom
Shade! Where have you been! Gah the community misses you!
N64! What happned to you? Did you happen to stumble off a cliff and take months to get back to the top and to your computer?

You two have been gone LONG Hope to see you two return!
-Doom

Sig over three lines of text. <--- lik wtf? mods make my sig 4 lines of text, then they letz tis slide as GTAF says, and den dey delete it? likwtf?
I know, I've been gone for a while, but I'm back. summer's never been a good time for me because my family and I drive around 1,200 miles on various trips, which we do not bring any competent computers to. But I'm back and very interested in the power of scripting, and I'll find a way to work it between school and homework.
SOL's tut also comes with some text files. Is one a list of pre-defined commands? That would help immensely.
SOL's tut also comes with some text files. Is one a list of pre-defined commands? That would help immensely.