Skip to content

Instantly share code, notes, and snippets.

@sigsegv-mvm
sigsegv-mvm / comp-convars-20160320.txt
Last active January 11, 2021 07:02
TF2 competitive convars as of 20160320
ConVars affected by competitive mode
Current as of 20160320 (subject to change, obviously)
Reverse engineering by sigsegv
See the end of this doc for technical info on how the game determines which convars to limit/default in competitive mode.
CONSOLE VARIABLES THAT HAVE COMPETITIVE-SPECIFIC MINIMUMS OR MAXIMUMS:
ConVar "host_competitive_ever_enabled" has a competitive minimum: 1.000000
@johanneswuerbach
johanneswuerbach / rails-vagrant-provision.sh
Last active June 29, 2020 19:24
Provision a vagrant box with ruby stable (using rvm), postgres, redis and node (using nvm)
#!/usr/bin/env bash
sudo locale-gen en_US.UTF-8
sudo update-locale LANG=en_US.UTF-8
sudo update-locale LC_ALL=en_US.UTF-8
sudo apt-get update
sudo apt-get install -y build-essential git curl libxslt1-dev libxml2-dev libssl-dev
# postgres