sheybey
Account Details
SteamID64 76561198013023668
SteamID3 [U:1:52757940]
SteamID32 STEAM_0:0:26378970
Country United States
Signed Up September 2, 2014
Last Posted November 4, 2022 at 11:35 PM
Posts 99 (0 per day)
Game Settings
In-game Sensitivity slow
Windows Sensitivity default
Raw Input 1
DPI
lots
Resolution
high
Refresh Rate
fast
Hardware Peripherals
Mouse good
Keyboard cheap
Mousepad large
Headphones expensive
Monitor slow
1 2 3 4 5 ⋅⋅ 7
#4 Mid settings on DX9 = bad frames in Hardware
VulcanTry running it on the highest settings possible

Agreed. I recently built a machine with an i7 and a GTX 1080 and TF2 runs noticeably better on high settings as opposed to low or medium.

I've never tried DX8 or an FPS config though, so I couldn't tell you how they would run.

e: related reading
http://www.teamfortress.tv/30651/boost-fps-with-this-one-simple-trick

posted about 6 years ago
#40 Kuferl.tf TDM Servers in TF2 General Discussion
Kuferl/home/groups/sourcemod/upload_tmp/php8sauIl.sp(59 -- 61) : error 076: syntax error in the expression, or invalid function call
/home/groups/sourcemod/upload_tmp/php8sauIl.sp(68) : warning 203: symbol is never used: "destroy_sticky"

getting these errors when compiling.

It works for me - you might have an older version of sourcemod. I removed some of the newer syntax, see if it works now.
https://gist.github.com/sheybey/544047d6ff0d14c44108b152ac1e9761

posted about 6 years ago
#37 Kuferl.tf TDM Servers in TF2 General Discussion
Kuferlregarding stickies: don't know tbh, if you find a sm plugin that can accomplish that let me know, but I don't really have the time/interest in looking for it myself at the moment.

I wrote a plugin to do this if you still want to try out this idea:
https://gist.github.com/anonymous/2c59fe42d6e7f1de92b266069b6c4745

posted about 6 years ago
#20 Anyone well versed in python language? in Off Topic

It wouldn't count " the" at the end of the string. Granted, that's not valid English, but I wouldn't take that risk going off of what little I've read of Shakespeare. I've gotten wrong answers on problems like this in the past by making that kind of assumption.

posted about 6 years ago
#16 Anyone well versed in python language? in Off Topic
>>> vulcan_count("Theodore reads his thesaurus at the theater")
4

I think splitting the string or using regex is the better part of valor here. Making a list of this kind of rule can get out of hand fast.

posted about 6 years ago
#12 Anyone well versed in python language? in Off Topic
VulcanepiVulcan, your code will miss "the" at the beginning or end of the string.
>>> "the quick brown fox jumps over the lazy dog".count(" the ")
1
Edited thank you

That doesn't work any better.

>>> "absinthe is an old sounding word".count("the ")
1
posted about 6 years ago
#10 Anyone well versed in python language? in Off Topic

Vulcan, your code will miss "the" at the beginning or end of the string.

>>> "the quick brown fox jumps over the lazy dog".count(" the ")
1
posted about 6 years ago
#6 Anyone well versed in python language? in Off Topic

Regex or str.lower.

The python docs are great and should generally be your first place to look.
https://docs.python.org

posted about 6 years ago
#15 Old Pics of TF2 Legends in TF2 General Discussion

http://78.media.tumblr.com/tumblr_mds6wcrCTp1rlzl4oo1_1280.png

https://thankyoupapajohns.tumblr.com

posted about 6 years ago
#5 Is it dead? in Hardware

Hard drives are pretty cheap as far as computer components go. 5 minutes on amazon says $35 for 500GB, $50 for 1TB, and $100 for a 250GB SSD. All US prices, but unless you're in a place with heavy taxes they shouldn't be too much higher than that.

posted about 6 years ago
#2 Very interesting problem with the steam UI in Q/A Help

Are you on a college campus or other place where your internet access might be restricted? Your screenshots look like the CSS stylesheets are failing to load.

Open the developer tools in Firefox (F12), go to the network tab, then go to https://store.steampowered.com. That should show you if anything is failing to load.

posted about 6 years ago
#7 how coolis this shrug emoji ¯\_(ツ)_/¯ in The Dumpster
crabfdid you go to the site linked under his name

http://puu.sh/xpOhb/cdef2ac98e.png

posted about 6 years ago
#4 how coolis this shrug emoji ¯\_(ツ)_/¯ in The Dumpster

Thanks Prit

http://puu.sh/xpO23/b162cfb352.png

posted about 6 years ago
#10 User script: Sort by frag count in Site Discussion

Yes, any more would greatly increase the complexity of the script (loading posts from tf.tv on the fly, etc.). I've considered making an infinite scrolling/change page size script but there hasn't been any interest from what I've seen.

posted about 6 years ago
#8 User script: Sort by frag count in Site Discussion

Should be fixed. Try deleting it and re-installing.

posted about 6 years ago
1 2 3 4 5 ⋅⋅ 7