For this you need to restore the redirection i made under <Anim name="anim_coldboot2">
In other words... extract the contents of
official custom_render_plugin.rco from firmware 4.70 up to 4.85, copy the <Anim name="anim_coldboot2"> and add it to my custom_render_plugin.rco
This way you will have the official modern coldboot playing coldboot.raf
This is made with 2 lines under <Anim name="anim_gameboot">
Code:
<FireEvent event="event:native:/anim_gameboot_BG2" />
<FireEvent event="event:native:/anim_gameboot_BG3" />
I dont know what does each, there is a post from
@DeViL303 explaining how they works
Is safe to delete them... you just need to delete the line individually... one or both, you decide
Or you can replace them by other events (check devil post for that)