Mp Flashlight

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
User avatar
xGhostlySnowx





Posts: 128
Joined: Fri Jun 30, 2006 6:15 pm
Location: Not where you are!

Mp Flashlight

Post by xGhostlySnowx »

Is there any way to make the flashlight togelable in mp? Parts of my map are dark but you dont need the light all the time... is there any way to do It?
Image
User avatar
Geo
Forum Manager




Illusionist Stylist Advisor Pi
Connoisseur Pyre Socialist Tsunami

Posts: 4404
Joined: Sun Jun 19, 2005 1:01 am
Location: United Kingdom
Contact:

Post by Geo »

You could probably add it to a weapon under a secondary trigger.
Image
For extremely cheap web hosting and domains, PM me. Includes excellent control panel software and instant activation!
User avatar
xGhostlySnowx





Posts: 128
Joined: Fri Jun 30, 2006 6:15 pm
Location: Not where you are!

Post by xGhostlySnowx »

hmm how would i do that... and for every weapon?
Image
User avatar
ali954
Readers Club





Posts: 150
Joined: Mon Oct 11, 2004 1:20 pm
Location: VA
Contact:

Post by ali954 »

script. make it so that when u when u press the white button and the light isnt there it spawn attached to u and when u press it again it deletes
User avatar
xGhostlySnowx





Posts: 128
Joined: Fri Jun 30, 2006 6:15 pm
Location: Not where you are!

Post by xGhostlySnowx »

cool idea.. but i dont know how to do that so ill read up on it... thanks for the reply though didnt think anyone would...will a script like this work over systermlink? also how does it work in sp? lol i have lots of questions...
Image
User avatar
latinomodder





Posts: 1040
Joined: Tue Sep 20, 2005 5:51 pm
Location: Costa Rica

Post by latinomodder »

In SP it works with scripts, compile this in script tools

Code: Select all

(script startup flash_light
(begin
(game_can_use_flashlights True)
))
edit: for toggle id suggest using script zones but thats way to complicated to explain, ill make a tut this weekend.
Image
User avatar
xGhostlySnowx





Posts: 128
Joined: Fri Jun 30, 2006 6:15 pm
Location: Not where you are!

Post by xGhostlySnowx »

thanks for the scipt..... but will it work system link? *I dont know anything about scripts*
Image
User avatar
latinomodder





Posts: 1040
Joined: Tue Sep 20, 2005 5:51 pm
Location: Costa Rica

Post by latinomodder »

idk really but it should, it will if the other guy has the map
Image
User avatar
xGhostlySnowx





Posts: 128
Joined: Fri Jun 30, 2006 6:15 pm
Location: Not where you are!

Post by xGhostlySnowx »

k thanks for all the help
Image
Post Reply