You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PAC3 fails to understand some comment lines in VMT files, despite the VMT being potentially valid and having no errors whatsoever. When this happens, it dumps the entire VMT to the console.
If this dump also occurs for non-local players, then this needlessly leaks part of your outfit to the other players. Given the officially unofficial stance of "don't expose my outfit's sources to the other players", this seems like something that should be fixed.
[PAC3] vmt mat_teapot.vmt wants to find texture materials/directive relative to other lines in the vmt file actually can change things.vtf for $lightwarptexture but it doesn't exist
vertexlitgeneric
{
$basetexture "vgui/white"
//$color "{255 255 255}" // customize color
// ^ pac properly handles this comment line
$lightwarptexture "models/player/pyro/pyro_lightwarp"
// the location of the $lightwarptexture directive relative to other lines in the vmt file actually can change things
// ^ pac fucks up on this comment line and dumps this entire vmt to the console
}
Refer to the VMT inside the provided .zip, as shown dumped in full to the console.
Version: 67ba3954d04bc7c992f2054505a7e8d178578cb4
The text was updated successfully, but these errors were encountered:
PAC3 fails to understand some comment lines in VMT files, despite the VMT being potentially valid and having no errors whatsoever. When this happens, it dumps the entire VMT to the console.
If this dump also occurs for non-local players, then this needlessly leaks part of your outfit to the other players. Given the officially unofficial stance of "don't expose my outfit's sources to the other players", this seems like something that should be fixed.
Demo
demo_teapot.zip
Refer to the VMT inside the provided .zip, as shown dumped in full to the console.
Version:
67ba3954d04bc7c992f2054505a7e8d178578cb4
The text was updated successfully, but these errors were encountered: