Code Monkey home page Code Monkey logo

Comments (5)

jtothebell avatar jtothebell commented on May 23, 2024 1

Thanks for the report. I think the first two are probably related to adding menu items. Not sure about the third one, but I will take a closer look at all three when I can. Currently working on integrating a lua variant that should be fully compatible with Pico 8 (z8lua) which should also improve compatibility and may help with this.

from fake-08.

Archonic944 avatar Archonic944 commented on May 23, 2024

Thanks for replying so fast, can't wait to be able to play all my favorite pico-8 games, and thank you for making this great player!

from fake-08.

jtothebell avatar jtothebell commented on May 23, 2024

I just looked at each of those carts and found a few issues

  • Dodge and Warehouse panic use the ? shorthand for printing. This should be fixed with the lua update I referenced above. I can't commit to a timeline, but that is my top priority for Fake-08 right now. If you feel up to it, you can edit the carts to replace the shorthand ? with the longhand function call print (ie ?_txt,_x,_y+1,1 changes to print(_txt,_x,_y+1,1)). This alone looks like it makes warehouse panic work
  • Dodge and Alone in Pico use the menuitem function. I don't have support for the menu yet, but I just pushed an update that at least should allow it to run (just an empty function to call so it doesn't panic). This along with the print change makes Dodge playable.
  • Alone in Pico also has what looks like a problem with the current lua preprocessor I'm using, but after I manually changed the lua to what I think it should be, it crashes the whole 3ds... so I'll have to do some more investigating, but I'm going to wait to do that until after the lua update.
  • Warehouse panic looks like it might have some minor visual issues (black pixels around sprites that should be transparent). Another thing I'll circle back to when I can.

from fake-08.

Archonic944 avatar Archonic944 commented on May 23, 2024

I have more titles to add to the list:

  • Desert Land
  • Pool (I'm not sure which one it is)
  • Slacker
  • Polar Panic

Again, .p8.png files

from fake-08.

jtothebell avatar jtothebell commented on May 23, 2024

With the release of v0.0.2, I believe all the carts listed in this ticket run. There are a couple that still have issues, but I'm going to break those out into their own tickets and then close this one.

from fake-08.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.