Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PICO-8/Splore to Expert #1331

Merged
merged 20 commits into from
Dec 17, 2023
Merged

Add PICO-8/Splore to Expert #1331

merged 20 commits into from
Dec 17, 2023

Conversation

XK9274
Copy link
Member

@XK9274 XK9274 commented Dec 15, 2023

PICO-8 Wrapper for Miyoo Mini/Miyoo Mini Plus

Adding the Native PICO-8 wrapper to Expert, most integration has been done by @schmurtzm

With this addition the keybinds will change (for Onion only):

  • Menu = quit (previously select+menu)

You still need the correct pico8_dyn and pico8.dat files otherwise you'll receive a warning

  • These will need to be added to: /mnt/SDCARD/RApp/PICO-8/bin
  • Any saves and config will go to: /mnt/SDCARD/Saves/CurrentProfile/saves/PICO-8
  • Carts will follow the default Onion path:/mnt/SDCARD/Roms/PICO
  • Splore carts will be stored in /mnt/SDCARD/Roms/PICO/splore

There are config changes in this version that differ to the standalone release, don't re-use files from standalone in place of this version (carts of course are fine) - don't copy over your SDL libraries or config.txt

Considerations:
This version currently does not have GS or save state support.
Only MMP will get full bbs support due to the requirement for internet access


More information and history available here: https://github.com/XK9274/pico-8-wrapper-miyoo

Full screen Aspect scaled Integer scaled
Full screen Aspect scaled Integer scaled

schmurtzm and others added 17 commits December 9, 2023 01:21
- Move from App section of RApp section
- onioncfg.json modified with new paths
- Launch.sh modified for Onion support
- Added infoPanel message when PICO-8 binaries are missing
- "~Run PICO-8.pico-8" shortcut created to run splore (of file explorer for MM)
- config & saves moved in "Saves/CurrentProfile/saves/PICO-8"
- RApp/expert icon created : pico-8.png
Also changes fullscreen_method to 0
Reset session counter
Change fullscreen method
Change blit method
Not fully tested to go into live release
Only affects non-integer scaling modes
1 - Change "Roms/PICO/bbs" folder to "Roms/PICO/splore"
2 - Disable the pico-8 logs (record_activity_log 0)
3 - Rename the shortcut to "~Run PICO-8 with Splore"
4 - Add a refresh pico roms after splore (when it's necessary)
@XK9274 XK9274 self-assigned this Dec 16, 2023
@XK9274 XK9274 added the enhancement New or improved feature label Dec 16, 2023
@XK9274 XK9274 added this to the v4.3 milestone Dec 16, 2023
@schmurtzm schmurtzm added this pull request to the merge queue Dec 17, 2023
Merged via the queue into main with commit 78b3660 Dec 17, 2023
2 checks passed
@schmurtzm schmurtzm deleted the FEAT-PICO-8-integration branch December 17, 2023 01:22
@XK9274 XK9274 changed the title FEAT: Add PICO-8/Splore to Expert Add PICO-8/Splore to Expert Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New or improved feature
Projects
Status: Done / Ready for release
Development

Successfully merging this pull request may close these issues.

2 participants