More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (System Tools) - GameBrew! | |title=Vita Homebrew Apps (System Tools) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/SKGleba/CBS-Manager | |source=https://github.com/SKGleba/CBS-Manager | ||
}} | }} | ||
This tool can display a Image/Animation during the PSVita boot process. | |||
If Enso 3.65-update365 is installed and boot_config.txt exists in vs0:tai/ CBS will not be loaded, please update Enso to the latest version. | |||
The boot logo that is displayed at the beginning can not be hidden with this plugin. Use https://github.com/SKGleba/CBS-Manager/tree/master/enso_nologo to hide the logo. | |||
'''THIS TOOL IS OUTDATED, PLEASE USE [[Vita Bootanim Vita]] INSTEAD''' | |||
== Setting up CBS-M == | |||
# Download and install the VPK, if you have an older version of CBS/CBS-M please remove/uninstall it first. | |||
# Open the newly installed app, it will install CBSM to enso's boot_config and taihen's config.txt. | |||
# Reboot | |||
# Go to Settings->Theme & Background, there should be a new entry: "Boot Screen". That's it! | |||
== Usage == | |||
* Use https://github.com/SKGleba/PSP2-CBAnim to create a CBSM-compatible static image/animation file. | |||
* "Static image" should be a RGBA raw or gzipped image, put it in "ur0:tai/boot_splash.img" | |||
* "Animation" is a custom file format generated by CBANIM, put it in "ur0:tai/boot_animation.img" | |||
* "Console info" also supports a 960x128 animation, custom file format generated by CBANIM, put it in "ur0:tai/lboot_animation.img" | |||
==Media== | ==Media== | ||
<youtube>62tKoKC4Qro</youtube> | <youtube>62tKoKC4Qro</youtube> | ||
==Screenshot== | |||
[[image:custombootsplashmanagervita.jpg|600px]] | |||
== | ==Changelog== | ||
'''v3.1''' | |||
*Removed the delay option | |||
*Now the PS logo should disappear when using the console info mode | |||
*Cleaned the code a bit | |||
'''v3.0''' | |||
''' | *Added RAM preload mode for small anims | ||
*Optimised some memory-jobs | |||
*Added LiveBoot mode | |||
*Added SlowMode (no artifacting) | |||
*Added a in-settings manager | |||
*Fixed some installer bugs | |||
'''v.1.0''' | |||
* First Release. | * First Release. | ||
== Credits == | |||
* PrincessOfSleeping for the original CBS | |||
* Team Molecule for henkaku and enso. | |||
* Dots-Tb for the kernel blit | |||
== External links == | == External links == | ||
* Github - https://github.com/SKGleba/CBS-Manager | * Github - https://github.com/SKGleba/CBS-Manager | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/437 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/437 | ||
Revision as of 01:28, 23 October 2022
Custom Boot Splash Manager | |
---|---|
File:Custombootsplashmanagervita.jpg | |
General | |
Author | SKGleba |
Type | System Tools |
Version | 3.1 |
License | Mixed |
Last Updated | 2019/10/14 |
Links | |
Download | |
Source | |
This tool can display a Image/Animation during the PSVita boot process.
If Enso 3.65-update365 is installed and boot_config.txt exists in vs0:tai/ CBS will not be loaded, please update Enso to the latest version.
The boot logo that is displayed at the beginning can not be hidden with this plugin. Use https://github.com/SKGleba/CBS-Manager/tree/master/enso_nologo to hide the logo.
THIS TOOL IS OUTDATED, PLEASE USE Vita Bootanim Vita INSTEAD
Setting up CBS-M
- Download and install the VPK, if you have an older version of CBS/CBS-M please remove/uninstall it first.
- Open the newly installed app, it will install CBSM to enso's boot_config and taihen's config.txt.
- Reboot
- Go to Settings->Theme & Background, there should be a new entry: "Boot Screen". That's it!
Usage
- Use https://github.com/SKGleba/PSP2-CBAnim to create a CBSM-compatible static image/animation file.
- "Static image" should be a RGBA raw or gzipped image, put it in "ur0:tai/boot_splash.img"
- "Animation" is a custom file format generated by CBANIM, put it in "ur0:tai/boot_animation.img"
- "Console info" also supports a 960x128 animation, custom file format generated by CBANIM, put it in "ur0:tai/lboot_animation.img"
Media
Screenshot
Changelog
v3.1
- Removed the delay option
- Now the PS logo should disappear when using the console info mode
- Cleaned the code a bit
v3.0
- Added RAM preload mode for small anims
- Optimised some memory-jobs
- Added LiveBoot mode
- Added SlowMode (no artifacting)
- Added a in-settings manager
- Fixed some installer bugs
v.1.0
- First Release.
Credits
- PrincessOfSleeping for the original CBS
- Team Molecule for henkaku and enso.
- Dots-Tb for the kernel blit