Since this may break again and since it's very easy to change this stuff yourselves, here's a little manual to get you started:
Go to the Witcher3\content\content0\scripts\game\player
There you find all kinds of script files. To make a mod out of one, just copy the file to the same position in the Witcher3\mods folder (minus the content0). Create the folder(s) as needed. E.g. the r4Player.ws file of this mod is in the folder mentioned above and hence needs to go into a Witcher3\mods\content\scripts\game\player folder.
Once you have copied the file(s), you can edit them with any text editor. For the field of view, you are mostly looking for the "camera.fov" variable. Search in the file, change the numbers, save, run the game and see what happens. Worst case (you made a mistake and the script doesn't even run anymore) you can simply delete the file from the mod folder.
So, I didn't take a lot of time checking these out but I wanted to increase the FoV of horse back riding, so I copied the Witcher3\content\content0\scripts\game\player\states\vehicles\horseRiding.ws file and made two changes. The one "camera.fov" that already exists in the file I changed to 70 and I also inserted another "camera.fov=70;" line in line 47 (section event OnEnterState). That's all. Adjust the values to your liking.
As I said, I only wanted a quick fix for horse riding, but I am sure if you dig through the files you can find a lot more. Have fun experimenting.
Thank you very much for this advice! Worked perfectly for me on 1.12.1.
One small correction though: "needs to go into a Witcher3\mods\content\scripts\game\player folder" should be "needs to go into a Witcher3\mods\modMyOwnMod\content\scripts\game\player folder", where "modMyOwnMod" can be changed to anything you want. Maybe thats why zarrazee didn't get it to work?
Updated for 1.10. You might have to manually install. Please note the file structure, you HAVE to use the folder that starts with "mod..." and put that in your /mods/ folder.
Same here. Migraine in about 10 minutes without a better FOV. Gods, why couldn't CDPR integrate THIS mod as a standard feature? Of all the fixes they could have done, making sure that people could PLAY without getting sick should be right at the top of the list.
I just had to clearly redownload the whole game, this fixed the error message. however thanks for the reply and thanks for the modder to keep updating this awesome mod
Just tried the newest upload, for 1.10. No go, error. This is my only mod.
Error [content0]game\temp.ws(8926): Could not find function 'AddSessionTag' Error [content0]game\temp.ws(8931): Could not find function 'RemoveSessionTag' Error [content0]game\temp.ws(1068: Cannot call exec function 'XDPPrintUserStats' from scripts instead of the console. Error [content0]game\temp.ws(10693): Cannot call exec function 'XDPPrintUserAchievement' from scripts instead of the console. Error [content0]game\temp.ws(11163): Could not find function 'SetGameProgress' Error [content0]game\gameplay\leveling\levelmanager.ws(151): Could not find function 'LogWithValue' Error [content0]game\gameplay\leveling\levelmanager.ws(160): Could not find function 'LogWithValue' Error [content0]game\gameplay\leveling\levelmanager.ws(236): Could not find function 'LogWithValue' Error [content0]game\npc\npc.ws(1631): Could not find function 'LogWithLabelAndValue' Error [content0]game\npc\npc.ws(2375): Could not find function 'LogWithLabelAndValue' Error [content0]game\player\player.ws(1079): Could not find function 'LogWithLabel' Error [modfov9080tweak]game\player\r4player.ws(8210): Could not find function 'LogWithLabelAndValue' Error [modfov9080tweak]game\player\r4player.ws(11023): Could not find function 'LogWithLabel' Error [modfov9080tweak]game\player\r4player.ws(12977): Could not find function 'LogWithLabel' Error [content0]game\player\playerwitcher.ws(3834): Could not find function 'LogWithLabelAndValue' Error [content0]game\player\playerwitcher.ws(4191): Could not find function 'LogWithLabelAndValue' Error [content0]game\player\playerwitcher.ws(4622): Could not find function 'LogWithValueStr' Error [content0]game\player\playerwitcher.ws(5131): Could not find function 'LogWithLabel' Error [content0]game\components\inventorycomponent.ws(160): Could not find function 'LogWithValue' Error [content0]game\components\inventorycomponent.ws(173): Could not find function 'LogWithValue' Error [content0]game\components\inventorycomponent.ws(709): Could not find function 'LogWithLabelAndValue' Error [content0]game\components\inventorycomponent.ws(3143): Could not find function 'LogWithLabelAndValue' Error [content0]game\r4game.ws(165: Could not find function 'SetCommonStatI32' Error [content0]game\gui\hud\hud.ws(1059): Could not find function 'LogWithLabel' Error [content0]game\gui\hud\hud.ws(1060): Could not find function 'LogWithLabelAndValue' Error [content0]game\gui\hud\hud.ws(1064): Could not find function 'LogWithLabelAndValue' Error [content0]game\gui\menus\inventorymenu.ws(2627): Could not find function 'LogWithLabelAndValue' Error [content0]game\gui\menus\inventorymenu.ws(2691): Could not find function 'LogWithLabelAndValue' Error [content0]game\gameplay\alchemy\alchemymanager.ws(320): Could not find function 'LogWithLabelAndValue' Error [content0]game\gameplay\alchemy\alchemymanager.ws(324): Could not find function 'LogWithLabelAndValue' Error [content0]game\gameplay\ability\playerabilitymanager.ws(332): Could not find function 'SetCommonStatFlt' Error [content0]game\gameplay\ability\playerabilitymanager.ws(363): Could not find function 'SetCommonStatFlt' Error [content0]game\gameplay\ability\playerabilitymanager.ws(482): Could not find function 'LogWithValueStr' Error [content0]game\gameplay\ability\playerabilitymanager.ws(1532): Could not find function 'LogWithValueStr' Error [content0]game\player\states\vehicles\usevehicle.ws(1615): Could not find function 'LogWithValueStr'
Hey and thanx for the mod, is there any way to implement an change to the fov when climbing ladders my camera is totally out of whack and just locks up the movement when i try to use ladders. Needles to say it´s kinda frustrating and making the game more or less unplayable.
64 comments
FOV Slider
Go to the Witcher3\content\content0\scripts\game\player
There you find all kinds of script files. To make a mod out of one, just copy the file to the same position in the Witcher3\mods folder (minus the content0). Create the folder(s) as needed. E.g. the r4Player.ws file of this mod is in the folder mentioned above and hence needs to go into a Witcher3\mods\content\scripts\game\player folder.
Once you have copied the file(s), you can edit them with any text editor. For the field of view, you are mostly looking for the "camera.fov" variable. Search in the file, change the numbers, save, run the game and see what happens. Worst case (you made a mistake and the script doesn't even run anymore) you can simply delete the file from the mod folder.
So, I didn't take a lot of time checking these out but I wanted to increase the FoV of horse back riding, so I copied the Witcher3\content\content0\scripts\game\player\states\vehicles\horseRiding.ws file and made two changes. The one "camera.fov" that already exists in the file I changed to 70 and I also inserted another "camera.fov=70;" line in line 47 (section event OnEnterState). That's all. Adjust the values to your liking.
As I said, I only wanted a quick fix for horse riding, but I am sure if you dig through the files you can find a lot more. Have fun experimenting.
GOG. Patch 1.12.1. Windows 10 64 bit
One small correction though: "needs to go into a Witcher3\mods\content\scripts\game\player folder" should be "needs to go into a Witcher3\mods\modMyOwnMod\content\scripts\game\player folder", where "modMyOwnMod" can be changed to anything you want. Maybe thats why zarrazee didn't get it to work?
edit: Attempting to fix this myself:
Go to main folder, Witcher 3>config>bin>base>gameplay.ini
change MotionSicknessFocusMode=false
to:
MotionSicknessFocusMode=true
save the file!
This removes the blurring effect when using Witcher Sense while still utilizing the "zoom" factor
will update this post as progress is made
Please can you fix it ?!
I just can't play The Witcher without the 90/80 mods, the motion sickness is too strong
https://mega.nz/#!M40DVJqJ!Mw_uPSb-2EXwiRu7evZ8vLb34aZCw0Qm7q6WxmaeDgY
Just go into the old mod's folder and replace r4Player.ws with the version you need.
Error [content0]game\behavior_tree\tasks\monsters\bttaskmaintainspeed.ws(10): Class 'CBTTaskMaintainSpeed' already defined.
Error [content0]game\behavior_tree\tasks\monsters\bttaskmaintainspeed.ws(74): Class 'CBTTaskMaintainSpeedDef' already defined.
Error [content0]game\behavior_tree\tasks\reactions\bttaskisman.ws(4): Class 'CBTCondIsMan' already defined.
Error [content0]game\behavior_tree\tasks\reactions\bttaskisman.ws(15): Class 'CBTCondIsManDef' already defined.
a fix would be awesome
thank you
however thanks for the reply and thanks for the modder to keep updating this awesome mod
Error [content0]game\temp.ws(8926): Could not find function 'AddSessionTag'
Error [content0]game\temp.ws(8931): Could not find function 'RemoveSessionTag'
Error [content0]game\temp.ws(1068
Error [content0]game\temp.ws(10693): Cannot call exec function 'XDPPrintUserAchievement' from scripts instead of the console.
Error [content0]game\temp.ws(11163): Could not find function 'SetGameProgress'
Error [content0]game\gameplay\leveling\levelmanager.ws(151): Could not find function 'LogWithValue'
Error [content0]game\gameplay\leveling\levelmanager.ws(160): Could not find function 'LogWithValue'
Error [content0]game\gameplay\leveling\levelmanager.ws(236): Could not find function 'LogWithValue'
Error [content0]game\npc\npc.ws(1631): Could not find function 'LogWithLabelAndValue'
Error [content0]game\npc\npc.ws(2375): Could not find function 'LogWithLabelAndValue'
Error [content0]game\player\player.ws(1079): Could not find function 'LogWithLabel'
Error [modfov9080tweak]game\player\r4player.ws(8210): Could not find function 'LogWithLabelAndValue'
Error [modfov9080tweak]game\player\r4player.ws(11023): Could not find function 'LogWithLabel'
Error [modfov9080tweak]game\player\r4player.ws(12977): Could not find function 'LogWithLabel'
Error [content0]game\player\playerwitcher.ws(3834): Could not find function 'LogWithLabelAndValue'
Error [content0]game\player\playerwitcher.ws(4191): Could not find function 'LogWithLabelAndValue'
Error [content0]game\player\playerwitcher.ws(4622): Could not find function 'LogWithValueStr'
Error [content0]game\player\playerwitcher.ws(5131): Could not find function 'LogWithLabel'
Error [content0]game\components\inventorycomponent.ws(160): Could not find function 'LogWithValue'
Error [content0]game\components\inventorycomponent.ws(173): Could not find function 'LogWithValue'
Error [content0]game\components\inventorycomponent.ws(709): Could not find function 'LogWithLabelAndValue'
Error [content0]game\components\inventorycomponent.ws(3143): Could not find function 'LogWithLabelAndValue'
Error [content0]game\r4game.ws(165
Error [content0]game\gui\hud\hud.ws(1059): Could not find function 'LogWithLabel'
Error [content0]game\gui\hud\hud.ws(1060): Could not find function 'LogWithLabelAndValue'
Error [content0]game\gui\hud\hud.ws(1064): Could not find function 'LogWithLabelAndValue'
Error [content0]game\gui\menus\inventorymenu.ws(2627): Could not find function 'LogWithLabelAndValue'
Error [content0]game\gui\menus\inventorymenu.ws(2691): Could not find function 'LogWithLabelAndValue'
Error [content0]game\gameplay\alchemy\alchemymanager.ws(320): Could not find function 'LogWithLabelAndValue'
Error [content0]game\gameplay\alchemy\alchemymanager.ws(324): Could not find function 'LogWithLabelAndValue'
Error [content0]game\gameplay\ability\playerabilitymanager.ws(332): Could not find function 'SetCommonStatFlt'
Error [content0]game\gameplay\ability\playerabilitymanager.ws(363): Could not find function 'SetCommonStatFlt'
Error [content0]game\gameplay\ability\playerabilitymanager.ws(482): Could not find function 'LogWithValueStr'
Error [content0]game\gameplay\ability\playerabilitymanager.ws(1532): Could not find function 'LogWithValueStr'
Error [content0]game\player\states\vehicles\usevehicle.ws(1615): Could not find function 'LogWithValueStr'
This fix works. You either uninstalled it wrong or have another mod that modifies the same file.