GMLambda / Lambda

Half-Life 2 series Co-Op Gamemode
MIT License
78 stars 13 forks source link

trigger_once is breaking certain campaign maps #325

Closed ChapperNi closed 1 week ago

ChapperNi commented 1 week ago

the trigger_once entity is causing some maps trigger_teleport to not function, i used Icarus Project 1&2's starting teleporter as an example. deleting trigger_once.lua in the entities folder makes them work again

ZehMatt commented 1 week ago

I will have a look. Also are you using the workshop version or the code from GitHub?

ZehMatt commented 1 week ago

I found the root cause but I'm not even sure why that's a thing. image this should be image I will push a work-around for this, there is absolutely nothing in the Source SDK that deals with those 🤷‍♂️

Edit: Looks like newer Source games use this according to Rubat.

ZehMatt commented 1 week ago

This should be fixed, let me know if you run into any other issues.