Feature #1159
Per Weapon FOV
| Status: | Resolved | Start date: | 04/11/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | - | |||
| Target version: | 1.0 |
Description
In the weapons menu, players should be able to assign a certain FOV value for a particular weapon.
History
#1
Updated by divVerent about 1 year ago
- Status changed from New to Resolved
This really is too specific and complex to be in the menu.
If you want this, you can already build it via cfg files, though.
You can use cl_hook_activeweapon to assign the fov... sort of like:
alias _cl_hook_activeweapon "set fov ${$2 !}"
alias cl_hook_activeweapon "_cl_hook_activeweapon $1 fov_$1"
set fov_grenadelauncher 110
set fov_rocketlauncher 100
set fov_nex 70
// ...
I consider this "as resolved as it'll get".
#2
Updated by rocknroll237 about 1 year ago
Thanks for this. Couldn't you add these fov cmd lines to the 'advanced settings' menu?