GmodGeneralConsole reference
Host
Server hosting and engine settings.
Host
Server hosting and engine settings.
This is a reference of all host_* console commands. Use find host in the console to search within this category.
All Commands (16)
| Command | Default | Description |
|---|---|---|
host_ShowIPCCallCount | 0 | Print # of IPC calls this number of times per second. If set to -1, the # of IPC calls is shown e... |
host_flush_threshold | 20 | Memory threshold below which the host should flush caches between server instances |
host_framerate | 0 | Set to lock per-frame time elapse. |
host_limitlocal | 0 | Apply cl_cmdrate and cl_updaterate to loopback connection |
host_map | 0 | Current map name. |
host_profile | 0 | - |
host_runofftime | cmd | Run off some time without rendering/updating sounds |
host_showcachemiss | 0 | Print a debug message when the client or server cache is missed. |
host_sleep | 0 | Force the host to sleep a certain number of milliseconds each frame. |
host_speeds | 0 | Show general system running times. |
host_timer_report | cmd | Spew CPU timer jitter for the last 128 frames in microseconds (dedicated only) |
host_timescale | 1 | Prescale the clock by this amount. |
host_workshop_autoupdate | 1 | If set to above 0, will auto update addons from host_workshop_collection on server start. |
host_workshop_collection | 0 | Set to a Steam Workshop Collection ID, and the dedicated server will download Workshop items from... |
host_writeconfig | cmd | Store current settings to config.cfg (or specified .cfg file). |
host_writeconfig_lua | cmd | Write Lua-defined FCVAR_ARCHIVE convars to disk. |