Iw7 Command List ((better)) May 2026

This report is structured for system administrators, server moderators, and power users. Date: 2024-10-03 (General Reference) Engine: IW7 (Infinity Ward 7th Generation) Relevant Titles: Infinite Warfare, MWR, WWII 1. Executive Summary The IW7 engine retains the classic dvars (developer variables) and console command structure from previous COD engines but introduces enhanced security and network synchronization. Commands are executed via the in-game console (enabled via seta developer "1" or launch option +set developer 1 ). Note: Many commands are flagged as "cheat protected" in multiplayer. 2. Core Console Commands (Universal) | Command | Function | Example | | :--- | :--- | :--- | | help | Lists all commands or info on a specific command | help cg_drawFPS | | dvarlist | Filters and lists all DVARs | dvarlist *health* | | toggle | Toggles a binary var between 0/1 | toggle r_fullscreen | | set , seta | Set DVAR value (seta saves to config) | seta sensitivity "5" | | exec | Execute a config file | exec myconfig.cfg | | bind / unbind | Assign/remove key to command | bind F5 "screenshotJPEG" | | record / stoprecord | Start/stop demo recording | record mydemo | | demo | Play a recorded demo | demo mydemo | | screenshot | Take a TGA screenshot | screenshot | | screenshotJPEG | Take a JPG screenshot | screenshotJPEG 90 | 3. Graphics & Performance Debugging | Command | Description | Typical Use | | :--- | :--- | :--- | | cg_drawFPS | Displays frames per second (1=simple, 2+detailed) | cg_drawFPS 1 | | cg_drawLatency | Shows network ping/lag meter | cg_drawLatency 1 | | cg_drawGun | Toggles weapon model rendering | cg_drawGun 0 | | r_drawDecals | Disables bullet holes/spray | r_drawDecals 0 | | r_dynamicLight | Enables/disables dynamic lights | r_dynamicLight 0 | | com_maxfps | Limits max frame rate (0 = unlimited) | com_maxfps 144 | | r_vsync | Vertical sync toggle | r_vsync 0 | | fx_enable | Disables all particle effects | fx_enable 0 | 4. Network & Multiplayer Commands (Non-Cheat) | Command | Description | | :--- | :--- | | connect | Direct IP connection: connect 192.168.1.100:28960 | | reconnect | Reconnect to last server | | disconnect | Leave current server | | playerstats | Shows your current session stats | | lagometer | Displays lag graph (1=on) | | cl_maxpackets | Max packets per second (100 max) | | snaps | Server update rate (20-40 default) | | rate | Max download rate (e.g., rate 50000 ) | 5. Cheat-Protected DVARs (Single Player / Private Match Only) These require sv_cheats 1 to be active.