Frictional Games Forum (read-only)
File index out of bounds! - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: File index out of bounds! (/thread-19530.html)



File index out of bounds! - finScript - 12-12-2012

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?



RE: File index out of bounds! - Kreekakon - 12-12-2012

Check your resources file, and make sure everything in it is attuned to your needs.


RE: File index out of bounds! - Statyk - 12-12-2012

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" />