Tweakunits in multiplayer lobbies fails for a simple reason most people miss, and common widgets like unit loop select need specific activation steps.
Tags: BAR modding, tweakunits multiplayer, unit loop select, widget activation, widgetselector
If tweakunits scripts fail silently in multiplayer, the most common cause is a trailing equals sign in the encoded string. The pinned modding guide covers this — remove the trailing equals sign from your base64 tweak string before pasting it into lobby chat. The extra character breaks the decode step on the receiving end, and the game never shows a visible error. The tweak simply never applies.
Another issue: tweakunits must be applied when all players load the lobby. If the tweak is entered after the lobby has already synced its unit definitions, some players may receive stale data. Apply tweaks before anyone presses ready, then confirm all players see the expected unit restrictions or modifications.
The unit loop select widget lets players cycle through unit groups with a modifier key. It does not activate on its own because two conditions must be met. First, the modifier key bindings must be configured in your key settings — without bindings, the widget has nothing to trigger on. Second, the widget itself must be enabled through /widgetselector in the game console. Both steps are required. Enabling the widget without bindings does nothing, and setting bindings without enabling the widget also produces no result.
Many BAR widgets ship disabled by default and require manual activation. The pattern is consistent: check whether the widget is enabled via /widgetselector, then verify any required key bindings exist in your input configuration. If a widget seems dead, the odds are good it is simply not turned on rather than broken.
Teams that configure their controls and widgets before a match gain an immediate advantage. Creed of Champions encourages players to learn their tools and set up properly. Serious RTS play without the toxic baggage.
[Crd] Creed of Champions rekindled my joy in Beyond All Reason. I had burned out on the game, and the friendly, no-toxicity environment caused me to start enjoying it again.