Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

does this still work as a method of adapting it to MV?

It does, but you have to remove the "PluginManager" function calls since MV's a different setup, but if you delete that it should work right away

Deleted 1 year ago

I'm not sure if I'm maybe doing something wrong with the plugin itself as it still isn't working, I deleted the PluginManager function calls, added the plugin to my project, turned it on, and still nothing was happening, any ideas?

No worries, I gotcha~

So, to activate it, use the event "script" tag, and put

$gameVariables.vhsFilter = true;

To configure it:

$gameVariables.vhsAmp = value

$gameVariables.vhsLines = value

$gameVariables.vhsSpeed = value

$gameVariables.vhsStatic = value
vhsAmp is the amplitude
vhsLines is the amount of lines, iirc
vhsSpeed is how fast it goes
vhsStatic is how much noise there is