Is there some sort of function in Hammer to make gravity directional, so if I had a large Mobius strip as some sort of track for vehicles, people could ride (or at the very least walk) on it without falling off?
Not possible in Hammer, unless you got really creative with trigger_push or trigger_vphysics_whateverit'scalled and stuff. Might be possible with Lua...
If it is single player you could set up a bunch of triggers that would rotate the entire world slowly, but this would be quite an undertaking.
[QUOTE=Skyhawk;21761237]Not possible in Hammer, unless you got really creative with trigger_push or [B]trigger_vphysics_whateverit'scalled[/B] and stuff. Might be possible with Lua...[/QUOTE]
[url=http://developer.valvesoftware.com/wiki/Trigger_vphysics_motion]Trigger_vphyics_motion[/url]
Oh, thanks guys! Does the trigger_vphysics_motion also make you go slow and/or less affected by gravity? I found a map where there was a large room that you could jump in, and it was as if you were on the moon.
You can't rotate the player in source, as far as I know.
[QUOTE=yuki;21782475]You can't rotate the player in source, as far as I know.[/QUOTE]
Yes you can.
Sure you can, just think about riding in vehicles.
Maybe there is something you could parent the client to that would rotate them around.
What a big pain in the ass that sounds like. :frown:
[QUOTE=yuki;21782475]You can't rotate the player in source, as far as I know.[/QUOTE]
Portal.
[QUOTE=~ZOMG;21796414]Portal.[/QUOTE]
That's modified Source engine stuff though, I thought. Or is it a default part?
Portal uses the orangebox engine.
You can also do it in Lua.
Yea but what about other people looking at you? The thing I hate most is bad player animations on guns.
[QUOTE='[yournamehere];21828431']Yea but what about other people looking at you? The thing I hate most is bad player animations on guns.[/QUOTE]
Yes. Look at spidermod.
Some mod awhile back had the ability to walk on walls ad what not. All the characters were made out of balls though.
In any case, you're probably going to need to code something.
Edit:
[QUOTE=Firegod522;21829092]Yes. Look at spidermod.[/QUOTE]
Snip-snap.
[QUOTE='[yournamehere];21828431']Yea but what about other people looking at you? The thing I hate most is bad player animations on guns.[/QUOTE]
Third person Lua animations are going to work in the next update as far as I know.
Sorry, you need to Log In to post a reply to this thread.