for compatibility with other mods use script merger OR better search in player.ws this 2 lines "camera.PlayAnimation( animation );" and add "//" both lines should look like this: //camera.PlayAnimation( animation );
I get this error after the new patch. This is the ONLY mod I use.
Error [content0]game\gameplay\effects\effects\potion\blizzard.ws(59): Could not find function 'IsPlayerUnderAttack' Error [content0]game\gui\main_menu\ingamemenu.ws(1274): Could not find function 'SetInvertedLockOption' Error [content0]game\gui\main_menu\ingamemenu.ws(1276): Could not find function 'SetInvertedLockOption' Error [content0]game\gui\main_menu\ingamemenu.ws(1282): Could not find function 'SetInvertedCameraX' Error [content0]game\gui\main_menu\ingamemenu.ws(1284): Could not find function 'SetInvertedCameraX' Error [content0]game\gui\main_menu\ingamemenu.ws(1290): Could not find function 'SetInvertedCameraY' Error [content0]game\gui\main_menu\ingamemenu.ws(1292): Could not find function 'SetInvertedCameraY' Error [content0]game\gui\main_menu\ingamemenu.ws(1298): Could not find function 'SetInvertedMouseCameraX' Error [content0]game\gui\main_menu\ingamemenu.ws(1300): Could not find function 'SetInvertedMouseCameraX' Error [content0]game\gui\main_menu\ingamemenu.ws(1306): Could not find function 'SetInvertedMouseCameraY' Error [content0]game\gui\main_menu\ingamemenu.ws(1308): Could not find function 'SetInvertedMouseCameraY' Error [content0]game\behavior_tree\tasks\bttaskattack.ws(179): Could not find function 'SetPlayerUnderAttack' Error [content0]game\behavior_tree\tasks\bttaskattack.ws(193): Could not find function 'SetPlayerUnderAttack' Error [content0]game\behavior_tree\tasks\combat\bttaskshoot.ws(65): Could not find function 'SetPlayerUnderAttack' Error [content0]game\behavior_tree\tasks\combat\bttaskshoot.ws(190): Could not find function 'SetPlayerUnderAttack' Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code. Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code. Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
Yes this is my old account, I updated it for next-gen, please note that I tested it on classic 1.32 and have no such issues, I can only suggest making sure your game version is 1.32, and please run Script Manager to make sure there is no incompatibility with other mods that edit Player.WS file, if there is it is 100% to merge the mods together, my mod will only modify the camera.PlayAnimation( animation ); line
@Bojdeuca: Like I said, that is the only mod I was using. No conflicts possible. I did run Script Manager anyway, but only the new mod "Smooth Camera" works for me. EDIT: Oh, sorry I just learned you can rollback to 1.32. I get your comment now.
For someone who gets motion sick from games with obnoxious shaky cams, this is essential. I can't even summarize how grateful I am. Thank you so much. You're a legend.
Bless you. BLESS!!! I have hardcore virtual sickness, I used to get nausea within 15 minutes of gaming but your fix (along with disabling blur of course) has entirely changed that. I play for hours on end and through the night without an issue :)
55 comments
//camera.PlayAnimation( animation );
Error [content0]game\gameplay\effects\effects\potion\blizzard.ws(59): Could not find function 'IsPlayerUnderAttack'
Error [content0]game\gui\main_menu\ingamemenu.ws(1274): Could not find function 'SetInvertedLockOption'
Error [content0]game\gui\main_menu\ingamemenu.ws(1276): Could not find function 'SetInvertedLockOption'
Error [content0]game\gui\main_menu\ingamemenu.ws(1282): Could not find function 'SetInvertedCameraX'
Error [content0]game\gui\main_menu\ingamemenu.ws(1284): Could not find function 'SetInvertedCameraX'
Error [content0]game\gui\main_menu\ingamemenu.ws(1290): Could not find function 'SetInvertedCameraY'
Error [content0]game\gui\main_menu\ingamemenu.ws(1292): Could not find function 'SetInvertedCameraY'
Error [content0]game\gui\main_menu\ingamemenu.ws(1298): Could not find function 'SetInvertedMouseCameraX'
Error [content0]game\gui\main_menu\ingamemenu.ws(1300): Could not find function 'SetInvertedMouseCameraX'
Error [content0]game\gui\main_menu\ingamemenu.ws(1306): Could not find function 'SetInvertedMouseCameraY'
Error [content0]game\gui\main_menu\ingamemenu.ws(1308): Could not find function 'SetInvertedMouseCameraY'
Error [content0]game\behavior_tree\tasks\bttaskattack.ws(179): Could not find function 'SetPlayerUnderAttack'
Error [content0]game\behavior_tree\tasks\bttaskattack.ws(193): Could not find function 'SetPlayerUnderAttack'
Error [content0]game\behavior_tree\tasks\combat\bttaskshoot.ws(65): Could not find function 'SetPlayerUnderAttack'
Error [content0]game\behavior_tree\tasks\combat\bttaskshoot.ws(190): Could not find function 'SetPlayerUnderAttack'
Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
I just tried manually adding // in front of camera.PlayAnimation( animation ) and I still get the effect in-game sadly.
Fortunately, another one made an updated Next Gen version here: Smooth Camera
@Bojdeuca: Like I said, that is the only mod I was using. No conflicts possible. I did run Script Manager anyway, but only the new mod "Smooth Camera" works for me. EDIT: Oh, sorry I just learned you can rollback to 1.32. I get your comment now.
And run Script Merger to merge all scripts.
I have hardcore virtual sickness, I used to get nausea within 15 minutes of gaming but your fix (along with disabling blur of course) has entirely changed that. I play for hours on end and through the night without an issue :)
Are you also able to remove screen shake during combat? Like all of it?