-
Notifications
You must be signed in to change notification settings - Fork 8
Viewing Changes In Game
Derpduck edited this page Dec 28, 2020
·
7 revisions
<- (Previous) GitHub Guide | Understanding Bitwise Operations and Spawnflags (Next) ->
The map changes from the Last Stand update can be viewed in-game by doing the following:
- Launch the game in developer mode via the
-devlaunch option. - Load map via console:
map [map_name] [gamemode]- The changes loaded depend on the gamemode, be sure to view the changes in the gamemode relevant to your config or server.
- Some potential gamemodes are:
versus,coop,survival,realism,scavenge,mutation15(vs survival) - Versus based gamemodes require
sb_all_bot_game 1to prevent automatic server shutdown.
- Enable
sv_cheats. - Type
script ShowUpdate()into console.- This is case sensitive.
- Additional changes may also be printed to the console but not highlighted.
- Type
script HideUpdate()to stop highlighting the changes.
Thanks to this new functionality, it is now possible to easily view Stripper additions in-game:
- Find the entities you want to view.
- Insert a
targetnameparameter. - Prefix the targetname with
anv_mapfixes_.
Now those entities will be highlighted with the full functionality of script ShowUpdate().
Any env_physics_blocker and env_player_blocker entities will always be highlighted without this, but will only display as black boxes, changing the targetname will allow the blockers to be viewed with the correct colors.