iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

Freeaim should be independent of FOV #217

Open Chameleonhider opened 9 years ago

Chameleonhider commented 9 years ago

When Field Of View decreases, you are able to move crosshair towards screen side more without moving the view itself. This behavior makes it hard to use the rifles. Freeaim should be at all times independent of FOV. Hip: iceball Aim: iceball2

rakiru commented 9 years ago

I'm not sure what you mean by this. The crosshair never moves; it's stuck to the middle of the screen.

Chameleonhider commented 9 years ago

Find Iceball/svsave/pub/mods.json, open it, find line ~12, which reads _"MODEFREEAIM": false, change it to _"MODEFREEAIM": true,

Launch your own server by pressing L.

rakiru commented 9 years ago

All you had to say was MODE_FREEAIM. I forgot that was a thing.

iamgreaser commented 9 years ago

It's something BR shoved in as an experiment at one point. The math behind it is very much empirical, and it was designed to be used with his SMG mod which has no zoom, hence why there's no zoom compensation.

I challenge you to have a go at getting this to work.