cant get downloaded g_warthog to respawn

Discuss stuff related to HaloCE (for modding, go to the HEK General forum).
Post Reply
vote1sanches





Posts: 45
Joined: Fri Dec 16, 2005 7:11 pm

cant get downloaded g_warthog to respawn

Post by vote1sanches »

I can see, drive, destroy, and shoot with the g_warthog downloaded from this site under vehicle tags, but once i blow them up, they never come back. i cant get them to respawn. All the other vehicles in the level do, except these.
User avatar
skyline GT-R
Readers Club





Posts: 130
Joined: Mon Nov 21, 2005 4:04 pm

Post by skyline GT-R »

It's because vehicle damage doesn't sync with multi player, i think there are some scripts that could get it to spawn back currectly.
vote1sanches





Posts: 45
Joined: Fri Dec 16, 2005 7:11 pm

Post by vote1sanches »

how can i do this? I need specifics since i dont know much about scripting.
or send me a link
User avatar
skyline GT-R
Readers Club





Posts: 130
Joined: Mon Nov 21, 2005 4:04 pm

Post by skyline GT-R »

I'm not too sure what the script is.
vote1sanches





Posts: 45
Joined: Fri Dec 16, 2005 7:11 pm

Post by vote1sanches »

if you can find out what kind of script needed that'd be great. this is the only hold-up left on my map now. ive worked out all the others.
User avatar
skyline GT-R
Readers Club





Posts: 130
Joined: Mon Nov 21, 2005 4:04 pm

Post by skyline GT-R »

You could just disable the g hog from destroying all together.
vote1sanches





Posts: 45
Joined: Fri Dec 16, 2005 7:11 pm

Post by vote1sanches »

Ok ive mde a simple script already.

(script continuous test
(object_destroy a)
(sleep 200)
(object_create a)
(object_destroy b)
(sleep 200)
(object_create b)
(object_destroy c)
(sleep 200)
(object_create c)
(object_destroy d)
(sleep 200)
(object_create d)
(object_destroy e)
(sleep 200)
(object_create e)
(object_destroy f)
(sleep 200)
(object_create f)
(object_destroy g)
(sleep 200)
(object_create g)
(object_destroy h)
(sleep 200)
(object_create h)
(object_destroy i)
(sleep 200)
(object_create i)
(sleep 2400)
)

which works mostly, but sometimes the vehicle re-creates before the damaged hull (created as another vehicle) disapeares from the old warthog, and the new one bounces off it and blows up due to damgae.
Also, when you try to join my level as a non-server, the warthogs sometimes dont destroy, and the newly created warthog appear to bounce into the air, and blow up randomly.
Post Reply