AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [TF2] Auto Nav File generator (https://forums.alliedmods.net/showthread.php?t=183753)

Sumsar 04-26-2012 07:25

[TF2] Auto Nav File generator
 
1 Attachment(s)
Short Description
This will automatically generate a .Nav file for your maps. It will generate the .nav file when the server has loaded a new map. It will not generate a .nav file if you already have one for the specified map.

Cvar(s)

nav_enable 1 = Enable the plugin
nav_enable 0 = Disable the plugin

Dr. McKay 04-26-2012 08:31

Re: [TF2] Auto Nav File generator
 
Be aware that this will completely freeze up your server while the navmesh is being generated.

Also, this won't work if you use a fast download.

sejin513 04-26-2012 17:33

Re: [TF2] Auto Nav File generator
 
i think this is simply help when nav generating with new maps

Quote:

Originally Posted by Dr. McKay (Post 1696706)
Be aware that this will completely freeze up your server while the navmesh is being generated.

Also, this won't work if you use a fast download.

i dont think so .nav is only need server-side not client-side

FlaminSarge 04-26-2012 22:12

Re: [TF2] Auto Nav File generator
 
Yeah, the nav is only required on the server, though because the filename is the same as the map name, the server will attempt to make clients download it. Not a big deal.

smurfing 04-27-2012 10:38

Re: [TF2] Auto Nav File generator
 
Thank you! I have been looking for something like this for a long time

Sumsar 04-28-2012 07:24

Re: [TF2] Auto Nav File generator
 
Quote:

Originally Posted by smurfing (Post 1697433)
Thank you! I have been looking for something like this for a long time

I'm just glad you like it.

Skyrider 04-28-2012 12:27

Re: [TF2] Auto Nav File generator
 
Quote:

Originally Posted by FlaminSarge (Post 1697132)
Yeah, the nav is only required on the server, though because the filename is the same as the map name, the server will attempt to make clients download it. Not a big deal.

Depending on the file size of the map or manually create one, the navigation will also have a large size. It's best to bzip the nav files regardless.

Dr. McKay 08-15-2012 17:53

Re: [TF2] Auto Nav File generator
 
Looks good. However:

PHP Code:

ServerCommand ("sv_cheats 1"

Please use

PHP Code:

SetConVarBool(g_cvars[CVAR_CHEATS], true

Also, if you're going to use semicolons, please be consistent.

_FR_Starfox64 10-17-2012 12:10

Re: [TF2] Auto Nav File generator
 
Does it disable Item drops even you set sv_cheats to 0 after enabling it ?

DarthNinja 10-17-2012 16:09

Re: [TF2] Auto Nav File generator
 
sv_cheats has no effect on item drops.


All times are GMT -4. The time now is 15:14.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.