Naked_Snake1995
Senior Member
Path is not changing. If coldboot raf is still available you can have both load at once.
The way Sony disabled the old coldboot was simply by changing the animation from this:
Code:<Lock unknownInt0="0xffffffff" /> <Fade object="object:scelogo" duration="0" accelMode="0x0" transparency="0" /> <FireEvent object="event:native:/anim_coldboot_BootBG1" /> <Delay time="0" /> <FireEvent object="event:native:/anim_coldboot_NormalBG" /> <Delay time="1500" /> <Fade object="object:scelogo" duration="1000" accelMode="0x3" transparency="0.8" /> <Delay time="2500" /> <Fade object="object:scelogo" duration="1000" accelMode="0x3" transparency="0" /> <Delay time="1000" /> <Delay time="500" /> <FireEvent object="event:native:/anim_coldboot_ShowGUI" /> <Unlock unknownInt0="0xffffffff" /> <Delay time="4500" /> <FireEvent object="event:native:/anim_coldboot_Finished" />
To this:
Code:<Lock unknownInt0="0xffffffff" /> <Fade object="object:scelogo" duration="0" accelMode="0x0" transparency="0" /> <FireEvent object="event:native:/anim_coldboot_BootBG2" /> <Delay time="4000" /> <FireEvent object="event:native:/anim_coldboot_NormalBG2" /> <Delay time="1500" /> <FireEvent object="event:native:/anim_coldboot_ShowGUI" /> <Unlock unknownInt0="0xffffffff" /> <Delay time="4500" /> <FireEvent object="event:native:/anim_coldboot_Finished" />
Notice the first one has this line: <Fade object="object:scelogo" duration="1000" accelMode="0x3" transparency="0.8" />, that is the line that shows the old coldboot, in the new coldboot animation its not there, just one line at the start mentions scelogo, to hide the icon, then its not mentioned again.
... about the clock on the corner of the screen, since this image you re-made is compatible and the system recognizes, would you replace it with the animation of firmwares 1.00-2.80?