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

Disable RCS with pistols? #43

Closed ghost closed 8 years ago

ghost commented 8 years ago

RCS keeps pulling down for me with pistols, will there be future updates to change this? I'm too lazy to do it myself ;w;

Jire commented 8 years ago

RCS only works for automatic weapons. Do you mean FOV aim?

ghost commented 8 years ago

When I use a pistol it like makes my crosshair go down with just RCS, everything else is commented out.

Jire commented 8 years ago

Not really possible: https://github.com/Jire/Abendigo/blob/master/src/main/kotlin/org/abendigo/plugin/csgo/RCSPlugin.kt#L25

Are you using an old version, perhaps?

Risitosv commented 8 years ago

Did you change the "weapon ID"?. https://github.com/Jire/Abendigo/commit/06562defad4d1b8ca16d2915793398cb481ee732

ghost commented 8 years ago

I left it all default, I only have rcs uncommented, the src is the same as the one you posted. It's doing the same with shotguns, forcing my mouse movement down.

https://www.youtube.com/watch?v=Bya-EAfdX9I

Jire commented 8 years ago

@Shikkichu I've tested just now and can confirm RCS does nothing with non-automatic weapons. Are you sure you have the latest commit?

ghost commented 8 years ago

Just redownloaded 1.95b

Trying to run as admin now to see if that fixes and I get build.bat is not recognized as an internal or external command

Running as a normal user makes it all work, but the pistols and shotguns are still all wonky, am I missing something?

Jire commented 8 years ago

Download the latest snapshot (commit) rather than release.

ghost commented 8 years ago

Wonderful, thank you!

Jire commented 8 years ago

You're very welcome :smile: