Full conversion not working - 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: Full conversion not working (/thread-11902.html) Pages:
1
2
|
Full conversion not working - SilentStriker - 12-17-2011 I am trying to make a full conversion but the problem is that when i start the .bat file it says unable to open game config file... Help please The hpl.log says Spoiler below!
RE: Full conversion not working - Your Computer - 12-17-2011 What edition of the game are you using to test this out, retail or Steam? What are the contents of the .bat file? What are the contents of your story's main_init.cfg file? Do you even have a file called game.cfg at that location? RE: Full conversion not working - SilentStriker - 12-18-2011 (12-17-2011, 02:27 PM)Your Computer Wrote: What edition of the game are you using to test this out, retail or Steam? What are the contents of the .bat file? What are the contents of your story's main_init.cfg file? Do you even have a file called game.cfg at that location?I use Retail. The content of the .bat is a modified one of the bat script on your isolated full conversion tutorial. The content is a modified Justine main_init i think. Yes i have a file named game.cfg and it's in the right location And it happens the same thing when i try to play white night... RE: Full conversion not working - Your Computer - 12-18-2011 I was hoping you would post the contents of those files. In the mean time, i'm going to go over my tutorial again and see if i can duplicate your issue. Went over my tutorial and every works for me. RE: Full conversion not working - palistov - 12-18-2011 Check for a syntax errors in your main_init.cfg I suppose. I really don't know what else might cause that error. If you're absolutely sure your config files are pristine, try asking in the technical support forum. RE: Full conversion not working - SilentStriker - 12-18-2011 (12-18-2011, 01:14 AM)Your Computer Wrote: I was hoping you would post the contents of those files. In the mean time, i'm going to go over my tutorial again and see if i can duplicate your issue. Went over my tutorial and every works for me.I'm sorry, which of the files do you want? I will put Main init and game file and tell me if it's any more files you want to see Main_init Spoiler below!
Game.cfg Spoiler below!
RE: Full conversion not working - palistov - 12-18-2011 I thought you said you followed Your Computer's isolated TC tutorial? You need to add your TC's parent directory before md_config/ The Amnesia application starts looking for the files based on its directory. So what it's looking for right now is redist/md_config/game.cfg but your config files' directory is probably redist/md/md_config/game.cfg right? RE: Full conversion not working - SilentStriker - 12-18-2011 So i need to write all the way to redist? becuse when i watched the0 White Night files it said just wh_config/game etc :/ RE: Full conversion not working - Your Computer - 12-18-2011 White Night isn't a fully isolated full conversion. I have no idea how your full converion is structured. You'll have to post the entire file structure of your full conversion and the contents of the .bat file if you want my assistance. RE: Full conversion not working - SilentStriker - 12-18-2011 (12-18-2011, 10:14 PM)Your Computer Wrote: White Night isn't a fully isolated full conversion. I have no idea how your full converion is structured. You'll have to post the entire file structure of your full conversion and the contents of the .bat file if you want my assistance.Ok so it's like this: In the Redist folder i have a folder called Medusas Den and inside it i have the folders entities, main_menu, maps, md_config, md_graphics, static_objects and textures. and inside md_config i got: a lang map with english.lang and then in the md_config folder i got base_english.lang, default_main_settings.cfg, game.cfg, main_init.cfg, menu.cfg and resources.cfg and ofc in my maps folder i got the map 00_intro.map and the .bat is Amnesia.exe Medusas Den/md_config/main_init.cfg |