We've already established that its possible to do in halo. Scripting makes just about anything possible. Also the explosion would be easy.
(if (volume_test_objects)
(effect_new)
)
And we just discussed how to do color with perms.
L2Read
Printable View
We've already established that its possible to do in halo. Scripting makes just about anything possible. Also the explosion would be easy.
(if (volume_test_objects)
(effect_new)
)
And we just discussed how to do color with perms.
L2Read
um...
there are plenty of viable workarounds.
we actually have a custom model and skin
arby has it working
yeah i know, i didnt name the functions correctly and my syntax is probably fucked too. i havent scripted for halo in like... a year. bite me.Code:global playernum
global dude
(script continuous colorchange
(if unit_has_weapon (unit (list_get (players) playernum)) "weapons\bomb\bomb"
(dude = (unit (list_get (players) playernum)))
(unit_set_permutation "orange" dude)
)
)
(script continuous playerinc
(if playernum < 15
(playernum += 1)
)
else
(
playernum = 0
)
)
you may be right, but who said we are trying to 1up halo 3? we are improvising on an 8 year old engine to recreate a popular game. the idea is to give people access to the gametype who dont have halo 3, or just want to play with some friends.
or maybe we just did it to see if it was possible. what does it matter? the point is that we DID it and it WORKS.
disclaimer: some functions of Sigma's Grifball may not work 100% correctly. by playing this map, you give up all rights to sue us for any personal injury, mental or physical, that may occur on our grifball court.
here's a logo i found for grifball
(i didn't make though)
http://img3.imageshack.us/img3/594/grifball.jpg
(this would be a cool loading screen for the map it is finally released on!!)
All kinds of maps could be made for the grifball gametype. If this gametype is a success, it could get me back into mapping.
Fuck, even I could make a griffball map. :o
could you make a good one?:p
it depends what kind of map people want, if they want foundry i can try- but don't expect brilliance
(although i do have the tags from h3mt-narrows..)
LOL, the rebirth of boxmaps in a glorious way.