tracktwo / ppdefmodifier

9 stars 2 forks source link

Not working anymore #13

Open Lobuno opened 2 years ago

Lobuno commented 2 years ago

Modnix log: 15:45:01.421 INFO tracktwo.PPDefModifier┊PPDefModifier: No config files found.

Even when several .json mod files are present in the Mods/PPDefModifier/ folder

Nuke3CP commented 2 years ago

Same issue here, see Modnix (latest Beta 3) loader log extract below :

21:51:20.746 INFO tracktwo.PPDefModifier┊Loading C:\Users\User\Documents\My Games\Phoenix Point\Mods\PPDefModifier.dll 21:51:20.747 INFO tracktwo.PPDefModifier┊Calling PPDefModifier.PPDefModifier.MainMod(Func`3) in C:\Users\User\Documents\My Games\Phoenix Point\Mods\PPDefModifier.dll 21:51:20.749 INFO tracktwo.PPDefModifier┊PPDefModifier: No config files found.

I tried using a .json file called PPDefModifier.json to see if the first part of MainMod worked : same result. I fail to see what could be wrong, multiple re-installs from scratch did not help. Other mods (.dll) worked with Modnix, so it shouldn't be failing on the mod loader side. I would welcome any suggestions.

Hark0nnen commented 2 years ago

Same issue. Tried with with modnix v3b3 and with 2.5.7.7. Are we missing something basic, or this mod doesnt work any more?

EDIT. I found the issue. While i am running the game on linux in Wine, i do think it applies on Windows too. It looks for Mods\PPDefModifier not in My Documents\My Games\Phoenix Point, but in a current path. Literally the current folder if executed from command line, or whatever is set as "Working Directory" in shortcut.

Nuke3CP commented 2 years ago

@Hark0nnen : I can confirm your solution worked for me as well ! Maybe somehow linked with installing the game on an external device ? (was my case at least)

Anyway, really grateful for this, thank you !

Sir-Crusher commented 2 years ago

@Nuke3CP How did you do it? the instructions are not clear to me.

Hark0nnen commented 2 years ago

@Sir-Crusher change the working directory on game shortcut to Documents/My Games/Phoenix Point

Sir-Crusher commented 2 years ago

@Hark0nnen Thank you

Sir-Crusher commented 2 years ago

@Hark0nnen It didn't work

Sir-Crusher commented 2 years ago

I had to put the mods folder within the game folder for it to work