mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
README: add launching new maps section
This commit is contained in:
22
README.md
22
README.md
@ -531,3 +531,25 @@
|
||||
* Removed health bar
|
||||
* Removed low health blood fx
|
||||
* 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