Skip to content

Instantly share code, notes, and snippets.

@mwong56
mwong56 / autoexec.cfg
Last active August 9, 2019 23:03
auto exec
// Rates
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"
cl_lagcompensation "1"
// Mouse
m_yaw 0.022
@mwong56
mwong56 / Dockerfile
Created January 7, 2019 03:09
csgo test
FROM gonzih/csgo-server
USER $USER
ENV SOURCEMOD_PLUGINS_DIR $SERVER/csgo/addons/sourcemod/plugins
# Install MetaMod
RUN curl -fsSL https://mms.alliedmods.net/mmsdrop/1.10/mmsource-1.10.7-git963-linux.tar.gz | tar -C $SERVER/csgo -xvz
# Install SourceMod