What's new

Solved Help with gametype modding

Arxhive

Arxhive

NØISEWΛVE
Hardened Veteran Seasoned Veteran Grizzled Veteran
Messages
3,000
Reaction score
3,618
Points
825
Sin$
0
How do i make the dmr rapid fire for my team slayer gametype? Not fully automatic, just true semiauto like in the blargnstuff gametype
 
Clay Eickemeyer

Clay Eickemeyer

Enthusiast
Messages
62
Reaction score
8
Points
55
Sin$
7
How do i make the dmr rapid fire for my team slayer gametype? Not fully automatic, just true semiauto like in the blargnstuff gametype

Under WeaponTuning, find <OneBarrel> and enter in
Code:
        <MarksmanRifle>
          <Value6>1</Value6>
        </MarksmanRifle>
Then under <OneBarrelWeapons> enter
Code:
        <MarksmanRifle>
          <Value7>0.000476838526</Value7>
          <Value11>9.999781</Value11>
        </MarksmanRifle>
And make sure that you remove any old MarksmanRifle values.
PS- If for some weird reason MarksmanRifle isn't the DMR, then Ill help further.
 
Upvote 0
Arxhive

Arxhive

NØISEWΛVE
Hardened Veteran Seasoned Veteran Grizzled Veteran
Messages
3,000
Reaction score
3,618
Points
825
Sin$
0
Under WeaponTuning, find <OneBarrel> and enter in
Code:
        <MarksmanRifle>
          <Value6>1</Value6>
        </MarksmanRifle>
Then under <OneBarrelWeapons> enter
Code:
        <MarksmanRifle>
          <Value7>0.000476838526</Value7>
          <Value11>9.999781</Value11>
        </MarksmanRifle>
And make sure that you remove any old MarksmanRifle values.
PS- If for some weird reason MarksmanRifle isn't the DMR, then Ill help further.
Is this with horizon's editor? And can i also disable the scope?
 
Upvote 0
Arxhive

Arxhive

NØISEWΛVE
Hardened Veteran Seasoned Veteran Grizzled Veteran
Messages
3,000
Reaction score
3,618
Points
825
Sin$
0
Upvote 0
Top Bottom
Login
Register