Jire / Abendigo

A free as in both freedom and free beer game modding platform using Kotlin on the JVM.
GNU General Public License v3.0
57 stars 56 forks source link

FOV aim not working :( #82

Closed jo77528 closed 7 years ago

jo77528 commented 7 years ago

hey guys Ive been trying to make the FOVaim to be headshot only...can someone gives me steps on how to do this? :)

PS. should I use FOV aim or Aim assist plugin?

Jire commented 7 years ago

Replace this line https://github.com/Jire/Abendigo/blob/master/src/main/kotlin/org/abendigo/plugin/csgo/FOVAimPlugin.kt#L32

with private val TARGET_BONES = arrayOf(Bones.HEAD)