ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
220 stars 25 forks source link

PACK screenoverlays (and sounds) triggered through commands #166

Closed granis48 closed 1 year ago

granis48 commented 2 years ago

Many mappers use point_clientcommand to trigger screenoverlays or sounds (using the "r_screenoverlay x" or "play y" commands), I didn't try packing any sounds like this but the screenoverlay one right here didn't pack automatically so im assuming this isn't one of the checks for it.

image

Exactol commented 2 years ago

The play commands should be packed, let me know if that isn't working. I just pushed a fix for packing r_screenoverlay, you can download it here: https://github.com/ruarai/CompilePal/releases/tag/v027.19

Exactol commented 1 year ago

Closing stale issues, please try the latest prerelease and if the issue is still happening feel free to reopen