Update documentation.

This commit is contained in:
Quentin Bouteiller 2020-04-26 05:28:55 +02:00
parent e92a07e31d
commit 933b7a5d3b

View File

@ -2,6 +2,19 @@
An open source CS:GO map. An open source CS:GO map.
Custom materials used in this map are available inside the materials folder. Custom materials used in this map are available inside the materials folder. Do not forget to install them before attempting to compile it through Valve Hammer Editor.
Do not forget to install them before attempting to compile it through Valve Hammer Editor. ## Running this map on a server
1. Install the map
2. Generate the navigation meshes file.
## Generating the navigation meshes files
Open the server console and execute :
map de_abandoned_hospital
sv_cheats 1
nav_generate
Wait a few minutes until the file is generated. The server may become unresponsive during that generation.