Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Players sliding...

Page: 1 of 1
 ensiform
11-07-2004, 3:31 PM
#1
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:
 Tinny
11-08-2004, 5:35 AM
#2
ooh, i once had that fixed but forgot how i did that. i'll get back to you later today.
 Barada
11-09-2004, 6:24 PM
#3
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.
 Tinny
11-09-2004, 8:20 PM
#4
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!!!
 ensiform
11-12-2004, 5:23 PM
#5
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.
 MeusH
11-14-2004, 11:21 AM
#6
You can jump at client under you and make lotus-position (sitting). Then you won't move :D
Page: 1 of 1