Dynamic FOV

If you liked this item, please rate it up on Steam Workshop page.

Author: Mi1

Last revision: 23 Oct, 2022 at 16:53 UTC

File size: 178.18 KB

On Steam Workshop

Description:
What is it?

This mod makes you feel faster without actually being faster. The purpose of this mod is to make Teardown driving feel better and more racing-like, and also as a bonus have nice visuals for falling and other speedy things other than driving.

Adjusting the mod to your taste

This mod offers a nice and simple to use menu. You can get to the menu from Teardown’s pause menu.

The added FOV (field of view) means, the field of view that the mod adds when you are going faster.
The smoothness means how smoothly the field of view transitions to the desired value.
The speed range is the range at which the mod alters the FOV.

You can also enable and disable the current mode that you are adjusting. The current mode which is being adjusted can be changed from the top left corner of the menu.

!!! Known issues !!!
  • The mod may not work if some other mod is constantly overwriting the FOV like this one.
  • The mod may make other mods not be able to set the FOV. If this is the case, ask the mod’s creator to add support for Dynamic FOV. Adding support is explained below! 🙂

How to make your mod support Dynamic FOV

The Teardown modding API doesn’t allow getting the FOV, so every mod just overrides it. To make this mod not override the FOV while your mod does add the following code.

While you override it:
SetBool("level.usedynamicfov", false)

When you no longer override it:
Allow Dynamic FOV to set FOV : SetBool("level.usedynamicfov", true)

Recent changes
  • Added a debug menu
  • Some of you may not know this but there was a saving system in place, but the saved things disappeared when you exited the game. This was because I used a ":" in the save path, a character which was not allowed. So saving works now!
  • Made it possible for other mods to add support for Dynamic FOV

I hope my second mod makes your Teardown experience just that little better! And I hope it works right away for you 😀