bob7l
bob7l
Damn I've never seen such a massive database lol. I'm pretty amazed your table has been able to sustain such a beating over the years. This is also NOT an...
4,294,967,295 is an absolutely MASSIVE amount of rows and I've never heard of anyone being able to increment the number that high. The only reason Oxy was able to do...
Honestly MySQL isn't very optimial when removing indexed rows, especially at your current table size. I'd recommend you just reset the table altogether and start fresh. Block-data is stored in...
That is thanks to MySQL. Innodb does not release disk space. This is why most people use "innodb_file_per_table". That way running optimize table actually is able to free space. What...
You should be able to disable scaling for specific applications through properties->Compatibility->Change high DPI settings OpenGoal could implement a fix too: https://learn.microsoft.com/en-us/windows/win32/api/shellscalingapi/nf-shellscalingapi-setprocessdpiawareness
> what you linked was attempted, it fixed some problems, clearly not all of them. https://github.com/open-goal/jak-project/pull/2730/files Have you tried to set it in the manifest? https://learn.microsoft.com/en-us/windows/win32/api/shellscalingapi/ne-shellscalingapi-process_dpi_awareness
Mob spawner is a tile entity and uses another method other then data value for setting the entity type. My best idea for support would be to set the data-id...
I wouldn't use the word "fix", more like add support for it. And yes, when I'm able to work on my personal projects such as HawkEye i will add this...
I'll most likely have to define a new parameter for items considering all the f: parameter does is define a string to search for inside the database. Since the data...
I'm confused.. Are you saying you cannot search for extracts/inserts in the web interface, or using the HawkEye plugin? And it will be done in a few weeks or so...