Results 1 to 4 of 4

Thread: timed grenade in awe mod

  1. #1
    Private First Class
    Join Date
    Nov 2015
    Posts
    128
    Thanks
    37
    Thanked 14 Times in 14 Posts

    timed grenade in awe mod

    hi , i joined an awe mod server that have timed grenade. i downloaded awe mod 3.4.2 but i couldnt find timed grenade script. where its located on awe mod or awe mod dont have timed grenade , they made themself?

  2. #2
    Sergeant serthy's Avatar
    Join Date
    Nov 2012
    Posts
    450
    Thanks
    96
    Thanked 296 Times in 188 Posts
    Quote Originally Posted by feanor View Post
    hi , i joined an awe mod server that have timed grenade. i downloaded awe mod 3.4.2 but i couldnt find timed grenade script. where its located on awe mod or awe mod dont have timed grenade , they made themself?
    It can be set in the weaponfiles iwd/weapons/mp/grenade_mp

    If you modify weaponfiles yourself, the client has to download this file (not a serverside change)

  3. The Following User Says Thank You to serthy For This Useful Post:

    feanor (24th April 2017)

  4. #3
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Look in the weapons/mp grenade_* weapon files and search cookOffHold\0\, just set it to 1, IIRC that enables the cooking

    If you wan't to access the cook time programmatically, you can use vorons libcod:

    Code:
    player getCookTime();
    timescale 0.01

  5. The Following User Says Thank You to kung foo man For This Useful Post:

    feanor (24th April 2017)

  6. #4
    Private First Class
    Join Date
    Nov 2015
    Posts
    128
    Thanks
    37
    Thanked 14 Times in 14 Posts
    thanks !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •