Razzmatazzz / RemnantSaveManager

Automatic backing up of your Remnant: From the Ashes save files, and the ability to anlayze your world to see what events rolled.
https://www.reddit.com/r/remnantgame/comments/d4eq86/remnant_save_manager_and_world_analyzer/
GNU General Public License v3.0
118 stars 21 forks source link

Add support to linux #19

Closed sandhilt closed 4 years ago

sandhilt commented 4 years ago

Hello, could a .deb version.

Razzmatazzz commented 4 years ago

My understanding is that Remnant is Windows-only on PC, so a Linux version wouldn't be much use. Even if I'm incorrect, the entire project is written in C#, so I'm not too inclined to port it over to something that would run on Linux.

infirit commented 4 years ago

My understanding is that Remnant is Windows-only on PC, so a Linux version wouldn't be much use.

Yes but steam supports running windows games on gnu+linux through wine at good framerates.

Even if I'm incorrect, the entire project is written in C#, so I'm not too inclined to port it over to something that would run on Linux.

There is mono which implements dotnet/C# on windows, macos and linux. There are several cross platform applications using dotnet/c#.

I don't care for a port as I do my gaming on windows but you should at least be aware that gaming and dotnet/c# on linux is a thing 😄

Razzmatazzz commented 4 years ago

Spending any time on a Linux port would be time better spent on something else for me. The source code is available for anyone who wants to fork and do a port.