Frictional Games Forum (read-only)
Cant launch my mod - 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: Cant launch my mod (/thread-51040.html)

Pages: 1 2 3 4 5 6


RE: Cant launch my mod - Mudbill - 08-06-2016

Are your mod folders separate? What you should do is keep all your folder contained under 1 folder so that it would look more like this:

Code:
> Amnesia
|
----> config    (original)
----> maps      (original)
----> entities  (original)
----> Desperation
    |
    ----> config    (yours)
    ----> maps      (yours)
    ----> entities  (yours)

Once you've done this, make sure to update your resources.cfg and main_init.cfg files to reflect this change.


RE: Cant launch my mod - Nocturnal - 08-08-2016

Could you make the content for the files? i dont exactly know how to do all of this.


RE: Cant launch my mod - Romulator - 08-08-2016

Perhaps the best way to fix this is to upload your Full Conversion in a zip file onto a cloud storage service, such as Google Drive, Dropbox or Mediafire. One of us could then look at your config files and stuff as you've set it out to locate the issue from there. Smile


RE: Cant launch my mod - Mudbill - 08-08-2016

Yes, that would be the easiest.
Alternatively you can compare your setup to the template at the wiki:
https://wiki.frictionalgames.com/hpl2/amnesia/full_conv

Perhaps this guide will also help you.


RE: Cant launch my mod - Nocturnal - 08-09-2016

Here is the download https://drive.google.com/open?id=0Bxfy0js_Gl63TklKVDZtN2llQ1E


RE: Cant launch my mod - Nocturnal - 08-21-2016

So, have you downloaded the mod so you could try to fix these errors?


RE: Cant launch my mod - Mudbill - 08-21-2016

Ah, yes, let me take a look. Forgot it, sorry.

Edit: Oh yeah, now I remember. I wasn't able to download it for some reason. I hit download and it attempts to compress it and just stays there. Could you perhaps compress your mod into a .zip file first?


RE: Cant launch my mod - Nocturnal - 08-21-2016

Sure, let me look at how to do that, then i will post an updated link.


RE: Cant launch my mod - Nocturnal - 10-03-2016

Ok so now i finally did it, i hope this helps you all:

https://drive.google.com/drive/folders/0Bxfy0js_Gl63ZjlySmdGU04zRDA?usp=sharing


RE: Cant launch my mod - Mudbill - 10-04-2016

I'm still having this issue:

[Image: 6d8bdeef45074c358235c77c8aa3db08.png]

If you compress your mod into 1 zip file before uploading it to Google Drive, perhaps it'll work better.
Also, why do you have a folder named desperation_entities and one named nec_entities? Your naming conversion is a bit off, and the resources.cfg don't seem to include the nec_entities folder.

Also, the biggest issue I see is that your resources.cfg file is in your mod's root folder whereas your main_init.cfg in /config specifies that the resources file is supposed to be in your config folder. That's why it fails to load.