I've posted about this in another thread but I'm gearing up to the point where I'm ready to call it "feature complete" so I figured it was time to post in a thread of it's own.
https://the-cheshire-cat.itch.io/lcs(Screenshots are from the current update-in-progress - I'm doing a big graphical push)
This is a project I've been working on for the better part of a year at this point - it's a full re-implementation of Liberal Crime Squad (based on the source code when I started which was version 4.07.3 I think). It's not quite at feature parity yet but it's pretty close. I've been building the whole thing in Unity and once I reach the point where it's roughly equivalent to the original version I'm planning to upload the project/source files to the itch.io page in case anyone is interested in modding it.
My goals for this project were to try to make it easier to mod the game by externalizing a lot of data - even without source access you can easily add new creatures, items, and locations to the game by editing a few xml files. It's not as extensive as I'd like it to be, but it's relatively easy to understand so adding stuff can be done by anyone with a basic text editor. I also wanted to redesign the interface, not just to make it mouse-driven, but also to reduce the amount of screen-swapping needed to manage your Liberals - one of my biggest annoyances with the original game is how things like assigning activities, equipping liberals, creating squads, moving bases, etc. are all done on separate screens. Now basically everything related to managing a Liberal is done in one place, and a similar logic applies to managing bases.
Updates to this project will be posted on the itch page every so often - I don't have a set schedule but it's usually been once every week or two depending on how big the thing I'm working on is (the current update might take a bit longer since I'm not an artist so doing graphics is slow). The current version is playable, but there are still some bugs in the current release that may cause issues in certain cases. Let me know if you encounter any bugs and if possible include pastebin link to the output_log.txt Unity generates (you'll see a little notification in the lower left corner when an exception happens - that's why the game is still in "Development Build" mode).