Search results

  1. M

    Some Idiot's Halo 4 mods. (WIP)

    I tested it for a few games now and everything works as intended for me except OD flag grabs will always cuase the game to play the Enemyflagtaken sound which means that OD grabs always return a false on (%flagTeam == $CurrentTeam). Anyway, I uploaded the necessary .cs files to pastebin as of...
  2. M

    Some Idiot's Halo 4 mods. (WIP)

    woot. thank you very much. will test this evening. edit: that ninja.
  3. M

    Some Idiot's Halo 4 mods. (WIP)

    see above. My goal is to have the game play a different sound when the player's flag is taken. Brief summary: I'd like to edit the following section of live\client\scripts\message.cs: addMessageCallback("MsgCtfFlagGrab", handleMsgCtfFlagGrab); function handleMsgCtfFlagGrab( %msgType...
  4. M

    Some Idiot's Halo 4 mods. (WIP)

    I tried to get it to work, and everything worked out fine except what variable to use in the if statement. It should be one that gives "true" or "false" depending on which flag was grabbed. I can't find it out, but if anybody who knows is reading this, a bit of help would be appreciated.
  5. M

    Some Idiot's Halo 4 mods. (WIP)

    hi you asked ingame whether it was possible to get a "your flag was taken" sound when someone grabs your team's flag so you actually now which flag was grabbed. I looked into that since I'd like to have that as well. Here's what I found out: As of now the game only uses one file for both teams...
  6. M

    Download Player Thrower

    Wow, this is amazing for skeetshooting.
  7. M

    [Requests] Toggle binds for ski, zoom, and laser charge

    Sadly I don't know a thing about writing code and can't make any sense from the lines you posted, hence the request :/ I scrolled through the mentioned file (that's live\client\scripts\keybindings.cs, right? or is it live\client\gui\scripts\keybindings.cs?) a bit and I don't really have an idea...
  8. M

    [Requests] Toggle binds for ski, zoom, and laser charge

    Cool. That's one done so far. Thank you. Edit: Just to confirm, yes it works.
  9. M

    [Requests] Toggle binds for ski, zoom, and laser charge

    What it says in the title. If possible, the ski bind should have the property that if it's active and I press the normal ski button, it deactivates so I deadstop as soon as I let go of normal ski. Zoom is just press E -> go into zoom press E again -> go out of zoom Laser charge is left-click ->...
Top