1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -05:00

README: add launching new maps section

This commit is contained in:
Jbleezy
2023-01-02 18:20:38 -08:00
parent 050223eb0b
commit 7955de54a6

View File

@ -530,4 +530,26 @@
* Removed unlimited sprint
* Removed health bar
* Removed low health blood fx
* Disabled Claymores
* 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```