Skip to content

Instantly share code, notes, and snippets.

@Weegee
Weegee / hl2.sh
Created June 14, 2014 13:58
Left 4 Dead 2 hl2.sh
#!/bin/bash
# figure out the absolute path to the script being run a bit
# non-obvious, the ${0%/*} pulls the path out of $0, cd's into the
# specified directory, then uses $PWD to figure out where that
# directory lives - and all this in a subshell, so we don't affect
# $PWD
GAMEROOT=$(cd "${0%/*}" && echo $PWD)
@Weegee
Weegee / gist:9471944
Created March 10, 2014 19:02
console.log after three DOTA 2 matches (plus sound bug)
This file has been truncated, but you can view the full file.
WARNING: unable to link cl_particle_stop_all and cl_particle_stop_all because one or more is a ConCommand.
Parent cvar in client.dll not allowed (script_break_in_native_debugger_on_error)
Parent cvar in client.dll not allowed (dota_postgame_finish_replay_time)
Parent cvar in client.dll not allowed (dota_gamemode_ability_draft_test_hero)
Error: Material "debug/debugluxels" uses unknown shader "DebugLuxels"
ERROR 1: UNABLE TO LOAD FONT FILE vgui/resource/marlett.ttf
material "vgui/resource/icon_hlicon1" not found.
--- Missing Vgui material vgui/Resource/icon_hlicon1
Error: Material "___fillrate_0" uses unknown shader "FillRate"
Error: Material "___debugnormalmap_1" uses unknown shader "DebugNormalMap"
@Weegee
Weegee / PKGBUILD
Last active April 14, 2016 08:17
OBS Git PKGBUILD
pkgname=obs-git
pkgver=20140126.cc44c93
pkgrel=1
pkgdesc="Free, open source software for live streaming and recording"
arch=('i686' 'x86_64')
url="http://obsproject.com/"
license=('GPL3')
depends=('qt5-base' 'ffmpeg')
makedepends=('git')
source=('git+https://github.com/jp9000/obs-studio.git')
@Weegee
Weegee / config.cfg
Created October 24, 2013 16:32
DOTA 2 Test config.cfg
unbindall
bind "0" "+dota_control_group 10"
bind "1" "+dota_camera_follow"
bind "2" "+dota_control_group 2"
bind "3" "+dota_control_group 3"
bind "4" "+dota_control_group 4"
bind "5" "+dota_control_group 5"
bind "6" "+dota_control_group 6"
bind "7" "+dota_control_group 7"
bind "8" "+dota_control_group 8"
@Weegee
Weegee / PKGBUILD
Last active December 24, 2015 21:59
qLiveStreamer PKGBUILD
# Maintainer: Weegee <weegee at devzero dot info>
pkgname=qlivestreamer-git
pkgver=20131007
pkgrel=1
pkgdesc="qLiveStreamer is a small Qt/C++ frontend for Livestreamer, inspired by gLiveStreamer."
arch=('i686' 'x86_64')
url="https://github.com/Hyperz/qLiveStreamer"
license=('GPL2')
depends=('qt4' 'livestreamer')
@Weegee
Weegee / System Information
Last active December 20, 2015 14:29
System Information from Steam
Processor Information:
Vendor: GenuineIntel
CPU Family: 0x6
CPU Model: 0x3a
CPU Stepping: 0x9
CPU Type: 0x0
Speed: 3700 Mhz
4 logical processors
4 physical processors
HyperThreading: Unsupported
@Weegee
Weegee / console.log
Created July 13, 2013 10:03
Output from console while playing DOTA 2
WARNING: unable to link dota_dump_tournament and dota_dump_tournament because one or more is a ConCommand.
WARNING: unable to link dev_simulate_gcdown and dev_simulate_gcdown because one or more is a ConCommand.
scripts/talker/response_rules_shared.txt(token 1136) : Multiple definitions for criteria 'isreservetime' [-1601463119]
(token -1) : Discarded rule because of invalid criterion 25%
(token -1) : Discarded rule because of invalid criterion chance
Error: Material "debug/debugluxels" uses unknown shader "DebugLuxels"
Error: Material "___fillrate_0" uses unknown shader "FillRate"
Error: Material "___debugnormalmap_1" uses unknown shader "DebugNormalMap"
Error: Material "___debugdrawenvmapmask_2" uses unknown shader "DebugDrawEnvmapMask"
Error: Material "___debugdepth_3" uses unknown shader "DebugDepth"