Fixing the raptor stats panel widget in BAR

The raptor stats panel widget adds a creep visibility overlay for skirmish games against the RaptorDefenseAI. Here is what to do when it fails to load.

What the raptor stats panel does

This widget displays a visibility overlay showing where the raptor AI can detect your units during skirmish matches. It helps players learn fog-of-war boundaries and avoid walking units into unseen enemy defenses. The goal is to produce a visual map similar to standard creep vision indicators in other RTS games.

Common load failure: VFS file not found

The most frequent error looks like this in your infolog file: a failed load on gui_raptorStatsPanel.lua with a VFS visibility error. The game cannot find the raptors common.lua file through its virtual file system. This usually means the widget files ended up in the wrong directory, or BAR's VFS mode is blocking the load.

The fix starts with checking your widget directory structure. Navigate to your BAR data folder under AppData and look in the LuaUI Widgets path. The raptor widget files need to sit in the right location for VFS to see them during game startup.

Diagnostic steps for Windows users

Run these checks in PowerShell to narrow down whether the widget files exist and whether BAR can read them:

  • Search your BAR log files for raptor_panel references to see what the engine tried to load
  • List the contents of your LuaUI Widgets folder to confirm the widget files actually exist on disk
  • Compare the file paths in your infolog against what you see on disk and correct any mismatches

If the files exist but BAR cannot see them, the widget might be running in the wrong VFS mode. Try loading it from a skirmish game first, which uses a more permissive setup than custom multiplayer lobbies.

Panel interaction tips

When the panel loads correctly, you can zoom it using ctrl plus mouse wheel. The zoom level does not interfere with the marquee text or scrolling display. Recent updates also added sorting support for multiplayer join scenarios, so the panel now handles additional players more gracefully.

When to skip this widget

If you are not playing against the RaptorDefenseAI specifically, this widget has no function. It is a specialized skirmish training tool, not a general-purpose game improvement. Active BAR players focused on competitive multiplayer can safely leave it disabled without losing any functionality.

Creed of Champions: learning through clean info

Widgets that show fog-of-war boundaries exist for one purpose: helping players learn. Creed of Champions takes the same approach to team play. Instead of blaming each other for poor map awareness, members share what they see and help each other improve. No toxicity, just coordinated learning and better games as a result.

[Crd] The removal of toxicity, the goal of fun and learning, makes for a refreshing spot to play and spend time. It has also made a game with plenty of complexity a bit less daunting to dive into.

Whether it is a visibility widget or a supportive teammate, the principle is the same: clear information makes every decision better.

Advertisement