Raptor Mode Widgets and BAR Testing Tools

Raptor notifications, uBdev cheat tools, and how to fix widgets that install but never show their interface.

Tags: raptor notifications widget, uBdev testing, widget install fix, Beyond All Reason survival mode, RML widget error

Raptor Notifications Widget

Raptor mode is a survival game mode in Beyond All Reason where waves of enemies attack your base. The Raptor Notifications widget adds timed warnings that help teams prepare for what is coming.

Drop the Lua file into LuaUI/Widgets, run /luaui reload from the chat bar, and the widget activates. It provides countdown warnings during the grace period, boss arrival alerts, scrolling text overlays, and sound cues. The widget works alongside the vanilla Raptor Stats Panel.

Tactical reminders from the widget include preparing defenses around the three minute mark and building anti-air, shields, and Dragon's Maw defenses near the one minute mark. Later versions added boss pre-warnings and queen anger alerts so teams get earlier notice before difficulty spikes.

If certain vanilla alerts disappear, re-enable the default Raptor Stats Panel to restore missing notifications.

uBdev Testing Widget

uBdev is a developer and testing widget that adds an improved /give interface for spawning units, testing builds, and prototyping scenarios. It is installed into the LuaUI/Widgets/gui_ubdev/ folder.

The /give panel lets you search units by unitDef name or in-game name. Filter buttons narrow results by tech tier (T1, T2, T3), building versus unit type, and faction (A, C, L). Click a unit and then click in the game world to place it. Right-click clears your placement selection. Later updates added three delete modes (explode, wreck, or disappear) and a spectator mode toggle.

This widget is for sandbox testing, not ranked play. The spectator toggle warning is important: switching your last active player to spectator can cost your team the match.

Fixing Widgets That Do Not Show Interface

Sometimes a widget shows up in the F11 widget list but the actual interface never appears. The most common cause for this is a missing asset file.

When the Strategic Construction Tracker widget exhibited this behavior, the infolog revealed the root cause. RmlUi could not find the .rml file at luaui/rmlwidgets/strategic_construction_tracker/. The Lua widget loaded fine, but the visual interface could not render without its UI asset files.

If a widget loads but shows nothing, check the infolog.txt for missing file errors. Make sure the complete widget package with all asset folders is placed in the right location. Lua files go in LuaUI/Widgets, but RML or other interface assets often need separate subdirectories.

Keep Improving

Clean tools and clear information help teams prepare for tough fights without panic. Creed of Champions runs survival games and custom matches where preparation, teamwork, and calm communication matter. No blame. No drama. Just better play together. Win with skill, teamwork, and respect.