Question Where i need called resolver?

Status
Not open for further replies.

Layter

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Dec 20, 2020
Messages
1
Reaction score
1
Your resolver should be integrated into your LagCompensation, it should be called after you call the original in FrameStageNotify and then in the "FRAME_NET_UPDATE_END" ( stage 4 )
 

pasterinohunter1608

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Nov 15, 2019
Messages
5
Reaction score
0
You should call your resolver before you update animations in your Lag Compensation, it is to make another matrix for your Backtrack so you can shoot last resolved angles. Neverlose do this and they always shoot head backtrack record than current record.
 

R G T X

std namespace;
Member
std namespace;
Member
Status
Offline
Joined
Jul 8, 2019
Messages
90
Reaction score
463
Your resolver should be integrated into your LagCompensation, it should be called after you call the original in FrameStageNotify and then in the "FRAME_NET_UPDATE_END" ( stage 4 )
trash code. FRAME_RENDER_START, pscal();
move 0.6f
 

DanielCoder

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Nov 23, 2019
Messages
5
Reaction score
0
Your resolver should be integrated into your LagCompensation, it should be called after you call the original in FrameStageNotify and then in the "FRAME_NET_UPDATE_END" ( stage 4 )
thank for ur hint, but original function should called after update animations :D
 
Status
Not open for further replies.
Top