Page 1 of 1

Scripting

Posted: Mon Sep 18, 2006 8:46 pm
by TheDarkOne555
Hey! Long time no See! I missed HaloMods, except for Tural...

Anyways, im gettin' into scripting and i want to know how to alter gravity. It shouldn't be that complicated. After i applied the LowGrav Serenity Patch to Terminal, i opened it up in Script Decomplier to check out the code, but it crashed :?

Also, i wanna make it so when you get a head shot, you explode (like Grunt Birthday Party Skull)

Posted: Mon Sep 18, 2006 11:19 pm
by LuxuriousMeat
for low gravity but still have gravity use this

Code: Select all

(script startup low_grav
(begin
(physics_set_gravity .5)
))

Posted: Tue Sep 19, 2006 3:46 am
by slayer410
Well if you using the compiler, your going to want to do this-

Code: Select all

(script startup low_grav 
(physics_set_gravity .5) 
)

Posted: Wed Sep 20, 2006 3:56 pm
by TheDarkOne555
Do they make something that adds the Chunk and stuff for you? All i want to have to do is type in the script in the Entity Script Compiler and have it inject it and everything for me.