Skip to content

BenCat07/TF2_NavFile_Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TF2 NavFile Reader

How to use:

1.) Include CNavFile.h

2.) Instantiate CNavFile, map name argument in constructor is intended to work with level name from engine->GetLevelName() or with "mapname" string from "server_spawn" GameEvent

3.) Check if m_isOK -> no errors while reading

4.) Done!

License: http://www.wtfpl.net/txt/copying/

Credits: Source Engine SDK by Valve -> cool and good header files

About

A .nav file reader for TF2 programmed in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages