Frictional Games Forum (read-only)

Full Version: Error conversion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It turns out there was an error in the file (there was no recipe, the name of my menu).
Thank you to the people who were trying to help me.
I haven't downloaded your mod yet, but I believe this problem is caused when the engine cannot properly find the menu map.
(09-08-2013, 09:26 AM)Kreekakon Wrote: [ -> ]I haven't downloaded your mod yet, but I believe this problem is caused when the engine cannot properly find the menu map.
Will you help me?Huh
http://www.frictionalgames.com/forum/thread-11120.html

Give this a good read (If this is a isolated full conversion that is), and focus mainly on the parts regarding menu backgrounds.

It may, or not help you depending on how you set up your mod, but I would have to download it first to be sure, and your mod appears to be fairly large so it'll take some time
Your MAIN MENU.map isnt correctly placed!
I know about this, had this too every time when i started creating a new FC!
Is this IFC or...
IF it is a ISOLATED fc just do this :
Amnesia - The Dark Descent\redist\YOURMODNAME\main_menu -> PLACE YOUR MAP IN HERE!
---THEN
open your resources.cfg
and do this:
ON TOP YOU SEE RESOURCES LIEK I DID BELOW.
THEN, put YOUR MOD NAME under resources like this :
<Resources>
<Directory Path="YOURMODNAME HERE" AddSubDirs="true" />

--
It should work now!
if NOT let us know!
(09-08-2013, 10:41 AM)Kreekakon Wrote: [ -> ]http://www.frictionalgames.com/forum/thread-11120.html

Give this a good read (If this is a isolated full conversion that is), and focus mainly on the parts regarding menu backgrounds.

It may, or not help you depending on how you set up your mod, but I would have to download it first to be sure, and your mod appears to be fairly large so it'll take some time
Thank you.