StrataSource / Portal-2-Community-Edition

Task tracker for Portal 2: Community Edition
https://www.portal2communityedition.com
146 stars 3 forks source link

Bug: Comp_vactube compilling incorectly #1561

Open LilyBorb opened 8 months ago

LilyBorb commented 8 months ago

Describe the bug

Setting up a comp_vactube system and compiling it causes it to not work in game and give errors such as "[server_p2] Dynamic prop _vactube_mover: no sequence named:anim_000"

Additionally relevant is the animation it generates in models/maps/[map name] are named vac_anim_02ff59 or some other combination of similar characters at the end. In the past functional animation files were just named vac_anim. I've tried renaming the broken files but it does nothing.

My hammer config is for a mod and its using the postcompiler from p2ce, though the issue persists on my p2ce config.

Issue Map

tubetest.zip

To Reproduce

Compile provided map Load it vactubes don't work

Operating System

No response

TeamSpen210 commented 8 months ago

Somehow you have a mismatch between the compiler model and the packed VScripts. The model having a suffix like that is intentional in newer versions of the postcompiler, it allows you to recompile and reload the map without quitting. What version of the postcompiler are you using?

LilyBorb commented 8 months ago

The hammer compiler says srctools v2.3.10. I did a reinstall not to long ago, and I have a file called wheel-0.40.0.dist-info if that's relevant to the version. I've reinstalled p2ce to try and fix it but that didn't help.