So seeing the outrage over the ticket system on in the Steam reviews, I decided to see if something can be done about it. Sure enough, removing the need for tickets is very easy. Here's how to do it:
1. Download dnSpy (https://github.com/dnSpy/dnSpy)
2. Drag and drop in all the DLLs from the managed folder (not sure if all are necessary, but good practice since just copying the needed DLL can cause recompilation issues)
3. Go to the ticketReaderElevator script in the Assembly-CSharp.dll, and in line 93 and change the value from "false" to "true" using the method editor from the right click menu.
4. In the file menu, save the module and ignore any warnings it may give you.
5. Run Anemoiapolis and enjoy freely roaming the liminal spaces, and negative ticket counts...
For a seasoned .NET DLL reverse engineer like me this was hands down one of the easiest things to patch, lol.