Announcement

Collapse
No announcement yet.

Question.....

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Question.....

    Has anyone made a mod for the m16/m203? I can't find one that's improved on this weapon, at least one to my specifications. I hate how you can't just make one continuous shot. Clicking repeatedly really gets on my nerves when firing.

  • #2
    This is a trivial change to make:
    Open objects_server.zip\weapons\handheld\USRIF_M203\USR IF_M203.tweak
    Search for these lines near the top of the file:
    ObjectTemplate.fire.addFireRate 1
    ObjectTemplate.fire.addFireRate 0

    Rate 0 is semi-auto, rate 1 is burst-fire, and rate 2 is full-auto. You can either add a new line for full-auto or just replace the burst-fire.

    Note that this change will prevent you from playing online so either make a backup of the zip file first or create a separate mod folder.

    Comment

    Working...
    X