Frictional Games Forum (read-only)
Messed Something up with my full conversion! - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html)
+--- Thread: Messed Something up with my full conversion! (/thread-9733.html)



Messed Something up with my full conversion! - Selyp - 08-13-2011

Hey guys. I was modifying my full conversion, and somehow I messed something up.

Here is my hpl log error.

User Initialization
--------------------------------------------------------
ERROR: Couldn't load language file 'config/Atlantia_lang/atlantia_base_english.lang'
ERROR: Couldn't load language file 'config/base_atlantia_base_english.lang'
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
WARNING: Could not find language file entry 'WelcomeMessage01'
WARNING: Could not find language file entry 'WelcomeMessage02'
WARNING: Could not find language file entry 'WelcomeMessage03'
WARNING: Could not find language file entry 'WelcomeMessage04'
WARNING: Could not find language file entry 'WelcomeMessage05'
WARNING: Could not find language file entry 'WelcomeMessage06'

obviously I somehow screwed up my language and base_language file. I modified them to change all of the lantern text to text for the flashlight model. I loaded it up and it worked fine. Then I attempted to change the inventory icon for the lantern to the inventory icon for the flashlight from black plague, and somehow screwed something up in the process.

My main_init.cfg file looks like this

DefaultBaseLanguage = "atlantia_base_english.lang"
DefaultGameLanguage = "english.lang"
/>

<Directories
MainSaveFolder = "Main"

BaseLanguageFolder = "config/"
GameLanguageFolder = "config/Atlantia_lang/"

and the .lang files are in the specified folders.

Not quite sure what I did wrong, if worst comes to worst I can always re-install, but I'd like to get my full conversion working again.

Any help would be appreciated.

Thanks
Selyp




RE: Messed Something up with my full conversion! - Tanshaydar - 08-13-2011

Game complains about how it cannot find files in specific places.
Make sure you put needed files into needed places. Also, resource category shouldn't be changed.


RE: Messed Something up with my full conversion! - Selyp - 08-14-2011

The strange thing is i get the same error when running Amnesia.exe. I even deleted all of my conversion files out of the folders and I still get the error that it is searching for atlanta_base_english.lang, even though my main_init.cfg file says

DefaultBaseLanguage = "base_english.lang"
DefaultGameLanguage = "english.lang"
/>

<Directories
MainSaveFolder = "Main"

BaseLanguageFolder = "config/"
GameLanguageFolder = "config/lang_main/"

Here is the error, it seems to have fixed the welcome messages by deleting my atlantia_resources.cfg


ERROR: Couldn't load language file 'config/lang_main/atlantia_base_english.lang'
ERROR: Couldn't load language file 'config/base_atlantia_base_english.lang' (also not sure why its looking for that, as the name of the file was just atlantia_base_english.lang, not base_atlantia_base_english.lang)
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'
ERROR: Couldn't create font 'menu_gui_default.fnt'

Not sure why the Amnesia.exe is looking for my atlantia.lang files though...




RE: Messed Something up with my full conversion! - Selyp - 08-14-2011

Also crashes with same error when running Justine, which is really strange because I haven't touched anything to do with Justine's files
Solved: Moral of the story - Don't touch your main_setting.cfg file. Lol!