Skip to content

Retro-Nintendo-Online/MarioPartyOverlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's Mario Party Overlay?

Mario Party Overlay is a highly customizable and easy to use 'Bonus Star' tracker for the Mario Party series, supporting every game in it. It also includes a greenscreen so it can be used in a livestream!

Website

How to use?

Click on the numbers to increase the counters, by holding Ctrl you can decrease them instead. The amount can be changed at the top (1, 5 or 10).
It's possible to switch between 1 and 5/10 by holding Shift.
To give/take the coin-star you just click on the character.

Characters and counters can both be changed at the top.

Settings can be found by clicking on the gear and then "Open Settings" (or by clicking on the gear while holding Ctrl).

A more extensive (and likely up-to-date) introduction can by found by clicking on the gear and then "Credits".

Build it yourself?

Web App

The app doesnt need to be built in layman's terms but it does need to be set up through a web browser.

Native App

Windows

nativefier --platform "windows" --app-version "1.20" --build-version "1.20" --darwin-dark-mode-support --background-color "#2e2c29" --disable-context-menu --disable-dev-tools --title-bar-style "hiddenInset" --single-instance --width "700px" --height "500px" --min-width "700px" --min-height "500px" --icon "logo.png" --fast-quit 'https://retro-nintendo-online.github.io/MarioPartyOverlay/'

MacOS

nativefier --platform "mac" --app-version "1.20" --build-version "1.20" --darwin-dark-mode-support --background-color "#2e2c29" --disable-context-menu --disable-dev-tools --title-bar-style "hiddenInset" --single-instance --width "700px" --height "500px" --min-width "700px" --min-height "500px" --icon "logo.png" --fast-quit 'https://retro-nintendo-online.github.io/MarioPartyOverlay/'

Linux

nativefier --platform "linux" --app-version "1.20" --build-version "1.20" --darwin-dark-mode-support --background-color "#2e2c29" --disable-context-menu --disable-dev-tools --title-bar-style "hiddenInset" --single-instance --width "700px" --height "500px" --min-width "700px" --min-height "500px" --icon "logo.png" --fast-quit 'https://retro-nintendo-online.github.io/MarioPartyOverlay/'

Credits

All characters, products and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them. Mario Party is a registered trademark of Nintendo.

Created by blueYOSHI with contributions from others

All Mario Party related icons were created or inspired from officially published media by Nintendo.
Mario Party related icons (re)created, edited or ripped by Anonymous, Arend, blueYOSHI, CamTro, FieryExplosion, Kimimaru, larsenv, Mario Gamer, Mario Party Legacy, Random Talking Bush, RicoDexter.
Mario Party 9 Font (modified)
Settings Icon by Icons8
Button designs by Benjamin (modified)
Checkbox designs by Andreas Storm (modified)
Sortable.js (enables savefile re-ordering)
Interact.js (enables drag 'n' drop)

Mario Party Overlay is licensed under the MIT License.

About

An extensive and easy to use 'Bonus Star' tracker for all Mario Party games!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.7%
  • HTML 19.1%
  • CSS 11.2%