No description
  • C 99.6%
  • C++ 0.4%
Find a file
2026-05-08 22:26:38 +03:00
.github/workflows rename make to build.sh 2026-01-03 17:27:58 +03:00
.vscode Removed .vscode\c_cpp_properties.json 2026-02-25 23:02:02 +05:00
include Автобилд 2026-01-02 20:26:24 +05:00
lib Автобилд 2026-01-02 20:26:24 +05:00
libs Merge backup-my-changes: resolved conflicts in LP.c Makefile lua files 2026-02-27 09:11:00 +03:00
lua add collect garbage directly to pmp_play function 2026-05-08 22:24:22 +03:00
res Изменил метаданные в makefile 2026-02-25 23:35:58 +05:00
.gitattributes Initial commit 2025-10-18 02:50:38 +03:00
.gitignore Removed .vscode\c_cpp_properties.json 2026-02-25 23:02:02 +05:00
build.sh replace rror with error in build.sh 2026-01-04 12:55:21 +03:00
LP.c Merge backup-my-changes: resolved conflicts in LP.c Makefile lua files 2026-02-27 09:11:00 +03:00
Makefile fix 2026-02-27 10:27:27 +03:00
README.md add pmp_play optimizations mention in readme.md 2026-05-08 22:26:38 +03:00
README_RU.md add pmp_play optimizations mention in readme.md 2026-05-08 22:26:38 +03:00

LuaPlayerYT-MCSM

russian readme version / русская версия readme

Fork Features

  1. Easy Error Screen Customization - Simple configuration options for error appearance, sound, font, and background image.
  2. Simplified Build Process - Uses a build.sh script that is easily modifiable and allows adding any necessary compilation commands.
  3. Minimalist Codebase - Unnecessary libraries have been removed to reduce size and simplify maintenance.
  4. Optimizations - For example, collect garbage in the pmp_play function, which makes pmp_play more stable
  5. 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?

  1. Install PSPSDK as instructed.
  2. Clone the repository to the target folder using the command:
git clone https://github.com/entitybtw/LuaPlayerYT-MCSM
  1. 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:

  1. Go to the Actions tab for the main branch.
  2. Select the most recent build (the higher — the newer).
  3. In the Artifacts section, download EBOOT.PBP.

Note: These builds are compiled from the latest code, which may be unstable in some situations.