From 521fe314b6a723f07f8bb8a308fc53e4bcfe1558 Mon Sep 17 00:00:00 2001 From: Marisa the Magician Date: Wed, 27 Jul 2022 13:23:06 +0200 Subject: [PATCH] Update readme since per-player color tags are a thing now. --- README.md | 2 +- language.version | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81136a0f0..71693a20a 100644 --- a/README.md +++ b/README.md @@ -740,7 +740,7 @@ These components are toggleable. Although it's not officially supported, it is possible to play both co-op and deathmatch with this mod. Some caveats apply, such as the need to disable network prediction, as the various changes to player physics and behavior would quickly cause desyncs otherwise. Thus, the only recommendation I can give is to only try it out if there's low latency between players *(e.g.: LAN multiplayer)*. -Due to engine limitations, it's not possible to color-code individual players, so you'll have to rely on the target array to identify others. Note that the named healthbars of other players are always displayed in co-op, regardless of distance or visibility. +In cooperative play, the healthbars of other players are always visible no matter the distance or any occluding map geometry, so you can easily keep track of where everyone is, roughly. When playing deathmatch, detailed ranking and score stats will be shown on the right side of the HUD, so you know who's winning and by how far of a margin. Note that in deathmatch, the full map is always revealed, but other players will NOT appear in the minimap or target array unless they're visible, or they're part of your team *(if teamplay is enabled)*. diff --git a/language.version b/language.version index adf42b0fd..eb570d618 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r222 \cu(Wed 27 Jul 13:17:18 CEST 2022)\c-"; -SWWM_SHORTVER="\cw1.3pre r222 \cu(2022-07-27 13:17:18)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r223 \cu(Wed 27 Jul 13:23:06 CEST 2022)\c-"; +SWWM_SHORTVER="\cw1.3pre r223 \cu(2022-07-27 13:23:06)\c-";