Game Development Community

Bumpy running

by Jeff Leonard · in Technical Issues · 06/16/2006 (12:48 pm) · 2 replies

So, I have like 8 different characters in my game right now. each with their own stats like health, mass, running speed, and jump power

Then suddenly, For no reason, my faster characters start shaking when they run. The camera bounces up and down.

I got the lastest build from a partner of mine, and apperently he didn't touch anything that deals with character movement. He did something, but neither of us knows what.



Has any encountered a glitch like this before? What code should I be double checking? This is wierd.

#1
06/16/2006 (1:20 pm)
Jeff do you have the latest version? the datablock for the characters might not be loading properly. otherwise yah man i didn't touch the character's scripting files. check the chracterselect and try changing the

%player.dataBlock = AssassinBody;
to
$player.setDatablock(AssassinBody);
in the select if's

other then that check what version the character .cs's are maybe they are old?

(btw i'm the partner)
#2
06/16/2006 (1:53 pm)
Actually, its %player.setDatablock(AssassinBody); and it works perfectly now

Communication between people is essential

(especially when they're in the same room)