Co-op/Shared-Inventory

From ALttPR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Shared-Inventory is a format that uses lua (via specialized emulators) and IRC to communicate between multiple players. Various aspects of the game, initially limited to unique inventory items, are shared to both players as either player collects the items. Some implementations of this code extend to also include things like synchronized currency and health levels. Some implementations also support persistent item location status, such as treasure chests being opened for both players once it's opened by any player.

ALttPR

The project started being developed by Andi McClure with help from some of the ALttPR development team. Her instructions and source code are available online. Her version supports several games including NES Zelda, SNES Zelda & SNES Metroid.

Her project has been forked a couple of times with the most popular and extended version by FirenX.

SMALttPR

User "txcrnr" has been working on a fork of Andi & FirenX' code to support SMALttPR. The beta version of the script can be found here.

Notes

  • Similar to what a multiworld of 2 players with 1 world would be.
  • Similar to One Mind.
  • Similar to what a 2p1c game would be but with individual emulators.