Error Messages When Fritzbot ET Reads The Nav File
From Bots-United Wiki
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!! |
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. |
ERROR: Can't load path info for map "mapname" ABORTING! |
- Nav file missing, or in wrong directory (fritzbot\bots\maps) |
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! |
- Nav file is bad or empty. |
ERROR: Too many Action Nodes in map!! Limit is 256!! |
- Limit of 256 actions exceeded. |
Other Errors Not Due To The Nav Loading
- Errors can also be generated when loading the .bots file (see Error_Messages__When_Fritzbot_ET_Reads_The_Bots_File).
- Errors can also be generated when loading the .aiscript file (see Error_Messages_When_Fritzbot-ET_Reads_The_Aiscript).
- Errors that occur during the game related to actions are listed in Error_Messages__When_Fritzbot_ET_Actions_Trigger.