DarkXero Posted February 13, 2015 Share Posted February 13, 2015 Bug Submission:Category: GeneralIssue Title: Can't play without movement prediction = trueIssue Description:I can't play without movement prediction.I use keyboard and mouse.sg index not found in line 1928 of playercontroller.luaSteps to Reproduce:1) Set USE_MOVEMENT_PREDICTION to false2) Enter any serverAlternatively,1) Join any server2) Run EnableMovementPrediction(false) on console Link to comment https://forums.kleientertainment.com/forums/topic/50926-general-cant-play-without-movement-prediction-true/ Share on other sites More sharing options...
Silentdarkness1 Posted February 13, 2015 Share Posted February 13, 2015 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. Link to comment https://forums.kleientertainment.com/forums/topic/50926-general-cant-play-without-movement-prediction-true/#findComment-612854 Share on other sites More sharing options...
rezecib Posted February 14, 2015 Share Posted February 14, 2015 @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. Link to comment https://forums.kleientertainment.com/forums/topic/50926-general-cant-play-without-movement-prediction-true/#findComment-612894 Share on other sites More sharing options...
Developer V2C Posted February 14, 2015 Developer Share Posted February 14, 2015 Hey guys this is a known issue and will be fixed in our next update first thing next week. Link to comment https://forums.kleientertainment.com/forums/topic/50926-general-cant-play-without-movement-prediction-true/#findComment-612895 Share on other sites More sharing options...
DarkXero Posted February 14, 2015 Author Share Posted February 14, 2015 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! Link to comment https://forums.kleientertainment.com/forums/topic/50926-general-cant-play-without-movement-prediction-true/#findComment-612900 Share on other sites More sharing options...
Developer V2C Posted February 14, 2015 Developer Share Posted February 14, 2015 It's definitely safe to use that as a temporary fix locally and should work properly when you connect to other servers. Link to comment https://forums.kleientertainment.com/forums/topic/50926-general-cant-play-without-movement-prediction-true/#findComment-612910 Share on other sites More sharing options...
theindless Posted February 14, 2015 Share Posted February 14, 2015 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 Link to comment https://forums.kleientertainment.com/forums/topic/50926-general-cant-play-without-movement-prediction-true/#findComment-613110 Share on other sites More sharing options...
rezecib Posted February 15, 2015 Share Posted February 15, 2015 @theindless, elseif not (self.inst.sg and self.inst.sg:HasStateTag("attack") and TheInput:IsControlPressed(CONTROL_CONTROLLER_ATTACK)) then Link to comment https://forums.kleientertainment.com/forums/topic/50926-general-cant-play-without-movement-prediction-true/#findComment-613207 Share on other sites More sharing options...
theindless Posted February 19, 2015 Share Posted February 19, 2015 thanks!! Link to comment https://forums.kleientertainment.com/forums/topic/50926-general-cant-play-without-movement-prediction-true/#findComment-614604 Share on other sites More sharing options...
Recommended Posts
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.