0 of 0

File information

Last updated

Original upload

Created by

Obsleet

Uploaded by

obsleet

Virus scan

Safe to use

26 comments

  1. FOG5490
    FOG5490
    • member
    • 0 kudos
    This does not work for me, unfortunately :(
  2. crunchy101
    crunchy101
    • member
    • 11 kudos
    Thank you so much for this, this has bugged me ever since I started playing Fallout 4! I use 3rd person to check if I'm wearing the right equipment set, it was so jarring and laggy before this! I changed to fMouseWheelZoomSpeed=30.0000 as it seemed to allow me to zoom right out quicker.

    Downloading just so I can endorse ;).
  3. YassineDaoudi
    YassineDaoudi
    • member
    • 1 kudos
    I don't care if it's a Mod or not. I like it, it's exactly what i was looking for. Endorsed ^_^ .
  4. zeralin
    zeralin
    • member
    • 4 kudos
    This is wonderful, makes playing in both perspectives less painful and more possible (I love playing in third, but also love using iron sights on guns in first)
    Thanks for posting this!
  5. scrivener07
    scrivener07
    • premium
    • 347 kudos
    This isnt a mod as it is. Its against nexus rules to start file pages with no files. There is possibly a way to make this mod really shine though. In Skyrim there was a thing called ini fragments which can automatically apply ini settings as overrides using an empty plugin. Not bashing your mod I just want to help make it better :smile:

    This is the process. Create an empty esp file named something like "InstantPerspective.esp" along with a new ini file with the same name "InstantPerspective.ini". Then you add your ini overrides to this new ini and add both the esp and ini in the data folder. In skyrim the ini settings are applied automatically when the empty plugin is activated.

    Contents of "InstantPerspective.ini"

    [Camera]
    fMouseWheelZoomSpeed=60.0000
    f1st3rdSwitchDelay=0.9500
    1. csb
      csb
      • premium
      • 31 kudos
      I don't really like cluttering my load order with garbage empty esp's (it's already long enough as it is) when a simple fallout.ini or falloutprefs.ini edit is all it takes. Your approach complicates a simple process needlessly. Further, mod is short for modification, and by definition, an .ini file edit is a modification.
    2. scrivener07
      scrivener07
      • premium
      • 347 kudos
      I never said INI edits are not modifications. Im saying this nexus page has no mod because there are no downloadable files.

      Every file page is REQUIRED to have a downloadable file on NexusMods or it will be removed by moderators. So if the author is going to upload a dummy file that does nothing on its own why not just add a functional file that works with NMM for next to zero effort? Leave the suggested ini setting on the description for folks who prefer manual edits and everyone (me mostly) is happy.

      Also my approach is not needlessly complicated. The ini fragments have additional benefits over manual edits such as being immune to Steam revalidation, launcher resets, and a hands free fool proof deployment. Though I see your points too. My approach has the downside of taking up an additional plugin slot causing some plugin clutter if lots of mods start using this technique for INI only edits (they are very easy to merge though).
    3. csb
      csb
      • premium
      • 31 kudos
      Because you still end up with .esp and .ini bloat doing it the way you suggested. Far simpler to just cut and paste into fallout.ini (in this case). Almost everyone should know how to open a text-based file and cut-paste into it. And your "legalism" is satisfied if the mod author puts up a zipped text file (as I pointed out separately to the author).

      From a purist standpoint, doing the modification the .esp way also makes conflict detection and merging mods harder in xEdit (FO4Edit), as the .ini file data is not directly visible and thus the chance of mod conflict increases if two .ini files change the same settings.

      But you are free to do it your way.
    4. scrivener07
      scrivener07
      • premium
      • 347 kudos
      Hey csb. I made a reddit post to continue this disscussion on INI fragments if you would like to join in.
      Heres the thread https://www.reddit.com/r/FalloutMods/comments/3wsd6r/fo4_ini_fragments/

    5. obsleet
      obsleet
      • member
      • 0 kudos
      I fixed it. It's not an esp or anything. But at least there is a file now.
    6. MaanLook
      MaanLook
      • member
      • 8 kudos
      Would it be possible to use your method to apply SetGS commands?
      As currently it is required to enter them manually on each startup.

      http://fallout.wikia.com/wiki/Gamebryo_game_settings
    7. Gisla
      Gisla
      • member
      • 34 kudos
      Hey thanks for this mod.
  6. SAWAK
    SAWAK
    • member
    • 0 kudos
    I think more actual problem is that you have to push button several times before it switches view. Mod fixing this would have greater use.
  7. Tribuatus
    Tribuatus
    • member
    • 0 kudos
    klick v ?
  8. csb
    csb
    • premium
    • 31 kudos
    Unfortunately there is no file to download, so this cannot be endorsed. Though you could upload a zip file containing camera.txt containing:
    [Camera]
    fMouseWheelZoomSpeed=60.0000
    f1st3rdSwitchDelay=0.9500

    Just a suggestion if you want endorsements :-) and to satisfy nitpickers and their "no file" snits.
    1. obsleet
      obsleet
      • member
      • 0 kudos
      I'll do it. Thanks!
  9. zosimo
    zosimo
    • supporter
    • 0 kudos
    reported
    1. Salah-ad Din
      Salah-ad Din
      • supporter
      • 30 kudos
      How things like this always brings out the best in people...amazing. ^^
    2. zosimo
      zosimo
      • supporter
      • 0 kudos
      Edit: Kappa Kappa
      /sarcasm damnit people can't you have a little faith? lets all smile and be happy now
  10. darthxanxus
    darthxanxus
    • member
    • 5 kudos
    My ini file doesn't have a camera section so do I just add it?
    1. Maleficus04
      Maleficus04
      • premium
      • 7 kudos
      Yes. You just need to make make a blank line and add the camera section, then put the lines he posted under it. It should look like this:

      [Camera]
      fMouseWheelZoomSpeed=60.0000
      f1st3rdSwitchDelay=0.9500
    2. darthxanxus
      darthxanxus
      • member
      • 5 kudos
      Thanx