Skip to content

RainMeadow Mod Sorter is a utility program designed to allow for easy sorting of the RainMeadow lobby allowed, banned, and high-impact mods, written in C#.

License

Notifications You must be signed in to change notification settings

magicmathman1/RMMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

RMMS

RainMeadow Mod Sorter is a utility program designed to allow for easy sorting of the RainMeadow lobby allowed, banned, and high-impact mods, written in C#. This version of RMMS uses a text-based UI. Don't worry, I took time making it look decent!

+----------------------------+

Compile Instructions

  1. Install Dotnet if you haven't already. .net Download (Microsoft)
  2. In the project's root directory in your favorite terminal, run
    • For Windows: dotnet publish -c Release -r win-x64 --self-contained true -o ./publish
    • For Linux: dotnet publish -c Release -r linux-x64 --self-contained true -o ./publish
    • Remove --self-contained true if you keep dotnet installed because it bloats the folder size.
    • Make sure you have dotnet added to your Path, otherwise use the dotnet binary path.
  3. Congratulations, you've stumbled across a project so simple, it doesn't require any stupid additional libraries to bloat your drive!

+----------------------------+

This project is completely open-source under the GNU General Public License v3, allowing you to

  • Use this software,
  • Modify this software,
  • Redistribute this software,

free of charge, with the sole condition that all modified and/or redistributed versions utilize the same license.(See LICENSE for license.)

Credit is not required, but appreciated!

About

RainMeadow Mod Sorter is a utility program designed to allow for easy sorting of the RainMeadow lobby allowed, banned, and high-impact mods, written in C#.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages