Comments

Commented 1 year ago2023-02-03 16:56:23 UTC in vault item: Borealis Prefab Comment #105051
May I port this prefab to the Source engine for my Half-Life 2 mod, "Half-Life 2 Episode 3: The Return"? I will only be using it for the exterior portion. Thank you.
Sure, use it however you want :)
Commented 3 years ago2020-11-25 07:09:05 UTC in vault item: Vanilla sprite train Comment #103088
This is much better than having to turn a point entity to func_train only to see it's deleted by VHE in next launch!
Commented 4 years ago2019-11-19 17:29:13 UTC in wiki page: Tutorial: Ladders Comment #102435
You can create toggleable ladders by changing func_doors' content type (empty, water, lava, etc. func_water is basically a func_door with water contents). Adding the key "skin" with the value of "-16" by turning smart edit off, you change the door's content to ladder. This makes a moving ladder (like how raising water works) but since doors weren't supposed to be used like that, the ladder behaves strangely in it's open position. You can create two very fast func_doors at where the open and closed positions of the ladder is supposed to be and make them open to inside a wall (or anywhere the player can't reach), then create a fake ladder by creating another func_door without the "skin" key to circumvent this problem.

You can also try changing the contents of a func_illusionary.