mirror of
https://github.com/entitybtw/LuaPlayerYT-MCSM
synced 2026-05-13 01:04:07 +00:00
No description
- C 99.6%
- C++ 0.4%
| .github/workflows | ||
| .vscode | ||
| include | ||
| lib | ||
| libs | ||
| lua | ||
| res | ||
| .gitattributes | ||
| .gitignore | ||
| build.sh | ||
| LP.c | ||
| Makefile | ||
| README.md | ||
| README_RU.md | ||
LuaPlayerYT-MCSM
russian readme version / русская версия readme
Fork Features
- Easy Error Screen Customization - Simple configuration options for error appearance, sound, font, and background image.
- Simplified Build Process - Uses a
build.shscript that is easily modifiable and allows adding any necessary compilation commands. - Minimalist Codebase - Unnecessary libraries have been removed to reduce size and simplify maintenance.
- Optimizations - For example, collect garbage in the pmp_play function, which makes pmp_play more stable
- Additional Code Comments - Added explanatory comments to customization settings for easier modification.
Note: This fork is specifically created for the Minecraft: Story Mode PSP port, meaning all engine optimizations are primarily aimed at optimizing this port and ensuring its stable operation on PSP.
How to Build?
- Install PSPSDK as instructed.
- Clone the repository to the target folder using the command:
git clone https://github.com/entitybtw/LuaPlayerYT-MCSM
- Open the repository folder in the terminal and start the build:
./build.sh
How to Download the Latest Version Without Building?
The repository has an auto-builder that compiles the current version from the latest code.
To download:
- Go to the Actions tab for the main branch.
- Select the most recent build (the higher — the newer).
- In the Artifacts section, download
EBOOT.PBP.
Note: These builds are compiled from the latest code, which may be unstable in some situations.