Skip to content

Multiplayer functionality? #38

Answered by klei1984
Shaddap1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, v0.6.1 does not implement the network play. The work in progress version available on GitHub master branch implements the network code and fixes some of the original v1.04 desync issues. E.g. see defect 211 on the defect list here: https://klei1984.github.io/max/defects/ .

Original M.A.X. implements an input-synchronous, lockstep peer-to-peer networking model. The Port uses the same approach but replaces the IPX protocol with reliable IP/UDP.

This means that there is no central server, there is no online match making, nor online lobby. Players have to connect to a host player's IP address and listening UDP Port. An UPnP client library can be optionally enabled in the software build…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Shaddap1
Comment options

You must be logged in to vote
1 reply
@suns-echoes
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants