Frictional Games Forum (read-only)

Full Version: File index out of bounds!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Every time I load this map in the level editor, the message comes up:
"Found some errors while loading the file. Check log for details. File index out of bounds!"
It's a fully isolated conversion map and always when I open the map and that message pops up, all my custom entities have disappeared. The entity is located in /redist/my_conversion/entities/

Why does this happen?
Check your resources file, and make sure everything in it is attuned to your needs.
Building on what Kreekakon said, you have to open your redist/resources.cfg and add in a directory of your conversion. So add this in there:

<Directory Path="/my_conversion" AddSubDirs="true" />