Super Bubble Builder Vita: Difference between revisions
More actions
No edit summary |
|||
| Line 27: | Line 27: | ||
Required and optional image sizes: | Required and optional image sizes: | ||
* <code>128x128</code> PNG with 256 palette named <code>icon0.png</code>. | * <code>128x128</code> PNG with 256 palette named <code>icon0.png</code>. | ||
* <code>280x158</code> PNG with 256 palette named <code>startup.png</code> (optional). | * <code>280x158</code> PNG with 256 palette named <code>startup.png</code> (optional). | ||
| Line 36: | Line 35: | ||
To reduce a PNG's palette to 256, drag it to the batch script in the <code>assets</code> folder called <code>Drag PNG here to reduce palette to 256.bat</code>. | To reduce a PNG's palette to 256, drag it to the batch script in the <code>assets</code> folder called <code>Drag PNG here to reduce palette to 256.bat</code>. | ||
If the images in the GUI are | If the images in the GUI are messed up, right click the program and choose: Properties > Compatibility > Change high DPI settings, enable Override high DPI scaling behavior performed by: and set it to System. | ||
== Changelog == | == Changelog == | ||
| Line 42: | Line 41: | ||
* Made the .exe in ahk2exe instead of making it manually, which may fix the error some people got when trying to download it | * Made the .exe in ahk2exe instead of making it manually, which may fix the error some people got when trying to download it | ||
* Added Pico-8 (FAKE-08) support | * Added Pico-8 (FAKE-08) support | ||
* Fixed where building the vpk would crash cmd mid-build when trying to add an impossible character to a filename: | * Fixed where building the vpk would crash cmd mid-build when trying to add an impossible character to a filename: <code>\/:*?"<>|</code> | ||
< | |||
\/:*?"<>| | |||
</ | |||
* These symbols will now become "_" in the vpk name, but should still show up properly for Vita apptitles | * These symbols will now become "_" in the vpk name, but should still show up properly for Vita apptitles | ||
* Removed name and date from top right of builder window, in case anyone else were to make their own version of this app | * Removed name and date from top right of builder window, in case anyone else were to make their own version of this app | ||
'''v1.0''' | '''v1.0''' | ||
| Line 57: | Line 49: | ||
== External links == | == External links == | ||
* GitHub - https://github.com/BlackSheepBoy69/Super-Bubble-Builder | |||
* Reddit - https://www.reddit.com/r/vitahacks/comments/1tzpnp6/release_super_bubble_builder_v20_read_first/ | * Reddit - https://www.reddit.com/r/vitahacks/comments/1tzpnp6/release_super_bubble_builder_v20_read_first/ | ||
Revision as of 08:12, 28 June 2026
| Super Bubble Builder | |
|---|---|
| General | |
| Author | BlackSheepBoy69 |
| Type | Bubble Makers |
| Version | 2.0 |
| License | MIT License |
| Last Updated | 2026/06/06 |
| Links | |
| Download | |
| Website | |
| Source | |
Super Bubble Builder is a PC application for Windows XP or higher that creates stylish individual bubbles for retro games on PlayStation Vita.
Installation
Super Bubble Builder comes in a .zip file. Inside is Super Bubble Builder's folder.
The assets subfolder contains sample images and a PNG palette reducer. To make a bubble with the app, use either all 3 images or only icon0.png. The images must be .png files and must be the correct size.
Required and optional image sizes:
128x128PNG with 256 palette namedicon0.png.280x158PNG with 256 palette namedstartup.png(optional).840x500PNG with 256 palette namedbg.png(optional).
Place the images in the assets folder before running Super Bubble Builder. If startup.png or bg.png are missing, it will proceed with only icon0.png, and the Vita will generate the rainbow background.
To reduce a PNG's palette to 256, drag it to the batch script in the assets folder called Drag PNG here to reduce palette to 256.bat.
If the images in the GUI are messed up, right click the program and choose: Properties > Compatibility > Change high DPI settings, enable Override high DPI scaling behavior performed by: and set it to System.
Changelog
v2.0
- Made the .exe in ahk2exe instead of making it manually, which may fix the error some people got when trying to download it
- Added Pico-8 (FAKE-08) support
- Fixed where building the vpk would crash cmd mid-build when trying to add an impossible character to a filename:
\/:*?"<>| - These symbols will now become "_" in the vpk name, but should still show up properly for Vita apptitles
- Removed name and date from top right of builder window, in case anyone else were to make their own version of this app
v1.0 Initial Release