Pinned replies
Avatar
Wappen Developer
  • Answer
  • Fixed
Quote from Anonymous

great to hear that you found the root of the issue. 

Very much appreciated your help! If not then, this issue would be left unknown to me for who know long!

Fixed in 0.8.12-demo-872

Avatar
Anonymous

dont move threads in steam! i cant reply there and im forced to answer here!! 

  • Do you have any USB controller or gamepad connected? It might interfere (?) with the control. You can try disconnect them or set "Gamepad preset" in the option menu to None. -> doesnt help
  • Some people have problem with Steam controller settings, you could try disable them like here in this picture: https://imgur.com/a/GXrMuHA -> i have no controller
  • Are you be able to use WASD to select/navigate the menu? Yes
  • Does this still when you entered normal game also? (career mode) Yes
  • Does changing key config preset in option menu (maybe to arrows preset) makes you able to play the game? no
Avatar
Wappen Developer
  • Under review

Both player log files was OK. No Error found, has to reproduce the problem hard way by guess.

Avatar
Wappen Developer

- Does character appear floating like this? (screenshot) Or did he stick to ground?

- Does character display running animation at all? or simply stand still and turn around.

- Does the game said something about over-weight? (it will show the black weight 1t icon) Any icon appear around character model?

Avatar
Anonymous

- Does character appear floating like this? (screenshot) Or did he stick to ground?

-> stick to the ground

- Does character display running animation at all? or simply stand still and turn around.

-> Stand still and just turn around

- Does the game said something about over-weight? (it will show the black weight 1t icon) Any icon appear around character model?

->No

Avatar
Wappen Developer

Ok, based from your screenshot, that is super broken, it's nowhere what I had in mind (sweat).


But new possibility also came to me, it could be game database is in broken state, due to playing in non-English environment. I will have to setup virtual machine to test it.

Avatar
Wappen Developer
  • Started

Found the problem, the game database will be interpreted wrongly in European locale.

Such as when the database says "range=1.6"

In German Windows locale where comma and dots are reversed, Range will be interpreted as "16" !!! instead. 

(Thus very huge red fan displayed in the screenshot)

And thus probably kill the movement system as well.

[Technical note]

C# snippet for this test is

> float.Parse( "1.6", System.Globalization.NumberStyles.Any, new System.Globalization.CultureInfo("en-us") )
1.6
> float.Parse( "1.6", System.Globalization.NumberStyles.Any, new System.Globalization.CultureInfo("de-DE") )
16
Avatar
Anonymous

great to hear that you found the root of the issue. 

Avatar
Wappen Developer
  • Answer
  • Fixed
Quote from Anonymous

great to hear that you found the root of the issue. 

Very much appreciated your help! If not then, this issue would be left unknown to me for who know long!

Fixed in 0.8.12-demo-872

Avatar
Anonymous

i tried it now, after the update i can move! 


Reply to