uberserver icon indicating copy to clipboard operation
uberserver copied to clipboard

migrate all battle status / teamsetup / colors / etc to SETSCRIPTTAGS

Open abma opened this issue 10 years ago • 3 comments

would be great simplification!

for migration:

  • first add all status to setscripttags (needs defined "namespace" for that)
  • for all clients which have the compatiblity flag set: send the "extra" data

a exact specification is needed, as (theoretically) most server side checks could be removed.

this is pretty close to "propertymap" but has a migration path

abma avatar Jan 17 '15 04:01 abma

whats needed:

player info:

  • id
  • name
  • spectator
  • team id
  • ally
  • resource bonus
  • status (synced/ingame/synced/unsynced)
  • faction
  • color (global stats (?)
  • country,
  • rank )

-> needed tags: player/id/name player/id/ally player/id/bonus player/id/status player/id/color player/id/...

-> "misc" tags:

host/ip host/port

existing tags:

mapoptions/ modoptions/ restrict/ team/ hosttype/

abma avatar Jan 17 '15 05:01 abma

Rel to #58

silentwings avatar Oct 13 '18 05:10 silentwings

Also rel to #249

silentwings avatar Nov 11 '18 09:11 silentwings