Skip to content
Riot Bits

Riot Bits

  • Home
  • News
  • Guides
  • Video Guides
  • Patch Notes
  • Report Abuse
  • Toggle search form

The Forest – How to Increase FOV Beyond Limits

Posted on 06/02/2023 By LNX No Comments on The Forest – How to Increase FOV Beyond Limits
  • Title: The Forest
  • Release Date:
  • Developer:
  • Publisher:
Information about The Forest is still incomplete. Please help us fill the details of the game using this contact form.

Have you ever desired to play The Forest with a field of view (FOV) greater than 95? This guide will demonstrate how to adjust and expand the FOV limits in The Forest. In this guide, I will provide instructions on how to modify the FOV limit in The Forest. By default, the game restricts the FOV to a minimum of 60 and a maximum of 95 degrees. If you want to utilize values outside of this range, you will need to make changes to the game files.

Installing dnSpy

To modify the FOV limit, you will need to use dnSpy to edit the game files.

To get started, visit the dnSpy repository’s latest release and locate the download links. Choose the appropriate link for “dnSpy-net-win64.zip” and extract all the files to a folder of your preference. You can delete these files once you have completed the necessary modifications.

After extracting the files, launch “dnSpy.exe” to proceed with the next steps.

Accessing the Game Files

Now, we will navigate to the game files that require editing.

Locate the directory where The Forest game is installed. You can find it by right-clicking on The Forest in your Steam library, selecting Properties, going to the Local Files tab, and clicking on the Browse button.

Within the game directory, navigate to the following path: The Forest/TheForest_Data/Managed.

Inside the “Managed” folder, you will see various .dll files. The only file you need to edit is “Assembly-CSharp.dll”.

To open this file, simply drag and drop it into the dnSpy interface.

Editing the FOV limits

Now we will move on to the more intricate part of the process, where we will edit the code responsible for limiting the FOV values in the menu.

First, we need to locate the appropriate class that handles mouse input. This class is named “MenuOptions.”

To find this class, navigate to the left side of dnSpy and expand “Assembly-CSharp” -> “Assembly-CSharp.dll” -> “{ } -” -> “MenuOptions.”

Next, we will decompile and modify the “CopySettingsFromGUI()” method. To do this, expand the MenuOptions class and right-click on “CopySettingsFromGUI().” From the context menu, select “Edit Method (C#)…” to proceed.

In the newly opened popup window, you will now have access to edit the code. Look for the specific code line, which should be approximately around line 160:

These values determine the limits for the FOV slider. The value on the right (default 60) represents the minimum FOV, while the value on the left (default 35) corresponds to the range. Adding these two values together gives you the maximum FOV value (60 + 35 = 95).

Let’s say we want to set a new minimum FOV of 90 and a maximum FOV of 130. In that case, we need to adjust the minimum (right value) to 90 and the range to 40 (90 + 40 = 130) as shown below:

Once you have made the necessary adjustments to these values, click on “Compile” located at the bottom right of the popup window.

However, our task is not complete yet. We need to repeat this procedure for another function.

This time, we will edit the “OnChangePreset()” method. Right-click on it and select “Edit Method (C#)” once again to proceed.

Scroll down and find the specific line of code, which should be approximately around line 470:

Simply insert the same values you used previously (90 and 40 in our example) in this line of code. After making the necessary changes, click on “Compile” located at the bottom right.

The final step is to save the modifications you have made. To do this, click on the save button in the toolbar, which is depicted in the image below:

Then, click “OK” on the upcoming dialog to confirm the save.

That's everything we are sharing today for this The Forest guide. This guide was originally created and written by LNX. In case we fail to update this guide, you can find the latest update by following this link.

If you believe that any of the content on this site violates your rights, including your intellectual property rights, please contact us immediately using our contact form.
Guides Tags:The Forest

Post navigation

Previous Post: Burnout Paradise Remastered – How to Fix Intro DMV Crash
Next Post: System Shock Remake – All Skully Location Guide

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Title: The Forest
  • Release Date:
  • Developer:
  • Publisher:
Information about The Forest is still incomplete. Please help us fill the details of the game using this contact form.

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2025 Riot Bits.

Powered by PressBook News WordPress theme