gta-chaos-mod / ChaosModV

Chaos Mod for Grand Theft Auto V
https://gta5-mods.com/scripts/chaos-mod-v-beta
GNU General Public License v3.0
256 stars 98 forks source link

[Effect Suggestion] Picture Show #898

Closed MrDrJohnny closed 3 years ago

MrDrJohnny commented 3 years ago

Name of effect Picture Show

Duration if timed effect (long or short timed?) Short, 30 seconds or less.

Effect Description Game is capped at 1FPS, audio plays as normal. Like a picture show.

TheRealAyCe commented 3 years ago

"Mobile Experience"

SeanMirrsen commented 3 years ago

I think this kind of thing is usually called a "slideshow".

Actually, I sort of wonder. Can the game be made to frame-advance? Like limit the FPS to 0, and then briefly raise it to 1 so another frame renders, before going back to 0.

Because you could make a "powerpoint presentation" effect, where the game only renders a frame once per click.

TheRealAyCe commented 3 years ago

When you reduce the timescale alongside with it maybe? I think tics in GTA5 take the passed time into account (but not for everything, see military truck/monster flags cloth bug) so 1 frame per second may otherwise pass a normal second, but within that one frame everything advances as much as it would normally (for the most part). Would need to be tested. You can definitely block the game from advancing as far as I know by blocking one of the fiber threads (waiting, but not via WAIT(0)).

lZevex commented 3 years ago

Pretty sure that making the FPS that low would break the game

Last0xygen commented 3 years ago

In the original "Console Experience" i set it to ~15 FPS, which was too annoying (see https://github.com/gta-chaos-mod/ChaosModV/pull/373) -> increased to ~25 and its already THAT annoying :D Making it a "slideshow" / cap at 1fps makes its unplayable until the effect is over, sorry