This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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) |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |