Update README.md

This commit is contained in:
Resxt 2023-02-15 20:26:44 +01:00 committed by GitHub
parent 716cb66aa6
commit 006078000e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,6 @@ They weren't even tested so if you add them you will need to do some debug
A custom modded mode I created that's really simple. The best way to understand what it is to try it with friends (or bots). A custom modded mode I created that's really simple. The best way to understand what it is to try it with friends (or bots).
It's a mode with high jump and high speed where everyone has a C4 detonator and needs to run close enough to other players to detonate it and get kills. It's a mode with high jump and high speed where everyone has a C4 detonator and needs to run close enough to other players to detonate it and get kills.
Every 5 kills your explosion radius slightly increases and every 15 kills the cooldown between each detonation you can do is lowered. Every 5 kills your explosion radius slightly increases and every 15 kills the cooldown between each detonation you can do is lowered.
Every game the weapons and explosives are randomized from the list but every player has the same progression, just like a gun game.
This mode could also work really well without high jump and high speed, it's just how I created it to make it a "modded" mode. This mode could also work really well without high jump and high speed, it's just how I created it to make it a "modded" mode.
If you play it with high jump/speed I recommend playing this on [custom maps](https://forum.plutonium.pw/category/27/mw3-modding-releases-resources) that have no/less invisible walls. If you play it with high jump/speed I recommend playing this on [custom maps](https://forum.plutonium.pw/category/27/mw3-modding-releases-resources) that have no/less invisible walls.
@ -79,4 +78,4 @@ To enable support for Bot Warfare simply uncomment the lines where it says `Unco
Recreation of the Modern Warfare 3 One In The Chamber gamemode with infinite lives. 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. 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. 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. Also unlike the original mode this one has infinite lives so if you want limited lives you'll need to edit the script.