Jump to content

[General] - Can't play without movement prediction = true


DarkXero

Recommended Posts

Bug Submission:

Category: General
Issue Title: Can't play without movement prediction = true
Issue Description:

I can't play without movement prediction.
I use keyboard and mouse.

sg index not found in line 1928 of playercontroller.lua

Steps to Reproduce:

1) Set USE_MOVEMENT_PREDICTION to false
2) Enter any server

Alternatively,
1) Join any server
2) Run EnableMovementPrediction(false) on console

I was about to chastise you, but then I realized what you were actually saying. Title was a bit misleading.

 

Also, if it happens with EnableMovementPrediction being turned on or off, then it really isn't the fault of the movement prediction system.

@Silentdarkness1, His first set of repro steps are off. It should be to set USE_MOVEMENT_PREDICTION = false. It looks like one of the controller support changes assumed that movement prediction was on at that part, and is referencing the stategraph, which doesn't exist on clients if you don't have action prediction on.

rezecib, yes, thank you, I screwed up.

 

This can be "fixed" by adding a "self.inst.sg and" in that line of playercontroller, only clients need to do this.

My concern was if doing that broke something else, or that maybe a stategraph should be there.

 

V2C, I'm glad you guys caught this, thanks!

rezecib, yes, thank you, I screwed up.

 

This can be "fixed" by adding a "self.inst.sg and" in that line of playercontroller, only clients need to do this.

My concern was if doing that broke something else, or that maybe a stategraph should be there.

 

V2C, I'm glad you guys caught this, thanks!

 

 

Can you please tell me, where exactly I have to insert this?

 

 

 

My error looks like this

 

post-313392-0-14882000-1423944710_thumb.

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...