Skip to content
/ sourcenav Public
forked from sapphyrus/sourcenav

A Source Engine navigation mesh file parser written in Javascript

License

Notifications You must be signed in to change notification settings

n1c/sourcenav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Source Engine navigation mesh file parser written in Javascript.

sourcenav

A Source Engine bot Nav file parser written in Javascript. This was written for CS:GO but will likely work with little or no modification for other Source titles. The specifics of the .nav format were reverse engineered using the information on Valve's wiki as a starting point. For more information on Source's Navigation Meshes see Valve's wiki: https://developer.valvesoftware.com/wiki/Navigation_Meshes

Disclaimer

This project was heavily inspired by gonav the GO language version of the same idea. Thankz mrazza for open sourcing it.

Usage

  • npm install to install dependencies
  • node bin/cli.js parse <file.nav> parses the nav file

Limitation

This library only works with the NAV Format version 16

License

MIT

About

A Source Engine navigation mesh file parser written in Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%