Worst
Mini-Member

Posts: 72
Registered: 09-07 |
If using ZDoom, then yeah there doesn't seem to be actor properties for friction. (at least as far as I could find..)
but if you don't mind affecting friction for all actors, then you could use a TERRAIN lump with a DefaultTerrain block (requires zdoom 2.4.1)
this would affect all flats that have no terrains defined to them.
code:
terrain lowfriction
{
friction 1.70
}
defaultterrain lowfriction
EDIT2:fixed the code.
Last edited by Worst on 03-28-10 at 12:03
|