@voljega
j'ai relu les différents liens et j'en retiends deux choses :
- on peut lancer pico8 en mode explorateur : pico8 -splore et l executer à travers un script bash
- on peut lancer pico8 avec des cartouches (roms)
:: Commandline parameters
pico-8 [switches] [filename.p8]
-run boot filename.p8 on startup
-width n set the window width
-height n set the window height
-windowed n set windowed mode off (0) or on (1)
-sound n sound volume 0..256
-music n sound volume 0..256
-joystick n joystick controls starts at player n (0..7)
-pixel_perfect n 1 for unfiltered screen stretching at integer scales (on by default)
-draw_rect x,y,w,h absolute window coordinates and size to draw pico-8's screen
-run filename automatically load and run a cartridge
-splore boot in splore mode
-home path set the path to store config.txt and other user data files
-desktop path set a location for screenshots and gifs to be saved
-screenshot_scale n scale of screenshots. default: 3 (368x368 pixels)
-gif_scale n scale of gif captures. default: 2 (256x256 pixels)
-gif_len n set the maximum gif length in seconds (1..120)
-gui_theme n use 1 for a higher contrast editor colour scheme
-timeout n how many seconds to wait before downloads timeout (default: 30)
:: Controller Setup
PICO-8 uses the SDL2 controller configuration scheme. It will detect common controllers
on startup and also looks for custom mappings in sdl_controllers.txt in the same directory
as config.txt. sdl_controllers.txt has one mapping per line.
To generate a custom mapping string for your controller, use either the controllermap
program that comes with SDL2, or try http:
To set up which keyboard keys trigger joystick buttons presses, use KEYCONFIG.
http://www.lexaloffle.com/pico-8.php?page=manual
sans aucune intégration ça devrait jouer ainsi non ?
| <system> |
| <fullname>Pico 8</fullname> |
| <name>pico8</name> |
| <path>/recalbox/share/roms/pico8/</path> |
| <extension>.p8 .sh .SH</extension> |
| |
| <command>/share/system/configs/pico8 -splore -joystick 0</command> |
| <platform>pico8</platform> |
| <theme>pico8</theme> |
| <emulators> |
| <emulator name="pico8"> |
| </emulator> |
| </emulators> |
| </system> |