
SOLID_BSP
#3628 posted by
Valentine on 2026/07/17 19:25:18
I made some progress with SOLID_BBOX but the player slides on top of the pushable instead of walking.
I'm now experimenting with SOLID_BSP and MOVETYPE_PUSH but this has problems with animating the fall. I'm trying to write something that will call SUB_CalcMove(). And brush collision detection will probably not work either.

The Pushable Now Works Fairly Well!
#3629 posted by
Valentine on 2026/07/19 11:05:46
So I finally managed to make this work, with some simplifications and workarounds. The pushable drops on the ground with constant speed only and collision against walls is only checked from the bounding box's corners (so if the wall is narrower, it will go through the wall) but this is good enough for most maps. And I'm planning to still make a few more improvements.
The latest code is in my github if anyone wants to take a look:
https://github.com/ValentineQwerty/vqmdk/blob/master/qc/entities/pushables.qc

Works Great!
#3630 posted by
madfox on 2026/08/05 02:37:15
Fun for puzzles.
I could never archive this kind of thing.
Sorry not slopes.