MyNameIsNotImportant wrote: ↑Sat Apr 18, 2020 4:31 am
So, I'm new here.
Found this forum and thought to ask these questions I have as this is probably the best place to find answers or solutions.
First and foremost, huge props to you Sunbeam.
Now, I'm doing a little project of mine in terms of Game Capture.
Having the command console unlocked opened the door to take things to another level.
But it's almost perfect, as I've yet to find a means to run the game in slow-motion continuously with the audio in sync with the slower game speed.
There is the infinite rune energy and having the rune that triggers slo-mo while in mid-air to run constantly,
which does slow down audio in sync with the games' speed, but the button that triggers it is also the button for using weapon mods,
which gets in the way because of constantly having the weapon mods activate and kept activated to keep the slo-mo from going back normal speed. Also, having to always jump to trigger it again is another problem.
Secondly, a means for the transition to slow-mo when triggering the weapon wheel to be immediate rather than slowing down when triggered.
Now, scrolling through the entire CVARS list, I did find and alter these command:
weaponWheel_dof_enable (set to 0)
weaponWheel_slowTimeDelayMS (set to 0)
weaponWheel_slowTimeScale (set to 0.01, setting it entirely on 0 crashes the game, but 0.01 pretty much does the job)
Sadly, found nothing that actually touches on the transition to slo-mo when triggering the weapon wheel.
Another solution would be to delay the weapon wheel interface, having it appear after the slo-mo transition, but nothing on that either.
Since I play with a controller, my thought was to have the game completely freeze immediately as you trigger the weapon wheel
which would allow me to make a seamless cut in post like one never knew the weapon wheel took place
and also allows me to switch to any weapon during encounters instead of being stuck with 2.
I turn to you guys, if any of you would take the time to help in any way or already know the answer to my problems, I'd appreciate it immensely.
My brain is somewhat fried, scrolled through the lists several times, but a lot of it is also beyond my comprehension, but have tried the ones that felt and looked obvious in terms of names.
I hope I'm not being a bother. At least thanks for reading my reply.