Move displacement at runtime

FatalError418

L1: Registered
Aug 28, 2023
5
0
I want to move a displacement down when hit. I tried just moving the displacement down, but I can't parent the displacement. If it was a prop, I could easily make it work, just make it prop physics detect health change and activate a func_movelinear. However, I couldn't get Propper to work, and I tried using VMF to SMD but then didn't have QC files to compile it into a model, and studiocompiler isn't running windows 11. Nothing seems to be up to date lol. I don't think there's any other way to move a displacement, or parent a displacement in this case. I'd be fine using VScript, I'm already going to use it in this map. Thanks in advance. Here's my VMF btw
 

Attachments

  • trench.vmf
    12.4 KB · Views: 30

FatalError418

L1: Registered
Aug 28, 2023
5
0
Sorry for the late reply, thank you! I needed to create another solid not just the displacement, hidden within the displacement for propper to work. Thanks again!