Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

gfSpeed not working in modcharts

A topic by Richie "Smecko Geck" Scassellati created Aug 25, 2021 Views: 187 Replies: 1
Viewing posts 1 to 2
(1 edit)

For some reason, the function gfSpeed, which is supposed to control the speed of GF bobbing her head back and forth, doesn't work in modcharts. I played Fresh, and its modcharts has the gfSpeed timings in it, but the speed she bobs her head back and forth doesn't change.

I even tried adding my own gfSpeed timings in a modchart for Expurgation, but they did absolutely nothing. The only way I was able to edit the gfSpeed timings was by modifying the source code, so it's gotta be an issue with the modcharts, which is a shame because adding other functions in modcharts actually work.

Is there any way to fix this or no?

Turns out what I had to do is this:

currentPlayState.gfSpeed = 2;

I had to put "currentPlayState" in front of "gfSpeed" in order to get it working in modcharts.