BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
127 stars 53 forks source link

New protocol: Implement mod request/response #280

Open lionkor opened 7 months ago

lionkor commented 7 months ago

Depends on #279, build that first.

The mods are requested by players after they are sent to them, in the ModDownload state. They are sent to the players one-by-one as they are requested.

Spec: https://github.com/BeamMP/Future-Spec

Acceptance Criteria