Skip to content

Commit

Permalink
adds -nojoy and -nosteamcontroller to the dedicated server
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Apr 7, 2024
1 parent 9a64c18 commit d58aa27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions primedev/dedicated/dedicated.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ ON_DLL_LOAD_DEDI_RELIESON("engine.dll", DedicatedServer, ServerPresence, (CModul
CommandLine()->AppendParm("-nosound", 0);
CommandLine()->AppendParm("-windowed", 0);
CommandLine()->AppendParm("-nomessagebox", 0);
CommandLine()->AppendParm("-nojoy", 0);
CommandLine()->AppendParm("-nosteamcontroller", 0);
CommandLine()->AppendParm("+host_preload_shaders", "0");
CommandLine()->AppendParm("+net_usesocketsforloopback", "1");
CommandLine()->AppendParm("+community_frame_run", "0");
Expand Down

0 comments on commit d58aa27

Please sign in to comment.