Tripwire Interactive Forums

Go Back   Tripwire Interactive Forums > Killing Floor Forums > Technical Support > The Bug Report

Reply
Click here to go to the first Dev post in this thread.  
Thread Tools Display Modes
  #1  
Old 06-14-2009, 04:00 AM
-edy- -edy- is offline
Member
 
Join Date: May 2009
Location: California
Posts: 32
Default weird glitch? Smaller person?

I've been playing kf a lot and started noticing a bug that happens every once in a while. I notice that after some time playing my character seems to feel shorter then everyone else, It happens randomly not all the time though.

For Example, I'll be playing and all of a sudden I notice I'm below chest level of everyone including zombies, and it throws off my aiming and I can't head shot any clots or gorefast with the knife even if I'm aiming at there head.

Not sure if this has happend to anyone else though..it is a little annoying though. Just thought I'd post it up here see if anyone knows why this happens to me :\.
Reply With Quote
  #2  
Old 06-15-2009, 09:04 AM
grex4d's Avatar
grex4d grex4d is offline
Junior Member
 
Join Date: May 2009
Posts: 19
Default

just press crouch, should put you back up to normal eye height, same thing was in ut2004
Reply With Quote
  #3  
Old 06-15-2009, 05:05 PM
KaitoZaras's Avatar
KaitoZaras KaitoZaras is offline
Junior Member
 
Join Date: Jun 2009
Location: Hagerstown MD
Posts: 22
Default

Make sure you're not hitting the Crouch button cause if you do you will crouch and you have to hit it again to un-crouch. If you notice this and you are walking really slow then that is the problem.
Reply With Quote
  #4  
Old 06-16-2009, 03:28 PM
Griever's Avatar
Griever Griever is offline
Senior Member
 
Join Date: Jun 2009
Location: Finland
Posts: 419
Default

Happened to me also, once. I noticed I was smaller compared to others, and tried to fix it. But it didn't go away from pressing crouch, jump, or anything. Team mate said my legs were under floor, so I was stuck on floor and I couldn't jump or crouch, or go through doors.

Lucky me it happened on Patriarch fight... It didn't end well
Reply With Quote
  #5  
Old 06-16-2009, 09:57 PM
-edy- -edy- is offline
Member
 
Join Date: May 2009
Location: California
Posts: 32
Default

same, crouch didn't fix it either. I also have problems where every once in a while it feels like i'm floating like low gravity. other people see me and they say it looks like i have low grav. it goes away when i recconect though.
Reply With Quote
  #6  
Old 06-26-2009, 10:28 AM
thegrimace thegrimace is offline
Junior Member
 
Join Date: Jun 2009
Posts: 4
Default

I have fixed it before by holding crouch and pressing jump while crouched. When I stood back up the height difference was no longer there.
Reply With Quote
  #7  
Old 07-08-2009, 02:06 PM
Old Man {OMG}'s Avatar
Old Man {OMG} Old Man {OMG} is offline
Member
 
Join Date: Jul 2009
Location: In some S*** Shack.
Posts: 55
Default I know how to fix it.

Its called the *small man syndrome*. I dont know the cause but all you have to do is crouch, then jump while already crouched, that should fix it. I had it a couple of times before.
Reply With Quote
  #8  
Old 07-09-2009, 07:03 AM
rallfo rallfo is offline
Senior Member
 
Join Date: Jun 2009
Posts: 188
Default

Sounds to me, based on this bug, this one http://forums.tripwireinteractive.co...ad.php?t=34441 and this one http://forums.tripwireinteractive.co...ad.php?t=33944 that PlayerController et al could do with a good going over
Reply With Quote
  #9  
Old 07-09-2009, 12:57 PM
Stixsmaster Stixsmaster is offline
Senior Member
 
Join Date: May 2009
Posts: 170
Default

Uhm...I had this happen recently...and well I hit the crouch and jump buttons quite consecutively and they did jack squat for me...so that is not the solution to the problem...

---Stixsmaster
Reply With Quote
  This is the last developer post in this thread.   #10  
Old 07-09-2009, 03:32 PM
Xienen's Avatar
Xienen Xienen is offline
Tripwire Alumni and Break Blocks Owner
 
Join Date: Mar 2007
Posts: 1,676
Default

If anyone can come up with a cause for us, we should be able to fix this issue. Any ideas on how to make it happen?
Reply With Quote
  #11  
Old 07-09-2009, 03:37 PM
{MEAT}::Killer:: {MEAT}::Killer:: is offline
Senior Member
 
Join Date: Mar 2009
Posts: 126
Default

Quote:
Originally Posted by [TW]Xienen View Post
If anyone can come up with a cause for us, we should be able to fix this issue. Any ideas on how to make it happen?
I have an idea what it could be.
Say your crouching on the top of a wall.
There is actually another slight bug here because if you get pushed by some other force (explosion/stalker/pat) then you will fall off even if your crouching. So say you've just been pushed off by a explosion. KF thinks that your still crouching because the crouch toggle is on but KF also stops thinking your crouched because your not on the wall any more and therefore puts you into proper walking mode.
So this creates a view problem.
Your walking with the view of a crouched person

Hope you can understand this and it helps
Reply With Quote
  #12  
Old 07-10-2009, 03:53 AM
Discoisntdead's Avatar
Discoisntdead Discoisntdead is offline
Senior Member
 
Join Date: Jun 2009
Posts: 332
Default

Quote:
Originally Posted by [TW]Xienen View Post
If anyone can come up with a cause for us, we should be able to fix this issue. Any ideas on how to make it happen?
Usually happens when you're crouched on a raised object and shooting. A desk for example. When you jump down, you'll be shorter than everyone else.
I think that the only way to fix this is to hop on another raised object once again.

I'm pretty sure the bug's got something to do with the recoil mechanism- because of the way every gun slightly pushes you back every time you fire it. Seems you may also get pushed "into" a texture.
Reply With Quote
  #13  
Old 07-10-2009, 12:00 PM
rallfo rallfo is offline
Senior Member
 
Join Date: Jun 2009
Posts: 188
Default

If the crouching code is going to have to be reworked to fix this, I'd like to tack on that the behaviour of not falling of ledges when crouched is an unnecessary hangover from UT2004.

It made sense when sniping from a ledge on CTF-Face, it does not make sense in Killing Floor when it would actually be useful to be able to hop off an object while still crouched and levels do not incorporate such large vertical spaces.

Furthermore it is actually possible to get stuck on top of objects that are too close to the ceiling while crouching (not enough room to stand up).

Removing the no-fall mechanic would improve player manoeuvring around KF levels and would reduce the complexity of the player movement & eyeheight calculating code (improving the efficiency of the most frequently executed unrealscript in the game) and that might help make bugs like this more easily identifiable.

Indeed one poster above me hypothesised this bug might be BECAUSE of the no-fall code.

Last edited by rallfo; 07-10-2009 at 12:04 PM.
Reply With Quote
  #14  
Old 07-12-2009, 01:20 PM
Soanos Soanos is offline
Senior Member
 
Join Date: Jul 2009
Location: Finland
Posts: 492
Default

Quote:
Originally Posted by rallfo View Post
Removing the no-fall mechanic would improve player manoeuvring around KF levels
Actually, it would make players fall off ledges, in the middle of funry specimens. I think I'll rather risk of having my view glitched a little.
Reply With Quote
  #15  
Old 07-16-2009, 05:06 AM
rallfo rallfo is offline
Senior Member
 
Join Date: Jun 2009
Posts: 188
Default

Quote:
Originally Posted by Soanos View Post
Actually, it would make players fall off ledges, in the middle of funry specimens. I think I'll rather risk of having my view glitched a little.
There are no ut2004-style sheer drops in any of the official maps and I struggle to name any custom ones as well.

I still maintain that this no-fall mechanic has caused players far more problems (getting stuck on objects where there is not enough room to stand) than any times it has actually been advantageous.

The vast majority of players have come from other steam games where there is no such no-fall mechanic, therefore they do not expect one nor use it and may find it actually interferes with their pre-existing FPS mobility skills.

Last edited by rallfo; 07-16-2009 at 06:10 AM.
Reply With Quote
  #16  
Old 07-16-2009, 09:41 AM
Soanos Soanos is offline
Senior Member
 
Join Date: Jul 2009
Location: Finland
Posts: 492
Default

Quote:
Originally Posted by rallfo View Post
There are no ut2004-style sheer drops in any of the official maps and I struggle to name any custom ones as well.
It is not about falling down and hurting yourself in a fall, but falling off in the middle of several specimens that eat you. For example, KF-Fortin has some high walls and windows in the ceiling which you can use to defend the fortress and there are many other maps where you need to be able reach over an edge of a platform or a ledge to be able to find a decent firing position. What I'd suggest is that upon falling the crouch would be canceled and the player would fall on the ground standing up properly.

Last edited by Soanos; 07-16-2009 at 09:42 AM.
Reply With Quote
  #17  
Old 07-16-2009, 12:37 PM
rallfo rallfo is offline
Senior Member
 
Join Date: Jun 2009
Posts: 188
Default

My point is this whole no-fall-while-crouching behaviour adds unnecessary complexity to PlayerController that is very likely the source of this bug.

I have had a good look but with all the stuff relating to this mechanic it is difficult to see what is actually going on in the landing while crouched situation that appears to trigger this bug.

If you want to keep this behaviour by all means look at the code for PlayerController and try and fix it!

However it is a very subtle bug in some of the game's most important code that still has gone unfixed by Epic and TWI up until now, so I believe simply removing it entirely and reverting to a normal binary crouching system is far simpler.

It is purely coincidental that I think removing it entirely would actually improve the game.

But by your logic about protecting players from nasty falls perhaps all players should never be able to leave the helicopter at the start in case they get eaten. Seriously if fortin was the best map with a ledge you could come up with (and imo it's one of the worst kf maps out there lol) that would almost be a reason in itself in favour of this
Reply With Quote
  #18  
Old 07-19-2009, 12:50 PM
Soanos Soanos is offline
Senior Member
 
Join Date: Jul 2009
Location: Finland
Posts: 492
Default

Quote:
Originally Posted by rallfo View Post
Seriously if fortin was the best map with a ledge you could come up with (and imo it's one of the worst kf maps out there lol) that would almost be a reason in itself in favour of this
I have about 80 custom maps to try out here, give me a break. I have only tried a few so far and I still have loads to go trough.
Reply With Quote
  #19  
Old 07-19-2009, 07:42 PM
Nanostrike's Avatar
Nanostrike Nanostrike is offline
Senior Member
 
Join Date: May 2009
Posts: 2,027
Default

Quote:
Originally Posted by [TW]Xienen View Post
If anyone can come up with a cause for us, we should be able to fix this issue. Any ideas on how to make it happen?
I dunno. Honestly, it happens to me sometimes as soon as I spawn in! Reconnecting is, as far as I know, the only reliable way to fix it as well...
Reply With Quote
Reply
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:16 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2005 - 2013, Tripwire Interactive, LLC