Segs / Segs

:muscle: SEGS - Super Entity Game Server
https://segs.dev/
BSD 3-Clause "New" or "Revised" License
228 stars 88 forks source link

Per-game map instance overrides #459

Open dracc opened 6 years ago

dracc commented 6 years ago

We need to handle different map instances. Not sure what this means, @nemerle can tell us more.

nemerle commented 6 years ago

A couple of scenarios where 'MapInstance/City_00_01' must be loaded from GameServer specific directory:

nemerle commented 6 years ago

Minimal functionality to implement: Map servers will need to load the data in order:

  1. Look for GameServer specific override
  2. Load 'default' data file
  3. Complain about missing data files.
dracc commented 6 years ago

Wouldn't a -f secondary.cfg given to authserver suffice btw? I mean, the maps folder is already read from the config? :)