Getting Starting

This chapter contains all the necessary information for playing and optimizing multiplayer mods.

How to Play Multiplayer Mods

See Commands (CMD) before proceeding.

How to Play

You can learn more about loading into BATTLEMODE maps here: https://wiki.eternalmods.com/books/3-developer-console/page/load-battlemode-maps
Multiplayer modding guides: https://wiki.eternalmods.com/books/9-multiplayer-modding

Network Issues

Game Issues

Host Issues

Client Issues

Network Replication

About

NetworkReplicationOffsets.jpg

Entity offsets are roughly 0.6% closer to the coordinates of 0, 0, 0 for clients. The host does not experience this issue.

There are ways to work around entity offsets (see Entities). As of the current versions of modded multiplayer, only the AI suffer from entity offsets.

Maps with Non-Noticeable Offsets (xy < 300, z < 100)

Maps with Tolerable Offsets (xy < 800, z < 200)

Maps with Unplayable Offsets (xy > 800, z > 200)

Useful Commands

Optimization

Development

Auto-Executing Commands on Game Launch

See Also