Modern Machine Guns Downgraded?

So I was test playing one of my mods that has modern weapons, and when I got the M4A1, it no longer fired fast, about 1 shot every 0.5 seconds. I had the same result with the FN SCAR. What happened here?

Is your map with gun game mode, right?
If yes then probably it happened because that you didn’t used gun game profile on your map.
For add it you need to create custom_profile entity and write path to file in customProfile property.
Path to gun game profile is enl/globals/data/gun_game_profile.json.

2 Likes

thx

1 Like

Is this in the editor?

Yeah. In editor. Or in scene.blk. Code:

entity{
  _template:t="custom_profile"
  customProfile:t="enl/globals/data/gun_game_profile.json"
}
1 Like