LazyPandaI wish Minneapolis was on that list maybe I could finally get some decent internet service
Account Details | |
---|---|
SteamID64 | 76561197995865266 |
SteamID3 | [U:1:35599538] |
SteamID32 | STEAM_0:0:17799769 |
Country | United States |
Signed Up | July 22, 2012 |
Last Posted | October 1, 2017 at 11:27 AM |
Posts | 44 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | 0.75 |
Windows Sensitivity | 6 |
Raw Input | 1 |
DPI |
1200 |
Resolution |
1600x900 |
Refresh Rate |
60Hz |
Hardware Peripherals | |
---|---|
Mouse | Logitech G400s |
Keyboard | Ducky DK9008 G2 Pro |
Mousepad | a very large card mat |
Headphones | Tt eSPORTS SHOCK |
Monitor | Acer X203H |
I just got in as well, i got the email at 11:29 from info@harmonixmusic.com
Harmoinix Music Systems (of Rockband/Dance Central fame), just announced a music-based Free-to-play arena-FPS coming to PC/Mac/SteamOS, called Chroma.
asianriceguyYeah, that looks right. Does the new update affect this mod? I'm referring to this line:
- Updated sv_pure so client will detect corrupt or modified VPK files
It shouldn't. The "Modified" part refers to official valve VPK's, unless valve added hash conformation to the VPK spec, but that still wouldn't affect this from working.
reddHarbls-UPDATE-http://i.imgur.com/9pV8Czd.png
So apparently there is no rest for the wicked... Who knew.
Removed the new thief promos. Enjoy!
https://www.mediafire.com/?mwo046xldicdhio
is this right?
yes
MagusWill there be some sort of promotion tournament or will new teams to CEVO automatically be placed in Open
Bobsledin your autoexec.cfg, you would type in....
alias mge "connect 12.345.678.910:12345; password hi"
with your desired ip and password obviously.
Not that it really matters, but 0.0.0.0, 10.0.0.0/8, 127.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 are all great fake ip's because they are all legal, and are all reserved for local(LAN) addresses.
Hi! My name is Ark, I am a soldier that has been playing comp TF2 for a Few years now, I started comp way back in winter 2011, with UGC HL. I have played with a multitude of teams since then, In UGC 6v6 steel and S2 of CEVO 6v6. I'm looking for a team that is serious about getting better, somewhere around 1+ scrims a day. I took a season off so I am a little rusty, but I am looking to really get back into the swing of things. Add me on steam if you want to try me out.
AoshimaSo, since I'm dumb and don't know how to script, if I wanted to set this up so that I have no viewmodels on my main weapon, but viewmodels on both secondary and melee, how would I script this?
alias view1 "slot1; r_drawviewmodel 0"
alias view2 "slot2; r_drawviewmodel 1"
alias view3 "slot3; r_drawviewmodel 1"
bind q lastslot
bind 1 @slot1
bind 2 @slot2
bind 3 @slot3
alias push0 ""
alias push1 ""
alias @slot1 "view1; push0; push1; alias push0 stack1"
alias @slot2 "view2; push0; push1; alias push0 stack2"
alias @slot3 "view3; push0; push1; alias push0 stack3"
alias stack1 "alias push1 pop1;
alias stack2 "alias push1 pop2;
alias stack3 "alias push1 pop3;
alias pop1 "alias lastslot @slot1"
alias pop2 "alias lastslot @slot2"
alias pop3 "alias lastslot @slot3"
Contact support, and set up an RMA. I don't know what the problem is, but it sounds like either a hardware issue, or a windows issue to me.
While the answer to the question "Is pyro viable?" is "no" in 6s, and "duh" in HL, there is a format in witch pyro is a very, very good class, and that is 4v4. Pyro is the cookie-cutter combo in 4s, because of the lack of heavy-medic, and solly being more effective as a roaming damage class, then a pocket class.
When you switch weapons using one of the @slot# commands, it sets the weapon you came from to "lastslot". You can change the first command in @slot1 from "slot1" to an alias that does other things like toggle view models, change crosshair, etc. on a weapon by weapon basis, something you can't do with the "lastinv" command.