Does anybody here know how to fix the bug where if you are standing on top of someone you slide off. it pisses me off :mad:
ooh, i once had that fixed but forgot how i did that. i'll get back to you later today.
in pmove, about line 9603...
//FIXME: don't slide off people/obstacles?
if ( pm->ps->legsAnim == BOTH_BUTTERFLY_RIGHT
|| pm->ps->legsAnim == BOTH_BUTTERFLY_LEFT ).......
Not sure if that's the right place to look, I don't have a way to test it.
NPC's have a different function for bouncing off of them, so testing this on them won't work. You'll need a client.
Found it, its in bg_pmove.c, look for the lines:
else if ( pm->ps->groundEntityNum < MAX_CLIENTS )
{
drop = 0;
}
Its under Static Void PM_Friction, just comment that code out and you should be stationary on a dude. Btw,
http://www.lucasforums.com/showthread.php?s=&threadid=139821)
is the best thread ever!!!
ty so much Tinny! very much thanks now standing on someone too do the butterfly and get in ground can be done without frustration :)
If you would like too check out our board that me and stubert report changes and things from rs url:
http://www.firetrill.com/forums/viewforum.php?f=3)
I was out of internet for a few days though so im just seeing this now.
You can jump at client under you and make lotus-position (sitting). Then you won't move :D