HOW TO MAKE A PINBALL MACHINE: Bitmap Fonts

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 2024

ความคิดเห็น • 14

  • @alexhetherington8028
    @alexhetherington8028 ปีที่แล้ว +1

    I'm always happy when I see a new PR notification pop up

  • @stefku76
    @stefku76 ปีที่แล้ว +1

    Thanks a lot, I always learn something new!

  • @ExpressoMechanicTV
    @ExpressoMechanicTV ปีที่แล้ว

    Looking great, Steve. Looking forward to seeing this on the machine's display!

  • @NeonNijahn
    @NeonNijahn ปีที่แล้ว

    Always excited for a new video

  • @BAwesomeDesign
    @BAwesomeDesign ปีที่แล้ว

    Great vid! Good to see more video on this project! Good luck and keep going!

  • @NeonNijahn
    @NeonNijahn ปีที่แล้ว

    This game is gonna be sick. I bet chat gpt could help write your code too!

  • @Ky1ebasa_Pinball
    @Ky1ebasa_Pinball ปีที่แล้ว

    Fantastic video! Super informative and helpful! I'll get to this point one day with my homebrew. What software were you using for making the png before reimporting to shoebox?

    • @thepinballroom
      @thepinballroom  ปีที่แล้ว

      Almost any design software will let you do this, I was using the free version of Figma. You can use photoshop or illustrator or Inkscape or lots of other apps too

  • @mathaeis
    @mathaeis ปีที่แล้ว +1

    Are you still using an image for the "Led Zeppelin" on the main start screen? I ask because of how the "E"s are overlapping the nearby letters, which I imagine you couldn't replicate with Shoebox, right?

    • @thepinballroom
      @thepinballroom  ปีที่แล้ว +1

      Correct, I’m using images with the actual font anywhere I don’t need dynamic text. All dynamic text is using the bitmap fonts.

  • @willierants5880
    @willierants5880 ปีที่แล้ว

    If I see ya at TPF I'll say hi. Unless you're looking like you don't want strangers coming up and saying hi. 🤣

    • @thepinballroom
      @thepinballroom  ปีที่แล้ว

      Hahah yes stop me and say Hi! I'm not bringing my machine, but I'll be there with my wife!

  • @GoodwinsPlace
    @GoodwinsPlace ปีที่แล้ว

    Hey Steve,
    I've designed my bitmap font but no matter what I do I'm not getting it displaying in MPF, I'm just editing mc_demo at the moment to test the fonts and not showing up.
    Can you share the current config.yaml or an example with a bitmap font? I'm guessing it is declared outside of the actual slide use, then referenced in the slide?

    • @thepinballroom
      @thepinballroom  ปีที่แล้ว +1

      you'll need to add in a line to tell MPF it's a bitmap font:
      bitmap_font: true
      Have you added that? check the MPF docs for their instructions on bitmap fonts, it's explained really well there, too - let me know if continue to have issues, ok?