More actions
Super Mario War NX | |
---|---|
General | |
Author | RetroNX Team |
Type | Platform |
Version | 2.0.0-nx4 |
License | Mixed |
Last Updated | 2020/12/07 |
Links | |
2.0.0-nx4 + Custom Pack Download | |
Website | |
Source | |
Super Mario War is, quoting the main project, a fan-made multiplayer Super Mario Bros. style deathmatch game.
You can find more information about the game itself and its history on the main readme.
The Nintendo Switch port uses:
- The devkitA64 toolchain, libnx and multiple portlibs from devkitpro.
- A subrepo of supermariowar with switch specific changes.
Installation
Download the latest release, and extract the archive in the switch
folder on your SD Card.
Then, run the game from the hbmenu using hbl.
User guide
Networking
Note: Support is experimental.
- Network multiplayer requires the use of a server to create rooms and connect to them. You can find the builds in the upstream repo releases.
- Cross-platform is supported (PC and everything that the game supports).
- Everyone playing should probably have the same version to avoid unexpected behavior.
Custom skins
Also include is a custom pack for Super Mario War NX created by Grand-Master, it contains:
- New Characters sprites.
- New Menu graphics.
- New World graphics.
- New Music and other.
To use them, place the files in sdmc:/switch/smw/data/
.
Controls
D-Pad and Left Stick - Movement
B - Jump
Y - Turbo
Screenshots
Changelog
2.0.0-nx4 2020/12/07
- Upstream fixes and changes.
- Input was refactored:
- D-Pad and Left stick are now combined.
- New defaults: B = Jump; Y = Turbo (Like on a mario game).
- Joycon split option was removed, you can instead open up the system controller applet to remap controllers freely.
- Network multiplayer support (experimental):
- Lobby server needed (check README for more info).
- Cross-platform PC <-> Switch supported.
2.0.0-nx3 2019/09/15
- Small update to be 9.0.0 ready:
- Adapted changes, and compiled against latest libnx (v2.5.0).
- New directory structure using subrepos instead of 2 different repos.