Frictional Games Forum (read-only)

Full Version: Cant launch my mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
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.
Could you make the content for the files? i dont exactly know how to do all of this.
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
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.
So, have you downloaded the mod so you could try to fix these errors?
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?
Sure, let me look at how to do that, then i will post an updated link.
Ok so now i finally did it, i hope this helps you all:

https://drive.google.com/drive/folders/0...sp=sharing
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.
Pages: 1 2 3 4 5 6