kkots / ggxrd_freecam

ggxrd_freecam
0 stars 1 forks source link

Disable Post-Effect on demand #2

Open fefo-dev opened 16 hours ago

fefo-dev commented 16 hours ago

Might be obvious, but can you toogle post-effects within your tool? That would enable easy screenshoting without manually setting everything up. Even in the likeness of a reload being necessary it would be easier for those who use the effect.

Unrelated to it but I'm very happy to see an active developer working on this game. Maybe you could add a frame meter to it in the future 🙂

kkots commented 7 hours ago

This is incredible, but I managed to very quickly find a solution for this that works without having to reload the current match! I'm going to get to making an update right away. Thank you for suggesting this! A framebar is in an early stage of the works and will be coming in a near future. But it's not ready yet, so in the next update I will only include the Post Effects toggle. I will write a new comment when that is done.

kkots commented 1 hour ago

@fefo-dev Alright I published a release that contains this feature: https://github.com/kkots/ggxrd_freecam/releases/tag/2.7 It has two new settings in the INI file: 1) turnOffPostEffectWhenMakingBackgroundBlack - is set to true by default. This makes it so that when you press the blackBackgroundToggle, Post-Effect automatically gets turned off, and when you press it again, it gets turned back on. 2) togglePostEffectsOnOff - a keyboard shortcut, which is not set by default. This allows you to manually control the Post-Effect setting, if you want.

Both options allow Post-Effect to be changed without reloading a match!

Please let me know if everything works fine, so I can make any changes still needed and close this issue.