Enderal SE
Hello, i know you are not responsible for Enderal Gameplay Overhaul, but i love your work so i'll ask here too.
Is there any way to make the latest version work with EGO SE? The scripts got broken and there is no feasible way to reduce arcane fever since any method i try only reduces it by -0.0% to 50% (for example).
The only thing that still works for some reason is the peaceweed pipe's 1% reduction, bu that is hardly convinient.
Is there a console command or a bat file or anything that can help me manage arcane fever manually?
I would put ambrosia in a random container or something and then use the command to mimic the gameplay.
Thanks a million.
Is there any way to make the latest version work with EGO SE? The scripts got broken and there is no feasible way to reduce arcane fever since any method i try only reduces it by -0.0% to 50% (for example).
The only thing that still works for some reason is the peaceweed pipe's 1% reduction, bu that is hardly convinient.
Is there a console command or a bat file or anything that can help me manage arcane fever manually?
I would put ambrosia in a random container or something and then use the command to mimic the gameplay.
Thanks a million.
Arcane Fever is stored in the LastFlattered actor value. It is stored as a negative number, which means 10% is -10, 50% is -50.
To reset Arcane Fever, you can modify this value to made it equal zero. When, for example, your Arcane Fever is 70%, run
player.modav lastflattered 70
(setav will not work as you expect, use modav)