This is incredible. I hate it when games tie damage or physics to something as unreliable and inconsistent as FPS.
Would it be possible to make a mod like this, but for the Focus Mode sensitivity and the Hold/Toggle setting for each individual weapon? I hate having to change my settings between weapons all the time.
Yes, that is doable. However, the game have decent support for that already.
For focus mode toggling, the game support creating individual profile for each weapon, so you can simply set a key to hold on weapon A and set it to toggle for weapon B.
For Focus mode sensitivity, if you're using game pad, you can toggle the "Camera Speed: Weapon Drawn", which allows you to set different camera speed for melee or ranged.
If you're using mouse and keyboard, the easiest way to do that is to adjust the sensitivy of your mouse. Most mouses support multiple sensitivy profiles.
If these solution do not work for you, please let me know which options you would like to adjust based on the weapon, and then I can try to build that into this mod.
I play on Controller, not Mouse and Keyboard. I already use the Weapon Drawn option for Focus Mode, the problem is that I have different preferred sensitivity settings for Bowguns and Bow. When it comes to melee weapons, some weapons are easier to use with Toggle Focus Mode, and others are easier with Hold Focus Mode, and having to switch the setting each time I swap melee weapons is annoying.
I just want to be able to set the "Focus Mode Controls" and "Camera Speed: Weapon Drawn" settings for each weapon type individually.
If that's not something you want to work on, or feel is possible for you at the moment, that's totally fine. Thanks again for the FPS adjustment mod, it's been working well for me so far.
Sad that we need this. Thanks for the work. Here's hoping that the devs actually fix it so that people don't have to play with capped FPS to actually unlock their full damage potential.
6 comments
Would it be possible to make a mod like this, but for the Focus Mode sensitivity and the Hold/Toggle setting for each individual weapon?
I hate having to change my settings between weapons all the time.
For focus mode toggling, the game support creating individual profile for each weapon, so you can simply set a key to hold on weapon A and set it to toggle for weapon B.
For Focus mode sensitivity, if you're using game pad, you can toggle the "Camera Speed: Weapon Drawn", which allows you to set different camera speed for melee or ranged.
If you're using mouse and keyboard, the easiest way to do that is to adjust the sensitivy of your mouse. Most mouses support multiple sensitivy profiles.
If these solution do not work for you, please let me know which options you would like to adjust based on the weapon, and then I can try to build that into this mod.
I just want to be able to set the "Focus Mode Controls" and "Camera Speed: Weapon Drawn" settings for each weapon type individually.
If that's not something you want to work on, or feel is possible for you at the moment, that's totally fine. Thanks again for the FPS adjustment mod, it's been working well for me so far.
Thanks for the work. Here's hoping that the devs actually fix it so that people don't have to play with capped FPS to actually unlock their full damage potential.
changed, value = imgui.drag_int('Max FPS##' .. key, option.MaxFPS, 1, 30, 240)if changed then -- 这里存在拼写错误,应该是 option.MaxFPS option.MaxFps = value setting.SaveSettings()end