0 of 0

File information

Last updated

Original upload

Created by

alsanders10

Uploaded by

alsanders10

Virus scan

Some suspicious files

Tags for this mod

77 comments

  1. alsanders10
    alsanders10
    • premium
    • 1 kudos
    Sticky
    Lyall's FF7RebirthFix is a more comprehensive FF7 Rebirth mod that includes adjusting gameplay FOV and disabling vignette. I recommend it over this program if you do not need to change the fov dynamically! https://github.com/Lyall/FF7RebirthFix

    2/20 edit: I made a pull request to Lyall's FF7RebirthFix to include dynamic fov changing. Here is the release for it: https://github.com/andrew101sanders/FF7RebirthFix/releases/tag/v0.0.10
    1. Jubnar
      Jubnar
      • member
      • 0 kudos
      Try installing and doesn't boot up the game :/
    2. lram187
      lram187
      • supporter
      • 0 kudos
      thanks for this. 
  2. nbkOken
    nbkOken
    • member
    • 0 kudos
    Does what it says, but it gives me black bars left and right of the screen in Borderless FS mode, on Second Monitor (1440p). 
  3. TheGaymer
    TheGaymer
    • BANNED
    • 4 kudos
    Thanks !
    Can we have it for Romancing Saga 2 ? 🙏
  4. rafaelikenaga
    rafaelikenaga
    • member
    • 0 kudos
    is this mod working after the latest Rebirth update mid FEB?
    1. alsanders10
      alsanders10
      • premium
      • 1 kudos
      Probably not because the pointer chains have changed over the versions. Rather than rescan for the pointer chains and manually update this program, I made a pull request to Lyall's FF7RebirthFix with a dynamic fov changer. Here is the release for it while the pull request is reviewed: https://github.com/andrew101sanders/FF7RebirthFix/releases/tag/v0.0.10
  5. nincube8
    nincube8
    • supporter
    • 0 kudos
    This mod is not necessary if using the console unlocker.
  6. Kxteel
    Kxteel
    • member
    • 0 kudos
    Yes! really thanks for this mod. For me, its the IMPORTANT MOD on this game. Works PERFECT. GG
  7. Dambrath
    Dambrath
    • member
    • 0 kudos
    Is this broken now? I dont think ive changed anything and it wont run :(
    1. alsanders10
      alsanders10
      • premium
      • 1 kudos
      I've updated it to add more pointer chains so hopefully it will work for you now!
    2. Dambrath
      Dambrath
      • member
      • 0 kudos
      Thanks! I finally got it to work. So much better! I dont know how people play games so far zoomed in. Or even why they make games where you cant zoom out further. I guess they dont want people to be able to see as much around them so it doesnt make the battles too easy. Mods like this are always one of the first things i look for. It just feels uncomfortable having the camera so close. Probably something i got used to from years of WoW :(
  8. Katy3211
    Katy3211
    • member
    • 0 kudos
    Is it possible to reduce FOV below default 60?
    1. Eidolon08
      Eidolon08
      • member
      • 2 kudos
      yes
  9. autoxguy
    autoxguy
    • member
    • 3 kudos
    For Lyall's fix, I put a comment on his page, but do you know what specific camera types other than gameplay and Chocobo are now affected by the FOV in his fix?
  10. Jubnar
    Jubnar
    • member
    • 0 kudos
    Failed to resolve pointer chain!
    :( not to sure what went wrong here
    1. alsanders10
      alsanders10
      • premium
      • 1 kudos
      Oh that's not good. I used cheat engine's pointer scan to find a number of static pointer chains to the fov cvar, but it is technically possible for some of them to not actually be consistent. That's strange for it to happen and not many people mention it. If you're familiar with cheat engine, I recommend downloading the cheat engine table file, opening it using cheat engine, hooking into the game process and checking to see if any of the pointer chains for the fov cvar are valid. Their initial value should be 0. You can edit one of them and it should set the fov to the value you desire.
    2. mdthr
      mdthr
      • member
      • 0 kudos
      i got this too
    3. alsanders10
      alsanders10
      • premium
      • 1 kudos
      I've updated it to add more pointer chains so hopefully it will work for you now!
  11. Invncble
    Invncble
    • member
    • 0 kudos
    says theress a trojan on the file in github
    1. NumerousCode
      NumerousCode
      • member
      • 0 kudos
      What did virustotal say?
    2. alsanders10
      alsanders10
      • premium
      • 1 kudos
      It's because it reads key presses, reads/writes program memory, and reads from the ini file. The function GetAsyncKeyState is used to read a key press, and when it's inside a loop, it generally gets flagged in some virus detectors. ReadProcessMemory and WriteProcessMemory also get flagged by virus detectors. Here's the main program code: https://github.com/andrew101sanders/FF7RebirthFovChanger/blob/main/FF7RebirthFovMod/FF7RebirthFovMod.cpp