Cyberpunk 2077 Guide

Cyberpunk 2077


Content Guide Post#
1. VR(VorpX) - FoV Settings! 2
2. Instal Script (dariulone’s VR port) 3

1. VR(VorpX) - FoV Settings!

Dec 10, 2020

By: @dmel462


I’ve discovered that 100 degrees FOV is not a hard limit. Here’s how you can increase this limit:

  1. Go to

C:\SteamLibrary\steamapps\common\Cyberpunk 2077\r6\config\settings\platform\pc

  1. Open options.json file:

Search for “FieldOfView”
Change “max_value” from 100 to anything you like, such as 130 or 170.

Then in game when you change it, you can see that the FOV got bigger in the game. A major benefit of this is that you can now zoom in the picture without losing proper world scale.

HP Reverb G2 - 120 FOV and zoomed in until I can’t see any borders, I get the best picture quality with the correct world scale.

Pimax 8kX - works well on Normal or Small FOV mode with about 120 to 130 FOV. If its too high the graphical quality goes down.


Link to Source

1 Like

Script auto-installs the Dariulone’s VR port and every dependency (no Nexus Premium needed)

Setting up dariulone’s VR port
means installing eleven separate things in the right order before you can even
launch. I got tired of doing it by hand, so I wrote a PowerShell script that does
the whole thing.

Download: [Releases · no6969el/cyberpunk-vr-port-Auto-installer · GitHub

What it does

Finds your game folder automatically (Steam / GOG / Epic), then downloads and
installs the latest version of everything:

RED4ext, Cyber Engine Tweaks, redscript, TweakXL, ArchiveXL, Codeware,
Equipment-EX, and the VR port itself — all of these are on GitHub, so they need
no account and no login at all.

The three Nexus-only mods (Visual Holsters, Visible Bullets, Nova Optics) can’t
be fully automated — Nexus only hands out API download links to Premium
accounts, and no amount of “being logged in” changes that. So for those the
script opens each mod page, you click Manual Download, and it grabs the archive
out of your Downloads folder and installs it for you. Three Enter presses total.

If you do have Premium, pass -NexusApiKey and it’s completely hands-off.

Safety stuff

  • Backs up every file it overwrites before touching anything
  • Logs every file it writes, and -Uninstall reverses it exactly
  • Warns you if you’re not on game version 2.31
  • Re-run it any time to update everything to the newest releases
  • Only touches your game folder and your Downloads folder

Usage

Unzip, double-click the .bat, answer the prompts. It prints the post-install
checklist at the end (launch flat once, Low preset with the six effects off,
start your OpenXR runtime before the game, F10 for the VR menu).


Fair warning: it’s tested on my setup. If your install layout is unusual or
something breaks, tell me and I’ll fix it. Everything’s readable plain-text
PowerShell — please do read it before running it, that’s good practice with any
script a stranger hands you.

All credit for the actual mod goes to dariulone — go
endorse it. This just
automates their install instructions.


Originally Posted on r/QuietWindows