diff --git a/README.md b/README.md index e700c142..67472440 100644 --- a/README.md +++ b/README.md @@ -530,4 +530,26 @@ * Removed unlimited sprint * Removed health bar * Removed low health blood fx -* Disabled Claymores \ No newline at end of file +* Disabled Claymores + +## Launching New Maps + +* Copy and paste the following commands into the console + +### Survival on Diner +* ```g_gametype zstandard; ui_gametype zstandard; ui_zm_gamemodegroup zsurvival; ui_zm_mapstartlocation diner; map zm_transit``` + +### Survival on Power Station +* ```g_gametype zstandard; ui_gametype zstandard; ui_zm_gamemodegroup zsurvival; ui_zm_mapstartlocation power; map zm_transit``` + +### Survival on Tunnel +* ```g_gametype zstandard; ui_gametype zstandard; ui_zm_gamemodegroup zsurvival; ui_zm_mapstartlocation tunnel; map zm_transit``` + +### Grief on Diner +* ```g_gametype zgrief; ui_gametype zgrief; ui_zm_gamemodegroup zencounter; ui_zm_mapstartlocation diner; map zm_transit``` + +### Grief on Power Station +* ```g_gametype zgrief; ui_gametype zgrief; ui_zm_gamemodegroup zencounter; ui_zm_mapstartlocation power; map zm_transit``` + +### Grief on Tunnel +* ```g_gametype zgrief; ui_gametype zgrief; ui_zm_gamemodegroup zencounter; ui_zm_mapstartlocation tunnel; map zm_transit``` \ No newline at end of file