1 items

File information

Last updated

Original upload

Created by

greydust

Uploaded by

greydust

Virus scan

Safe to use

Tags for this mod

6 comments

  1. BurningPenguin6
    BurningPenguin6
    • member
    • 0 kudos
    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.
    1. greydust
      greydust
      • member
      • 3 kudos
      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.
    2. BurningPenguin6
      BurningPenguin6
      • member
      • 0 kudos
      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.
  2. JayCarver
    JayCarver
    • member
    • 1 kudos
    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. 
  3. kereamia
    kereamia
    • member
    • 0 kudos
    在我将customize_fps.lua拿给gpt分析时,它告诉我你的代码里有一处拼写错误,这个错误导致了我实际在使用你的脚本时 “Capped Max FPS”的自定义值的滑块没有任何作用,它无法改变滑块值。具体错误:changed, value = imgui.drag_int('Max FPS##' .. key, option.MaxFPS, 1, 30, 240)if changed then -- 这里存在拼写错误,应该是 option.MaxFPS option.MaxFps = value setting.SaveSettings()end
    1. greydust
      greydust
      • member
      • 3 kudos
      Thanks! Fixed.