Skip to content

Compile Pal V028.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Exactol Exactol released this 29 Oct 19:52
· 23 commits to master since this release

Deprecations

Windows 7 is no longer officially supported. While Compile Pal should continue to work, a warning is displayed and certain features may not work as expected. Known issues include not being able to automatically check for updates

Features

Output window now uses a fixed width font (Cascadia Code) when available (#205)
Improved KV parsing by @bottiger1 in #207
Added No .sw.vtx parameter to Pack by @talascio in #216

  • Skips packing unused .sw.vtx files to save filesize

Added -dumppropmaps VRAD param (2013 MP only) by @SirYodaJedi in #217
Added Normal Priority parameter to VBSP, VVIS, and VRAD for running with normal process priority

  • Normally these processes are run with a below normal priority to prevent them from freezing your computer when they run, but sometimes this can sometimes cause slow compiles for processors with E-Cores

Added Add Source Directory parameter to Pack (#208)

  • Allows you to specify additional source directories to search when looking for content to pack, supports glob patterns

Added Iterations parameter to Cubemaps step (#185)

Added support for packing

  • point_worldtext fonts
  • skybox_swapper sky materials by @bottiger1 in #207
  • $portalmasktexture and $portalcolortexture (#214)
  • TF2 upgrade files, color_correction_volume, func_dustcloud, and func_dustmote by @talascio in #216
  • VScript precached sounds and models

Fixes

Fixed packing failing if there is a command with no spaces in the parameters by @bottiger1 in #207
Fixed packing single material skyboxes by @bottiger1 in #207
Fixed regression when manually including files
Fixed copy and pasting compile output not displaying properly in discord

New Contributors

Full Changelog: v028.1...v028.2