Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

iiiypuk/lpp-linux-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This tool will let you generate a vpk homebrew with lpp-vita core. asciicast

How to use

  • Place index.lua file in build folder.
  • Place the eboot you prefer (unsafe or safe) in build folder and rename it as eboot.bin
  • Customize images in build/sce_sys and build/sce_sys/livearea/contents with your own images (make sure to compress them with pngquant).
  • Launch build.sh and follow the onscreen instructions.

Tips

You can place in build folder whatever file you want. Such files will be usable in your homebrew in app0 filesystem. For example if you place an image in build/image.jpg, it will be usable in your script as app0:/image.jpg.

Safe mode limitations

When using the safe eboot.bin for your application, you'll have a few limitations:

  • Cannot open files from paths different than ux0:/data or app0:/.
  • Cannot intercept SCE_CTRL_VOLUP, SCE_CTRL_VOLDOWN, SCE_CTRL_POWER buttons.
  • Cannot use Controls.headsetStatus function.

Releases

No releases published

Packages

No packages published

Languages