James B
James B
Here is my current situation: When loading a custom BitmapFont creating using MBFont, it looks really awful. This is because when the font texture(s) are loaded, the alpha is not...
The DebugConsole used a really bad switch statement to detect key input. It was hard-coded to work with a standard US keyboard layout. If using another keyboard layout, it would...
It doesn't look like this repo is actively maintained but I will post this in the hope that someone can fix this at some point. **Describe the bug** When boxed...
I got the reloader to build by updating it to .NET 4.7.2 to match the Rimworld version, which fixes an missing reference caused by attempting to build against 3.5. The...
I am not sure whether this is expected behaviour or not, but I could not find any reference in the documentation to static fields not being supported. I am trying...
All wrapper sections completely ignore the `RESULT` value returned by the native library calls. This makes it impossible to know if some call is not working, for example loading an...