Trial of the Sorcerer - p8 files
Trial of the Sorcerer » Devlog
Added the p8 source code files for those who wish to try it in a Pico-8 emulator.
Due to storage limitations, the game jumps between two carts. One handles the menu and cheesy intro animation, the other is the actual game.
Files
p8sourcecode.zip 48 kB
Aug 18, 2023
Get Trial of the Sorcerer
Download NowName your own price
Trial of the Sorcerer
Retro FPS. Battle monsters with your magic staff.
Status | Released |
Author | Tom Mulgrew |
Genre | Shooter |
Tags | 3D, FPS, PICO-8, Pixel Art, Retro, Singleplayer |
More posts
- Archmage mode and powerup indicatorApr 10, 2022
- Twin stick support - HTML version onlyApr 03, 2022
- Trail of the Sorcerer - revampedJan 09, 2022
- Update based on feedbackJul 22, 2021
Comments
Log in with itch.io to leave a comment.
Thanks a lot for this p8 file, so cool to play your game in Batocera :)
FWIW, we don't support multi-file p8 games in Argon yet, but we would like to. Are you open to questions if we run into issues when we work on that down the line? (Send us your email address via social media or similar if so). We're using fake08 with some extra pre-processing as the core at the moment.
Sure, if you want.
Trial of the Sorcerer's multi-cart is pretty basic. It just jumps between carts using the load() command. As long as that works, and the carts can access the same cart data (via cartdata(), dget(), dset()) that's all it should need.