Mario

Results 71 comments of Mario

[Help wanted label](https://github.com/bcssov/IronyModManager/labels/help%20wanted) is attached to this ticket (and has been for a while). I am losing hope though since it's been a while like this.

> What would the process be to manually figure this out by just trying things? If you mean detecting how folders are loaded in the game probably by trial and...

Hey, I've had the same problem and tracked it down to this method: https://github.com/AvaloniaUI/AvaloniaVS/blob/34dfcf7c507c7ccdfe6408b2f680fa81b5eef089/AvaloniaVS.Shared/Services/SolutionService.cs#L198-L231 The logic just seem to take any first hit it finds, instead of taking into consideration...

The issue for me was that the extension was looking for a release build instead of debug (I only had 2 configs: Debug and Release). The method that I've patched...

@KarlSchwartz @Crack-Attack The workaround works it's just that you cannot under any circumstances open the PDX Launcher as it will instantly overwrite your changes made via PMM. If you do...

@mkemper31 ```const playsetId = "a3efbe94-2688-421a-8c83-ab3a242ce52e"``` There's nothing to decode, this is what you call a GUID or UUID. ```const startValue = parseInt('3333333334', 16);``` Well, not exactly a proper hex number...

You can create a shortcut on your desktop to the stellaris.exe and launch that, instead of launching via PMM. PMM does not detect the location of your game installs to...

From discord: > For anyone having trouble running Irony on recent Mac OS because the OS complains about files from an unidentified developer... the problem seems to be that if...

The assumption that something is wrong with mod loading might be accurate, though the assumption that Irony is trying to load all mods is wrong. This seems like a misconfiguration...

See if you're using a different documents folder (onedrive) or something. What you enable in Irony is how Irony tells the game to load. That's it. Check your dlc_load.json if...