Eric Wasylishen
Eric Wasylishen
Something like `"model" "progs\lavaball.mdl"` gets parsed as `progs\avaball.mdl` by vanilla (see: https://github.com/id-Software/Quake/blob/master/WinQuake/pr_edict.c#L693 ). This should give a clear qbsp warning, but warnings about backslashes in "wad" should probably be ignored...
Recently several maps have been released with >512 char long key values for the TB wads key (crashing Quakespasm). This should generate a warning at map compile time.
map from therektafire: [fakert.map.txt](https://github.com/ericwa/ericw-tools/files/3722053/fakert.map.txt)
"_light_cmdline" "_light_ver"
For secret doors it could be useful to light some of the faces at an alternate "open door" position. This would be a more powerful version of _minlight_exclude. e.g. ```...
Suggestion from Lunaran - The light should not be blocked by the world. - Should interact smoothly with _shadowself - Bounce should ignore these This would be for lighting doors/plats...
They do so inconsistently for some reason. example map, cages with the dogs are solid: [dog.map.txt](https://github.com/ericwa/ericw-tools/files/3342261/dog.map.txt)