Frictional Games Forum (read-only)
[WIP] Amnesia Mod Loader - 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)
+--- Thread: [WIP] Amnesia Mod Loader (/thread-25684.html)

Pages: 1 2 3


RE: Amnesia Mod Loader - Mudbill - 07-16-2014

I was originally planning on saving the user preferences in Documents\Amnesia, but if I am to allow different copies with different settings, then I'll need to save the prefs in the same folder as the app. I have heard issued with Windows Vista and UAC when saving such in \Program Files though. Not sure what that's about.

Since I have the game on Steam, I can only have 1 copy of the folder working at a time. If I copy it, Steam won't find the executable in the copy. That's why I didn't think of multiple copies.

Oh, and the app searches for mods on startup. I could probably add a refresh button too.


RE: Amnesia Mod Loader - victorkim890(KimmyChimmy) - 07-22-2014

(07-15-2014, 09:51 PM)Mudbill Wrote: Yeah, I might also need someone on Linux who has Amnesia installed for testing later. I have an Ubuntu VM, but not with the game.

virtual box work?


RE: Amnesia Mod Loader - Mudbill - 07-23-2014

I have Ubuntu on VB, but installing Amnesia on it would be inconvenient. I don't use Linux very much, so it'd be preferred to be someone who uses it regularly. They'll know their way around and be able to install mods for Amnesia, plus I'm unsure if the game will even work on a VM because they use very restricted hardware.


RE: Amnesia Mod Loader - victorkim890(KimmyChimmy) - 07-23-2014

test it out on vb and some1 out linux try it out too. amnesia takes 15-25 minutes to instal


RE: Amnesia Mod Loader - Mudbill - 07-23-2014

That entirely depends on internet and computer speed.

I'll probably test it to see if the program itself is working, but I might not be able to actually launch them on it.


RE: Amnesia Mod Loader - victorkim890(KimmyChimmy) - 07-23-2014

it should work since didnt it work on windows vm or were u recording on another computer for ur vid for making the machine for pigs into amnesia


RE: Amnesia Mod Loader - Mudbill - 07-23-2014

No, I have Windows natively installed through Boot Camp. It's like having Windows installed on any PC, and it utilizes the system's resources fully.


RE: Amnesia Mod Loader - victorkim890(KimmyChimmy) - 07-23-2014

i no how to make virtual box full screen


RE: Amnesia Mod Loader - Mudbill - 07-23-2014

That still doesn't make it as good as a native OS.

Anyway, back on topic.

I have a few updates I guess. Progress is at least going somewhere. Currently looks like this:
[Image: Ok7IIhA.png]

Some of the info that I've managed to read up by the app (technical):
Spoiler below!
Code:
Found game file: C:\mods\example\config\main_init.cfg
    Found file: C:\mods\example\config\aml.cfg
        GameName     = Amnesia - The Modded Mod
        Author         = By Mudbill
        IconFile     = icon.png
        Description     = This mod revolves around stuff & stuff happening in the presence of a player.
        MinVersion     = 1.2
        MaxVersion     = 1.2
Adding mod to list: Amnesia - The Modded Mod
Found game file: C:\mods\example1\Config\main_init.cfg
    Found file: C:\mods\example1\Config\aml.cfg
        GameName     = Amnesia - The Tested Mod -
        Author         = By MudbillYes
        IconFile     = icon_now.png
        Description     = This mod revolves stuff happening in the presence of a player.
        MinVersion     = 1.2
        MaxVersion     = 1.3
Adding mod to list: Amnesia - The Tested Mod -
Found game file: C:\mods\example2\Config\main_init.cfg
    Mod aml file not found; ignoring.
        GameName     = Just another mod
        Failed adding icon: C:\mods\example2\Config\
Adding mod to list: Just another mod
Found game file: C:\mods\example2 - Copy\Config\main_init.cfg
    Mod aml file not found; ignoring.
        GameName not found! Mod incomplete?
        Failed adding icon: C:\mods\example2 - Copy\Config\
Adding mod to list: Untitled
Mods found: 4
Setting up frame...
Setting up list...


Basically I'm messing around with a few working and broken mods to see how the app handles it.
Right now if you set the directory to the redist folder, it will search through all subfolders and find any main_init.cfg files. If the location where this file is found also contains aml.cfg and an icon file, they will be used in the mod loader.

By the way, the icons can be any size, but they will be resized to 64x64 to fit in the window.


RE: Amnesia Mod Loader - victorkim890(KimmyChimmy) - 07-23-2014

does the refresh button work