Other Commands

The commands in this category are not related to any other category. They are either not related to any other category or are not related to any other category.

dump_entity_report

CS2 Only

Command

dump_entity_report

Generates a report listing all client-side entities currently active in the scene to help with debugging.

Command Details

dump_panorama_css_properties

CS2 and CSGO

Command

dump_panorama_css_properties

Lists all Panorama UI properties that use CSS. This helps you see details like element padding and the purpose of each CSS property in the UI.

Command Details

dump_panorama_events

CS2 and CSGO

Command

dump_panorama_events

Shows all Panorama event types used in the game and explains how each event is triggered. Designed for users familiar with coding.

Command Details

dumpparticlelist

CS2 Only

Command

dumpparticlelist

Displays information about all particle systems currently in use or available in the game, including their names and key details.

Command Details

echo

CS2 and CSGO

Command

echo

<Text>

Prints a custom message to the console for all players on the server. It is mainly useful in server environments, as sending messages in private games has limited effect.

Command Details

echoln

CS2 Only

Command

echoln

<Text>

Prints the specified text or arguments in the console. Use this command for testing, debugging, or showing messages during gameplay or scripts.

Command Details

enable_boneflex

CS2 Only

Command

enable_boneflex

<0 / 1>

Controls the bone flexing feature, allowing you to enable or disable it to improve performance.

Command Details

engine_no_focus_sleep

CS2 and CSGO

Command

engine_no_focus_sleep

Controls how often the game engine 'sleeps' (pauses processing) when CS:GO or CS2 is not your active window. Adjusting this affects FPS and server responsiveness when tabbed out. Setting to 0 disables sleeping, keeping FPS stable even when the game is in the background.

Command Details

engine_show_frame_pacing

CS2 Only

Command

engine_show_frame_pacing

<0 / 1>

Toggles the display of frame pacing data to help you identify frame timing issues like stuttering or uneven frame delivery.

Command Details

ent_absbox

CS2 and CSGO

Command

ent_absbox

<Entity / Class Name>

Displays the total bounding box for a specified entity or class. If no entity or class name is specified, it shows the bounding box of the entity under your crosshair.

Command Details