ericw-tools icon indicating copy to clipboard operation
ericw-tools copied to clipboard

Revisit escape sequence warnings in qbsp

Open ericwa opened this issue 9 years ago • 2 comments
trafficstars

  • don't accept \" for escaping a double quote, because no engines accept it.

ericwa avatar Aug 11 '16 07:08 ericwa

Reference: http://celephais.net/board/view_thread.php?id=61211&start=468

ericwa avatar Sep 08 '16 02:09 ericwa

FTE supports \" and has done for a while. I don't see many maps actually needing it (so qbsp warning that its probably not supported is fine), but saved games are much more likely to need it. and yes, its a significant issue when maps contain "wad "c:\path" with no actual wad name.

for the wad key specifically it might be a good idea to just strip the paths (after loading it, obviously), or even the entire key (unless -notex was used, which may still need it). This would significantly reduce the frequency of warnings.

Shpoike avatar Jun 28 '17 18:06 Shpoike