Resxt 809c62399f gun_game 1.0.2
Fixed silencer floating on top of the player when holding a pistol that shouldn't have a silencer equipped
2022-12-21 17:05:42 +01:00
..
2022-09-08 09:01:37 +02:00
2022-12-21 17:05:42 +01:00
2022-09-19 09:55:02 +02:00

Gamemodes

all_or_nothing.gsc

Recreation of the Modern Warfare 3 All or Nothing gamemode based on the wiki.
The bots won't use their throwing knives often and when they do they will use preset grenade spots, they won't directly aim at a player.

gun_game.gsc

Recreation of the popular gun game mode with a good level of customization.
This was made for FFA/Deathmatch. Some modifications are necessary to get it working in other modes.

Bot Warfare bots are supported but the code for it is disabled by default to avoid getting any error in case Bot Warfare isn't installed.
To enable support for Bot Warfare simply uncomment the lines where it says Uncomment if using Bot Warfare.

Features available

  • Configure the amount of weapons per game
  • Configure how much chance there is weapons will have a scope attachment
  • Configure how much chance there is snipers and shotguns will use the default scope
  • Configure how much chance there is a secondary weapon will be akimbo or have a tactical knife
  • Configure how much chance there is weapons will have a classic attachment (silencer, heartbeat etc.)
  • Configure the percentage of primary weapons to have
  • Configure whether you only want primary weapons or secondary weapons only or both
  • Configure which categories you don't want (for example accept secondaries but not launchers)
  • Configure the uniqueness of weapons. Choose between unique weapons (cannot have the same weapon twice) or weapon + attachments combination (you can have the same weapon but a weapon cannot have the exact same attachment combination twice) or no uniqueness check at all, truly random
  • Configure which camos are randomized on the weapons (or have one to always have that camo)
  • Configure which attachments are banned globally, per weapon type or per weapon (I banned the attachments that don't exist and the silencer on shotguns by default)
  • Akimbo and tactical secondaries with attachments (silencer, scopes etc.)
  • Text to display the current player's weapon
  • Prevent multi kills from counting as multi kills. A double kill will only make the player go up by one weapon and his score will only go up by 50.
  • Play the gun game next weapon sound when the player gets the next weapon and play a sound to all players when a player reaches the last weapon
  • Choose which perks to give to the players
  • A configurable debug mode to print the array of weapons and also switch weapons when typing in the chat

🚫 Features not available/to add

  • Use dvars instead of GSC arrays
  • Configure the weight of each weapon type
  • Only FFA is supported. Support for some game modes like TDM and Infected could be adde
  • These attachments aren't supported: grenade launcher, shotgun, variable scope.
    They weren't even tested so if you add them you will need to do some debug
  • The stinger isn't supported. A GSC script from another source could give support for player lock-on
  • There is no unexpected cases/exceptions handling. For example if you ask for 60 weapons and only want a weapon one time this will create an infinite loop because there are only 51 weapons available
  • Some weapons like the AC-130 could be added in a special category later

one_in_the_chamber.gsc

Recreation of the Modern Warfare 3 One In The Chamber gamemode with infinite lives.
Each game the script will randomly choose a weapon category from the 4 available and pick a random weapon from that category but you can easily change that behavior and add/remove categories and weapons.
Only FFA is supported, other modes require some modifications to work properly.
Also unlike the original mode this one has infinite lives so if you want limited lives you'll need to edit the script.