NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.53k stars 13.02k forks source link

Package request: IronyModManager #284696

Open elijahimmer opened 5 months ago

elijahimmer commented 5 months ago

Project description

Mod Manager for Paradox Games.

It is a general manager for many paradox games, written in dotnet core.

included games:

I have been working on packaging it, but there is a custom nupackage that it needs that is linked in the github, but not in the repo. I have not figured out how to include it.

If packaging as .net doesn't work they also provide a appimage in their releases

Metadata


Add a :+1: reaction to issues you find important.

GiggleSquid commented 2 months ago

I'm looking into potentially packaging this as well. But I'm not great at dotnet projects.

So as a temporary solution you can run the linux binary through the steam-run FHS. Just download the "portable" release, extract, and execute à la steam-run ./IronyModManager

elijahimmer commented 2 months ago

I'm looking into potentially packaging this as well. But I'm not great at dotnet projects.

I forgot to post an update, but I have most of it working, the issue I have is that it has a private nuget dependency that they link in the repo, but doesn't exist in nuget. I have the file, but I could not get that dependency to work. I'll send more on it a little later when I have more time