• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Weapon/Hands FOV (camera distance) changer

ivailogeimara

New member

(at 00:19 onwards it's demonstrated how to use the command and what it does)

Long time ago TFP locked the hands/weapon FOV and set it to extremely low (45, lower than console games) because the hands model looked bad. Now they fixed the hands model (Magnum holding anim still looks bad but w/e) but the FOV is still locked to 45. I couldn't find other mods doing this so I decided to create this mod to be able to set the hands/weapon FOV to something more reasonable like 60.

This mod adds a console command:

Code:
wfov
wfov <number>
wfov 58
that changes the hands/weapon FOV. When executed without arguments (like wfov) it gets the current WeaponFov (by default I made it 60). When given a number (like wfov 60) it sets it to that number.

More technical info:

This mod is actually separated to 2 mods.

1) First is 0-FieryRiderCore which has the code for managing and storing custom options (Maybe it'll be useful to someone else). It creates a customPrefs.xml file inside <GameDir>/Data/Config where it stores the custom options.

2) Second is FOV Changer which adds a custom option and using it to set the WeaponFov.

GitHub(0-FieryRiderCore): Link to the mod

GitHub(Fov Changer): Link to the mod

Bonus mod:

Pistols AAA Aim Fov - Not a DMT mod. Just vanilla. Moves the standard pistols (that are normally in the game) away from the camera while aiming like it is in many AAA games. I think it looks better.

Downloads:

0-FieryRiderCore

Fov Changer

Pistols AAA Aim Fov (Bonus mod)

 
Last edited by a moderator:
This is a very useful mod.

But not everyone understands what it is. Post a screenshot :) .

 
Last edited by a moderator:
Can you update this to 19.1 b8? It only seems to work with 19 stable. Excellent mod though!

Edit: It seems after trial and error I got it to work on 19.1. Strange, but nevertheless it works.

 
Last edited by a moderator:
Do we just copy the folders to the 7 days / mods folder? I've tried doing that but the console commands are not recognised

 
Do we just copy the folders to the 7 days / mods folder? I've tried doing that but the console commands are not recognised
This mod is used with the DMT modding tool. You put it into the DMT mods folder and compile it with DMT modding tool. It will place the necessary stuff in your game folder automatically.

Notice how the thread has DMT label. It also doesn't work with EasyAnticheat as any other DMT mod.

 
Last edited by a moderator:
Been waiting for something like this...the massive "in your face" weapon models have bugged me forever.

Now if only we could get true iron sights.

 
This doesn't seem to work with the latest build A19.3(b6) and the latest DMT (DMTv2.2.7623.23873).  
I had this working last week.  I had to update DMT today and its not working anymore.  

 
This doesn't seem to work with the latest build A19.3(b6) and the latest DMT (DMTv2.2.7623.23873).  
I had this working last week.  I had to update DMT today and its not working anymore.  
UPDATE: For some reason the way that was used for adding console commands is not working anymore. I'm looking for another way. BTW if you've used this mod you'll most likely have a file called customPrefs.xml in <GameDir>/Data/Config with the following content:

<preferences>
<preference name="WeaponFov">60</preference>
</preferences>


You should be able to change the FOV from there (it requires reloading the game). If you don't have the file you can create it.

 
Last edited by a moderator:
This doesn't seem to work with the latest build A19.3(b6) and the latest DMT (DMTv2.2.7623.23873).  
I had this working last week.  I had to update DMT today and its not working anymore.  
It should be working now. There was a bug in DMT. Make sure to download the latest version of DMT (DMTv2.3.7703.26414) and the latest version of my mod.

 
Last edited by a moderator:
Hello!  Ok, I just need the FOV part.  Is the MOD working for 19.5.  I need the FOV set at 95 so I'm not getting motion sick.  Is making the customPrefs.xml with the code you posted enough to make the change or do I need to get DMT and install your modlet?

 
Hello!  Ok, I just need the FOV part.  Is the MOD working for 19.5.  I need the FOV set at 95 so I'm not getting motion sick.  Is making the customPrefs.xml with the code you posted enough to make the change or do I need to get DMT and install your modlet?
I just tested it on 19.5 and it's still working. What do you mean only the FOV part? Changing the hands FOV is the main thing. The Pistols AAA Aim Fov (Bonus mod) is just another mod that changes the pistol FOV while ADS (pulls it further from the screen) and does not require the main mod. To change the hands FOV (while not aimed) with the console command you need the main mod (0-FieryRiderCore and Fov Changer) and DMT mod loader to load it with.

 
Last edited by a moderator:
Heya...is there a way to accomplish this without scripts?

Would be great if we could use this in overhaul mods such as DF, as well as vanilla.

 
Heya...is there a way to accomplish this without scripts?

Would be great if we could use this in overhaul mods such as DF, as well as vanilla.
No. You can't change weapon hands' FOV without modifying the game code. I would've done it otherwise. That's why I'm trying to create my overhaul mod with ideas I like from others because I can't stand the normal FOV but I also want to play heavily modded 7dtd (also because I don't closed source stuff that's free).

If you want to play overhauls with my mod try asking the people that make the overhaul to include my mod. There is nothing I can do about it

 
Last edited by a moderator:
Is this mod compatible with other mods? I wanted to use it while playing Undead Legacy.

I love that this is possible as I hate the current FOV for weapons and tools. It feels like the gun is pointing out of your face.

 
Is this mod compatible with other mods? I wanted to use it while playing Undead Legacy.

I love that this is possible as I hate the current FOV for weapons and tools. It feels like the gun is pointing out of your face.
This mod requires DMT to compile it and insert it into the game code (Assembly-CSharp.dll) and insert it into Mods.dll. DMT can't do that if the Assembly-CSharp.dll is already modified (which is the case with overhauls).

I plan to make my mods use BepInEx instead of DMT which theoretically will make them compatible with some "already compiled" mods. But I'm busy right now making my own overhaul.

 
If you could is it possible to have this beautiful mod work for alpha 20? Iv reinstalled dmt for the latest experimental and I keep getting the same error messages that It doesn’t work. : ( Thank you in advance 🙏 

 
Back
Top