Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for collides serialization #186

Open
PiMoNFeeD opened this issue Aug 24, 2023 · 1 comment
Open

Add support for collides serialization #186

PiMoNFeeD opened this issue Aug 24, 2023 · 1 comment

Comments

@PiMoNFeeD
Copy link

So after hearing back nothing about #170, I decided to duct-tape a hack that would pass the missing interfaces from the wrapper into the actual physics DLL to see how that would go, and I learned that unfortunately, it is impossible to use VPhysics Jolt to compile any assets (models & maps), because it simply can't serialize any physics data, which annoyingly means that I have to keep swapping the dlls around to compile an asset. Could this be fixed?

@Bagellll
Copy link
Contributor

@PiMoNFeeD I had taken a personal interest in this issue and began working on it in my own fork here. Most of my changes aren't committed at the moment though because for them to be compatible with main, #184 would have to be merged in, which allows for Jolt serialization. At my current progress a map can compile but is having trouble when brush entities or most non-static entities are compiled in (vvis and vrad working as intended, the problem lies in vbsp). I'll probably commit what I have soon to my own fork regardless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants