Skip to content

Commit fb49563

Browse files
author
DG
committed
update readme
1 parent b37ba73 commit fb49563

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Counter-Strike: Source .nav Generator
22

3-
There is an issue where if you download a mappack (for example 800+ maps) and it only has `.bsp` map files and no `.nav` files - the server on first launch will try and generate the navigation meshes for all maps on the server.
3+
There is an issue where if you download a mappack and it only has `.bsp` map files and no `.nav` files - the server on first launch will try and generate the navigation meshes for all maps on the server.
44

55
Creating an empty `.nav` file does not work as Source treats it as if the file doesn't exist anymore
66

77
What you can do is take any `.nav` file which was generated without navigation meshes (They're usually `205 Bytes` in size) and just duplicate it to match all of the map names in the server which this script does.
88

9-
I have provided a `.nav` template which is not ignored by Source but does not have any navigation meshes generated and a `bash` script which copes the template for every `.bsp` that is found inside your servers `map` directory.
10-
11-
```sql
9+
I have provided a `.nav` template which is not ignored by Source but does not have any navigation meshes generated and a `bash` script which copies the template for every `.bsp` that is found inside your servers `map` directory.
1210

11+
```sh
12+
git clone https://github.com/Sidicer/css-ng.git
13+
cd css-ng
14+
./css-ng.sh -i /home/cssserver/serverfiles/cstrike/maps -o /home/cssserver/serverfiles/cstrike/maps
1315
```
1416

17+
```
1518
Usage:
16-
```sh
1719
./css-ng.sh [<arguments>]
1820
./css-ng.sh -h | Show this screen
1921
./css-ng.sh -v | Show [info] level output (Default [err] only)

0 commit comments

Comments
 (0)