BGforgeNet / FO2tweaks

Fallout 2 tweaks
https://forums.bgforge.net/viewforum.php?f=26
119 stars 10 forks source link

[Suggestion] Speed up the "Companion Controls" window #40

Closed Taberone closed 5 years ago

Taberone commented 5 years ago

Reference for what I mean by "Companion Controls" window: https://lparchive.org/Fallout-2-(by-ddegenha)/Update%2041/1-FO2_8_5.png

The "Companion Controls" window is very tedious in Fallout 2, because you have to watch the animation of it EVERY time you exit it. A way to skip or speed up the animation of the window would be much appreciated.

burner1024 commented 5 years ago

There's a way. I had a component for this before, but dropped it, because of at the time it wasn't possible to do that in pluggable way. I think there is now, so I plan to re-add it.

For the time being, you can do the same manually. Edit ddraw.ini, set DialogPanelAnimDelay=0 (that affects all dialogs, not just companion control).

There are other settings you can use to speed up the game/interface, refer to the old component to see those.

Taberone commented 5 years ago

That works! Thank you.