Just wanted to add that if you're already using the Absolute Camera Mod you can fully customize how the camera operates when casting Firestream without this mod.
Could it be that this mod disables slow-motion for Finishers? If I remove this mod from my game, all works as it should. I use the non higher-camera version.
I'm sorry for the late reply. Is the slow-motion camera a built-in feature or is it added by a mod (haven't played the game in a while and I really don't remember) ? However, I am pretty sure that I haven't touched anything related to the slo-mo camera.
I asked Koala for help and he helped me. There is a change in one line (better said one number) of your mod that disables the slow-mo-effect. I have changed it to vanilla and your mod now works fine as before and has the vanilla slow-mo back. I do not remember the line I've changed anymore, if you want to know. But if it is important, I would have a look again.
To solve it: Go to "moddirectory"\content\scripts\game\player\ and open r4Player file with notepad or something to edit text. Find the line "event OnAnimEvent_SlowMo" (CTRL + F or H or B depends of the program you use to find a text) Three lines down you can see this:
Do you know if this mod corrects the camera issue that firestream has when using ImmersiveCam mod? When using that mod, the firestream camera stays locked and doesn't move when attacking an enemy. Do you know if this mod will fix that?
I'm using: auto apply oils colored map markers demoGryphon Fast Travel from anywhere Friendly Hud Friendly Stash GhostMode - Best w3 mod ever Jump in shallow water No enemy dots and herbs on minimap place of power 2x duration set skill points per level lore firendly silver swords slots slots slots
Some of them have different names, but I have installed them awhile ago and their full names aren't showed in my mod manager
21 comments
Just make a backup of your mods folder and try merging the files until you get it right.
Is the slow-motion camera a built-in feature or is it added by a mod (haven't played the game in a while and I really don't remember) ?
However, I am pretty sure that I haven't touched anything related to the slo-mo camera.
Find the line "event OnAnimEvent_SlowMo" (CTRL + F or H or B depends of the program you use to find a text)
Three lines down you can see this:
theGame.SetTimeScale( 1, 'AnimEventSlomoMo', 1000, true );
You only have to change the number part to be like this:
theGame.SetTimeScale( 0.1f, 'AnimEventSlomoMo', 1000, true );
Save the file and you are done
What mods are you using?
I'm using:
auto apply oils
colored map markers
demoGryphon
Fast Travel from anywhere
Friendly Hud
Friendly Stash
GhostMode - Best w3 mod ever
Jump in shallow water
No enemy dots and herbs on minimap
place of power 2x duration
set skill points per level
lore firendly silver swords
slots slots slots
Some of them have different names, but I have installed them awhile ago and their full names aren't showed in my mod manager
Sorry for the late reply
Perhaps it's something about the way you merged your conflicts you know, when you need to manually select which mod overwrites what.
But for me, it always worked.
Thanks!