-
Notifications
You must be signed in to change notification settings - Fork 52
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
Compatibility tracking #214
Comments
updates
|
Super Poulet Poulet works really well. |
Outbreak is a recent game that is broken, a fantastic Vampire Survivors like game. |
Thank you for putting this together, this is a very nice reference for things to improve. If I may make a suggestion, it would be good to track if a game is multicart. For example, Mots Grand Prix, Poom and UnDune II all worked last I checked, but require multiple carts, and will crash if those carts aren't present |
My total remake of Pico Tetris, Extreme Tetrom, runs but does not render correctly:
This was tested in RetroArch on a Miyoo Mini Plus. |
At the moment I'm focusing on testing the entire featured carts collection. I think that limiting testing to featured gives a representative sample of software that should be complete and final. @jtothebell are there any docs on how to identify, download, and run multicart games? |
Per the Pico-8 Manual (https://www.lexaloffle.com/dl/docs/pico-8_manual.html#Exporting_Multiple_Cartridges), any cartridges that call FAKE-08 doesn't support any network operations, so if the only way to get the extra carts is from the BBS, then there is not a straightforward or supported way for that game to work with FAKE-08. |
@jtothebell I tried getting Kalikan to work by tracking the downloads in the network tab of my browser to download the missing carts but I couldn't figure out what to name the first level file, can fake-08 print the file it's trying to open to stdout on a crash? while I'm requesting features, printing crash output to stdout and not just the screen would let me paste them into the spreadsheet, and being able to set the window size on the command-line would make carts easier to play. There hasn't been a release since I last tested carts, have there been any commits that would make it worthwhile to rebuild and start retesting? |
@Nine-H it should be looking for a cart that matches the BBS key IIRC. Pico-8 first makes a call to a BBS endpoint (cpost_lister3.php) that returns the latest version of the cart ( The Those all seem like good feature requests, and I will try to get to them. I've been struggling to find both time and motivation to work on Fake-08 lately. Since the last release there have been a handful of small fixes, but nothing major |
tracking doc
https://docs.google.com/spreadsheets/d/10I7lS-XmOfzTMlPVdAJEheVpMH2VjW7H1ayVm-jFNxQ/edit?usp=sharing
methodology/limitations
ratings
I plan to update the document from time to time, you're welcome to integrate the data into your project.
The text was updated successfully, but these errors were encountered: