SonicEraZoR / Portal-Base

Port of Portal 1 2007 leaked source code to Source SDK 2013. Also includes fixes for Half-Life 2 maps and gameplay.
Other
111 stars 15 forks source link

Displacement & Other Simulator Fixes #21

Closed WonderlandWar closed 1 year ago

WonderlandWar commented 1 year ago

This fixes displacements and improves the fix for nonsolid static props. I wasn't able to compile this without crashes (even before all of my changes), so you may need to do testing yourself before officially using this.

SonicEraZoR commented 1 year ago

Well, sorry to disappoint but it doesn't work if you place a portal on a displacement, you can't actually go through a portal.

The improved fix for non solid static props does make sense though. I can just copy the code from the pull request and commit it myself (and give you credit) or you can make separate pull request just for it.

WonderlandWar commented 1 year ago

You could include the fix, but keep it as a convar, it's enabled by default, "portal_clone_displacements".

SonicEraZoR commented 1 year ago

I don't see a point in including non fully working fix even if it's hidden behind a con var