Bullet Shielding
Jump to navigation
Jump to search
- Oculus doesn't have such problem because it does some checking to be sure that the bullet would hit %100 if enemy movement predicted correctly.
- Something like this
boolean fire = (gunHeat == 0 && a.getGunTurnRemainingRadians() < 18 / (currentBattleInfo.distance -18));
Dsekercioglu (talk)
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:Oculus/Movement/reply (17).
In the next version I will make it even more precise(with anti-bullet shielding of course). This version uses the angular bot width.
Dsekercioglu (talk)