Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Team Requests Modloader GitHub Repository
Daemian Offline
Posting Freak

Posts: 1,129
Threads: 42
Joined: Dec 2012
Reputation: 49
#3
RE: Modloader GitHub Repository

Great looking app you have sir, everything is clear and tidy.
I found some small errors but everything should be fine now.

Loader can't load mods and can't save settings
Spoiler below!

In my win7, I don't have the directory structure the app expects:
( C:\Users\Daemian\Documents\Amnesia\ModLoader\modloader.properties )

My documents folder is this: C:\Users\Daemian\My Documents\Amnesia

So it raises this error:
PHP Code: (Select All)
java.io.FileNotFoundExceptionC:\Users\Daemian\Documents\Amnesia\ModLoader\modloader.properties (The system cannot find the path specified
The app tries to create the file modloader.properties in a dir I don't have (Win7, dir: %user%/documents/Amnesia/ModLoader)

It's just me, probably, I did change my documents folder to my documents instead of just documents a while back.

So to temporary avoid this error I created the directories myself ( C:\Users\Daemian\Documents\Amnesia )
Then the error stopped and the dir and file ModLoader/modloader.properties were created by the loader.

A permanent solution for this specific error may be to store the properties file somewhere else, like %PROGRAMFILES%/ModLoader


Couldn't load card settings
Spoiler below!

It's an Amnesia error, my mods gave me that, as if Amnesia forgot where the files are, (cause the launcher didn't have text in their buttons either).

So I checked the app how was it calling the launcher and it turned out, it didn't know where it was standing, because of how the method works. I found another one -same name, diff parameters- that accepts the working directory as parameter.

PHP Code: (Select All)
String[] null;
File f = new File(gameDirectory);
runTime.exec(gameDirectory File.separator CurrentOS.getGameExe() + " " filePathaf); 

Then, every mod works perfectly.


That is all, for now, probably you -mud- couldn't test it yet cause you mentioned you don't have a retail version. Anyways, rest is working great.
In case you find this useful, you want me to upload this as a fork version? or you're gonna just edit yours?
Whatever you want.

10-14-2014, 02:35 AM
Find


Messages In This Thread
Modloader GitHub Repository - by Mudbill - 10-13-2014, 10:40 AM
RE: Modloader GitHub Repository - by Daemian - 10-13-2014, 05:11 PM
RE: Modloader GitHub Repository - by Daemian - 10-14-2014, 02:35 AM
RE: Modloader GitHub Repository - by Mudbill - 10-14-2014, 07:56 AM
RE: Modloader GitHub Repository - by Viper85626 - 10-16-2014, 12:17 AM
RE: Modloader GitHub Repository - by Daemian - 10-16-2014, 02:01 AM
RE: Modloader GitHub Repository - by Mudbill - 10-16-2014, 07:32 AM
RE: Modloader GitHub Repository - by Daemian - 10-16-2014, 02:24 PM
RE: Modloader GitHub Repository - by Mudbill - 10-18-2014, 04:02 AM
RE: Modloader GitHub Repository - by Daemian - 10-18-2014, 03:13 PM
RE: Modloader GitHub Repository - by Mudbill - 10-18-2014, 05:46 PM
RE: Modloader GitHub Repository - by Acies - 10-20-2014, 12:16 AM
RE: Modloader GitHub Repository - by Daemian - 10-28-2014, 10:17 PM
RE: Modloader GitHub Repository - by Daemian - 10-29-2014, 03:08 AM
RE: Modloader GitHub Repository - by Mudbill - 10-29-2014, 08:28 AM
RE: Modloader GitHub Repository - by Daemian - 10-29-2014, 04:38 PM
RE: Modloader GitHub Repository - by Mudbill - 10-29-2014, 05:06 PM



Users browsing this thread: 1 Guest(s)