walk up/on walls?

walk up/on walls?

Re: walk up/on walls? Posted by mixojoe on Sun May 11th 2008 at 12:22am
mixojoe
6 posts
Posted 2008-05-11 12:22am
mixojoe
member
6 posts 1 snarkmarks Registered: Aug 7th 2006
Hello all, Is it possible to enable a player entity to walk up walls and/or on the roof of a room? I am working on a small HL2 mod and I want to enable this as a feature. Any help/guidance/advice would be highly appreciated.
Visit http://www.sickindividual.com
Re: walk up/on walls? Posted by Captain P on Sun May 11th 2008 at 12:34am
Captain P
1370 posts
Posted 2008-05-11 12:34am
1370 posts 1995 snarkmarks Registered: Nov 6th 2003 Occupation: Game-programmer Location: Netherlands
That's possible - in fact, I've heard about a mod that already implemented this - but it could take a bit of work. Of course, that depends on what exactly you want.

What I once did in HL was placing ladders on walls and ceilings, which worked quite well. So if you get the CSS brush-based ladder-style working with HL2, you could handle it like that. Personally, I think that's the easiest and fastest approach.
Create-ivity - a game development blog
Re: walk up/on walls? Posted by mixojoe on Sun May 11th 2008 at 12:37am
mixojoe
6 posts
Posted 2008-05-11 12:37am
mixojoe
member
6 posts 1 snarkmarks Registered: Aug 7th 2006
Thanks Captian P, I want to enable the player to walk up any walls they wish and possibly the ceiling also. I was hoping for a nice and quick little trick to enable this.
Re: walk up/on walls? Posted by Crollo on Sun May 11th 2008 at 3:46am
Crollo
148 posts
Posted 2008-05-11 3:46am
Crollo
member
148 posts 15 snarkmarks Registered: May 8th 2008 Location: Canada
mixojoe said:
Hello all, Is it possible to enable a player entity to walk up walls and/or on the roof of a room? I am working on a small HL2 mod and I want to enable this as a feature. Any help/guidance/advice would be highly appreciated.
:leper:
Re: walk up/on walls? Posted by Riven on Sun May 11th 2008 at 5:41am
Riven
1640 posts
Posted 2008-05-11 5:41am
Riven
Wuch ya look'n at?
super admin
1640 posts 1266 snarkmarks Registered: May 2nd 2005 Occupation: Architect Location: Austin, Texas, USA
The "Ballmen" mod implements that idea as their main gimmick. You could build a map based on that mod I suppose.
Blog: www.playingarchitecture.net
LinkedIn: Eric Lancon
Twitter:@Riven202
Re: walk up/on walls? Posted by mixojoe on Sun May 11th 2008 at 6:26am
mixojoe
6 posts
Posted 2008-05-11 6:26am
mixojoe
member
6 posts 1 snarkmarks Registered: Aug 7th 2006
Thanks heaps Riven for that source. I am looking at it right now..drool
Re: walk up/on walls? Posted by reaper47 on Sun May 11th 2008 at 11:24am
reaper47
2827 posts
Posted 2008-05-11 11:24am
reaper47
member
2827 posts 1921 snarkmarks Registered: Feb 16th 2005 Location: Austria
"Enable" the feature? That's no feature, that's something you had to program from scratch yourself. Ballmen looks great though, it seems they got it to work nicely.
Why snark works.
Re: walk up/on walls? Posted by mixojoe on Sun May 11th 2008 at 11:55am
mixojoe
6 posts
Posted 2008-05-11 11:55am
mixojoe
member
6 posts 1 snarkmarks Registered: Aug 7th 2006
Well yes reaper47 but I count it I guess as a gameplay feature. As said earlier I was hoping for a nice little building trick to get around having to go hardcore and program.