2821
Modification Help / Re: Using the dedicated server console via STDin
« on: February 23, 2014, 07:40:22 PM »
I got it!
I deleted base/client/audio.cs.dso and replaced it with a file called audio.cs which contained setKey("mykey");.
edit: Holy hell, input started working once I set the key! I now have a fully functional linux server with no need for wrappers and whatnot.
edit2: Authentication isn't working yet.
EDIT3: After further testing you don't need to use the hacky replace-default-file-to-set-key thing. Just type setKey("yourkey"); into the console. Somehow I must have had a typo the first time I tried it.
I deleted base/client/audio.cs.dso and replaced it with a file called audio.cs which contained setKey("mykey");.
edit: Holy hell, input started working once I set the key! I now have a fully functional linux server with no need for wrappers and whatnot.
edit2: Authentication isn't working yet.
EDIT3: After further testing you don't need to use the hacky replace-default-file-to-set-key thing. Just type setKey("yourkey"); into the console. Somehow I must have had a typo the first time I tried it.
