IntriguingTiles
IntriguingTiles
This is caused by attempting to read any data that lies within the `.voltbl` section in Synergy's binaries. It looks like Windows blackholes sections that don't have any characteristics set.
As a workaround, you can replace `lib.memorySize = opt->SizeOfImage;` with `lib.memorySize = opt->SizeOfCode + opt->SizeOfInitializedData + opt->SizeOfUninitializedData;`, which will work with Synergy's binaries for both metamod and sourcemod. However, this...
Synergy's `development` beta branch now has characteristics set for the `.voltbl` section for `engine.dll` and `server.dll`, so this will no longer be an issue once the update is released to...
I'm pretty sure that's a level design issue, which would be out-of-scope for this project.
I've noticed this as well, probably fixable.
It should be possible, but I'd need to make a special build.
I made sure the CI tests passed before I released the new version. It seems like cleverbot is currently down as accessing it through cleverbot.com doesn't work either.
> Is it possible to somehow fix the problem when using textures in higher resolution, bugs appear (decals become much larger than necessary or problems with UV)? In Xash 3D...