WarmUpTill / SceneSwitcher

An automated scene switcher for OBS Studio
https://obsproject.com/forum/resources/automatic-scene-switching.395/
GNU General Public License v2.0
915 stars 71 forks source link

Support bigger numbers for variable actions etc. #1031

Open Destroy666x opened 6 months ago

Destroy666x commented 6 months ago

Is your feature request related to a problem? Please describe. Would be nice to change to long double, long long etc. types for operations such as var incrementation/decrementation. Some game have e.g. scoring way higher than the int limit. Not too big priority as it's not that common, but maybe one day.

Describe the solution you'd like Switch to higher capacity types in bunch of functions.

Describe alternatives you've considered -

Additional context -

WarmUpTill commented 6 months ago

Sure, once an issue pops up where this required I will make the necessary adjustments. :)

Destroy666x commented 6 months ago

Another reason to stick to that - OBS compatibility: https://github.com/obsproject/obs-studio/blob/589495a95236336e6c20a40a0196dbc7af60bdd1/libobs/obs-data.c#L542 E.g. filter/source settings are unable to set the same values as OBS settings do.