Closed RandomBrushes closed 8 months ago
The current model for the spawn has a frame name ("Extend Tentacles") that is too long and can lead to buffer overflows in engines.
Ironwail and Quakespasm have this patched now (https://github.com/andrei-drexler/ironwail/commit/260752f597e4f5e2ec256c71f4945cd10a7d4dbe), but other engines could still crash.
Maximum safe frame name length is 15.
oh heard
should work
issue fixed in this currently pending pull req https://github.com/MissLavender-LQ/LibreQuake/pull/121
The current model for the spawn has a frame name ("Extend Tentacles") that is too long and can lead to buffer overflows in engines.
Ironwail and Quakespasm have this patched now (https://github.com/andrei-drexler/ironwail/commit/260752f597e4f5e2ec256c71f4945cd10a7d4dbe), but other engines could still crash.
Maximum safe frame name length is 15.