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:
24
README.md
24
README.md
@ -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```
|
Reference in New Issue
Block a user