Page 1 of 1

Map-Making Question

Posted: Sun Sep 10, 2006 6:04 am
by bowser484
What entity types/settings are used to make couches, bookshelves, vending machines, etc.?

I've tried prop_physics_multiplayer but that doesn't quite work. Can't stand on the objects, you slip right off.

Posted: Sun Sep 10, 2006 8:44 am
by Games
If you run a server use these settings:

[1]

Q ) How can i move the furniture to create baricades ?

A) put this in your zombiemod.cfg or server.cfg

sv_turbophysics 1 //now you can stand on barrels, tables, and push them by +use
phys_pushscale 3 // changes gravity physics when shooting something as it blows back X times further

Posted: Sun Sep 10, 2006 2:21 pm
by Grey Echo
I believe he's asking what prop type to use when creating a map...in which case...

Use "prop_physics_override" when making sofas and chairs and such if you want to be able to stand on them. I'd still suggest "prop_physics_multiplayer" as this is the prop type most used on a zombie map, but whatever fits your needs...they both work, anyway.

Good luck on your next map! :)

Posted: Sun Sep 10, 2006 4:03 pm
by Games