(09-18-2014, 11:31 PM)DarkPearStudios Wrote: Oh, and just one more thing, is necessary put that map cache files? Example: 01_robertmansion.map_cache How I create? and for monsters, is necessary put that nodes files? Example: 05_reformedtunnels_wretch_tunnels.nodes
The cache files create when the map is run for the first time. It is there to allow computers with slower performance and/or have troubles running Amnesia fully to load maps quicker. The nodes ones are similar - they remember the location and behaviour of a monster within a map so that they don't need to be created.
I believe I have found your problem as well:
GameLanguageFolder = "lamburs_machine/config/lang"
This line in your main_init.cfg. It is missing a slash on the end, so it should actually like this:
GameLanguageFolder = "lamburs_machine/config/lang/"
That should fix it up - provided your language file is called english.lang