Posts by 10214163
3 posts total, newest first.
X Axis Resolverin Counter-Strike 2 Coding & Resources - [QUOTE=Zaczero;12394422]
add latest 30 head positions and analyze its change.
now predict next move.
not so hard /gewd[/QUOTE]
My way works good too
Y Angle Resolver (with angles removed):
case 0: y = ; break;
caseX Axis Resolverin Counter-Strike 2 Coding & Resources - [QUOTE=Zaczero;12394396]????????????
i though that resolvers work in quite different way xD
more 'advanced' way[/QUOTE]
People overhype/over complicate resolversX Axis Resolverin Counter-Strike 2 Coding & Resources - This is my X resolver, now It isn't as bad as it looks.
case 0: x = 90; break;
case 1: x = -90; break;
case 2: x = 180; break;
case 3: x = -180; break;
Now, if you don't know what your doing you'll want to
Showing the 3 most recent posts.