dymanoid

Results 55 comments of dymanoid

This issue is not caused by Real Time. There is some other mod that patches the method `DisasterManager.IsEvacuating` which is called by Real Time. When Real Time calls that method,...

The root cause for both issues is this: https://www.sqlite.org/faq.html#q18 > The default configuration of SQLite only supports case-insensitive comparisons of ASCII characters. To solve this, we need to overload the...