Error Messages When Fritzbot ET Reads The Nav File

From Bots-United Wiki

Jump to: navigation, search

Normal Messages When The .nav File Is Read

When FritzBot ET loads the map after reading the .bots file it next reads the .nav file. If the file can be read the following messages are printed to the console;

Nav file for "mapname" loaded!!
N1 nodes in Nav file
N2 actions in Nav file
N3 routes in Nav file

Where "mapname" is replaced by the actual name for the map loaded, and N1, N2 and N3 are replaced by numeric values.

Error Messages

Console Messages:

Possible Reason:

ERROR: Too many routes in map!! Limit is 64!!

- Limit of 64 routes exceeded.
- File many be corrupt, with corrupted route ID.

ERROR: Can't load path info for map "mapname" ABORTING!

- Nav file missing, or in wrong directory (fritzbot\bots\maps)
- Nav filename does not match that of the map's bsp file.
- Verify that nav filetype is .nav
- Nav file is locked by another program, or read access denied.
- If using an unpacked .nav file, verify that /sv_pure is 0

ERROR: Path file corrupted or isn't a Fritzbot path file! ABORTING!

- Nav file is empty or bad.

ERROR: Path file is wrong version! ABORTING!

- Nav file is incompatible type (RTCW version...).

WARNING: This file has no action nodes!
Some AI functions won't be available!

- Nav file is bad or empty.
- Nav file actions were wiped by /action_clear.
- No actions have been added yet.

ERROR: Too many Action Nodes in map!! Limit is 256!!

- Limit of 256 actions exceeded.
- File many be corrupt, with corrupted action ID.

Other Errors Not Due To The Nav Loading

Permanent link to this page