Scripting

Technical Chatter here.
Post Reply
TheDarkOne555





Posts: 69
Joined: Thu Jul 20, 2006 3:40 am
Contact:

Scripting

Post 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)
---Begin Geek Code Block---
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---

Dont know how to Read Geek Code? Go to
http://www.geekcode.com
User avatar
LuxuriousMeat





Posts: 824
Joined: Thu Nov 03, 2005 6:43 pm
Location: zzzzzzzzzzzzzzzz
Contact:

Post by LuxuriousMeat »

for low gravity but still have gravity use this

Code: Select all

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





Posts: 738
Joined: Mon Oct 03, 2005 1:41 pm
Location: Texas

Post 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) 
)
TheDarkOne555





Posts: 69
Joined: Thu Jul 20, 2006 3:40 am
Contact:

Post 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.
---Begin Geek Code Block---
GAT d->d s+:+>s: a--- C++ !U P L- !E W++
N? o? K? w++++ O--- M- V? PS+++ PE? Y PGP+
t+@ 5? X R tv b++ DI- D++++ G++ e- h!
r-->r--- z
---End Geek Code Block---

Dont know how to Read Geek Code? Go to
http://www.geekcode.com
Post Reply