-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,41 @@ | ||
[gun master]: https://battlefield.fandom.com/wiki/Gun_Master | ||
|
||
# Gun Game | ||
|
||
[![GitHub all releases](https://img.shields.io/github/downloads/InsultingPros/KFGunGame/total)](https://github.com/InsultingPros/KFGunGame/releases) | ||
|
||
[WIP] PLACEHOLDER | ||
> **Note** You can find all maps and additional information about this gamemode [here](https://insultingpros.github.io/KFStory/GunGame.html). | ||
Official deathmatch by TWI, very similar to Battlefield’s [gun master] mode - every kill instantly gets you the next weapon in the list. Be the first player to get a kill with every weapon on the list to win! | ||
|
||
What I've added on top of original version: | ||
|
||
- Separate config file for garbage (user.ini and killingfloor.ini will stay intact) and for settings. | ||
- Much cleaner and editable code. | ||
- Weapon lists can be edited in [config file](Configs/KFGunGameSettings.ini). Limit is 100 weapons. | ||
- Prevent exploits: | ||
- Disable perks. | ||
- Disable suicide command. | ||
- Disable 3rd person view. | ||
- Disable dosh tossing. | ||
|
||
## Installation | ||
|
||
```cpp | ||
Game=KFGunGame.KFGG | ||
Game=KFGunGame.KFGG_Long | ||
Game=KFGunGame.KFGG_iSnipe | ||
```ini | ||
Game=KFGunGame.KFGG?MaxPlayers=32?MinPlayers=8 | ||
``` | ||
|
||
## Building and Dependancies | ||
|
||
At the moment of 2021.11.05 there are no dependencies. | ||
|
||
Use [KF Compile Tool](https://github.com/InsultingPros/KFCompileTool) for easy compilation. | ||
|
||
**EditPackages** | ||
**killingfloor.ini** | ||
|
||
```cpp | ||
```ini | ||
EditPackages=KFGunGame | ||
``` | ||
|
||
## Credits | ||
|
||
All credits to [Ramm-Jaeger](http://steamcommunity.com/profiles/76561197966407225). Original, outdated version lies here: [Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=97706196), [TWI Forum](https://forums.tripwireinteractive.com/index.php?threads/mod-release-kf-gun-game-v-0-70-alpha.85621/). | ||
|
||
My edits: | ||
|
||
PLACEHOLDER | ||
- [Ramm-Jaeger](http://steamcommunity.com/profiles/76561197966407225) - author of original version ([Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=97706196), [TWI Forum](https://forums.tripwireinteractive.com/index.php?threads/mod-release-kf-gun-game-v-0-70-alpha.85621/)). | ||
- [Nejco](https://steamcommunity.com/profiles/76561198008041378) - I simply copy-pasted his weapon lists from **LongGunGame**. |