From 006078000eae7cae1e690116ba47c47a64059c45 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:26:44 +0100 Subject: [PATCH] Update README.md --- gamemodes/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gamemodes/README.md b/gamemodes/README.md index a2cdc8a..f5ab4b8 100644 --- a/gamemodes/README.md +++ b/gamemodes/README.md @@ -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). 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 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. 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. 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. \ No newline at end of file +Also unlike the original mode this one has infinite lives so if you want limited lives you'll need to edit the script.