"..." entered and joined the game
system message for the reserved slot, so bad actors don't leave in panic.
gfx_refresh_rate 0; cl_refresh_rate 0; gfx_asyncrender_old 1; gfx_vsync 0; gfx_backend Vulkan; cl_showhud_ddrace 0; cl_showhud_dummy_actions 0; cl_showhud_healthammo 0; cl_showhud_jumps_indicator 0; cl_showhud_player_angle 0; cl_showhud_player_position 0; cl_showhud_score 0; cl_showhud_player_speed 0; cl_showfps 1; cl_overlay_entities 100; gfx_fullscreen 1; cl_background_entities ""
[-] Error: admin message not found in server log
Full log:
```
Run cd headless
[] launch server
[] launch client 1
[] start demo recording
[] launch client 2
[] test chat and chat commands
[] test rcon commands
[] stop demo recording
[] test map change
[] play demos
[] shutting down server
[] shutting down client1
[] shutting down clien...1810d97
Autosave copy of current editor map periodically to auto
folder - Robyt3
525c33f
Extract CEditor::RenderPressedKeys
function - Robyt3
5c3e5bf
Extract CEditor::RenderMousePointer
function - Robyt3
2126d85
Use separate thread to finish saving maps, add saving indicator - Robyt3
5d89b97
Merge #6763 - bors[bot]5501a33
Also skip to beginning and end when there are no demo markers - Robyt3
8445798
Fix demo seeking not working at beginning and end - Robyt3
d9c7376
Pause demo playback when skipping to end - Robyt3
ff454f6
Allow right-clicking slice buttons to reset cut beginning/end - Robyt3
d519ad1
Remove dead code - Robyt3
67ddd93
Merge #6772 - bors[bot]set_view
is a really nice feature. I defined ~40 views with coordinates and zoom and put them in 00.cfg - 40.cfg, then I rendered my demo and changed view via f1: exec 00.cfg
. And then exec 01.cfg
and so on. That's my first result...