povohat
Account Details
SteamID64 76561197993274972
SteamID3 [U:1:33009244]
SteamID32 STEAM_0:0:16504622
Country Australia
Signed Up September 20, 2012
Last Posted January 3, 2016 at 3:13 AM
Posts 108 (0 per day)
Game Settings
In-game Sensitivity 1.5 rinput
Windows Sensitivity 6/11
Raw Input  
DPI
800
Resolution
1920x900
Refresh Rate
144Hz
Hardware Peripherals
Mouse Zowie ZA13
Keyboard Ducky DK9087 G2 Pro w/PBT side printed caps
Mousepad Half of a Glorious PC Gaming Race 3XL
Headphones Beyerdynamic DT880 Pro
Monitor Asus VG248QE
1 2 3 4 ⋅⋅ 8
#15 Shittalk.cfg - A Crowd-Sourced TF2 Insult Generator in Customization
davisA long time ago, I made the original shittalk.cfg.

I see your post is dated 2014. I made a shittalk.cfg in 2009. I should be used to the wider TF2 scene taking things I created and using them without credit.

http://ozfortress.com/showthread.php?p=568245#post568245
http://drok-radnik.com/junk/povo_tf2cfg_21-12-09.rar - contains shittalk.cfg (which relies on a wait checking mechanism in aliases.cfg)

The alias naming convention you chose to use is highly similar to mine. Essentially find->replace 'smiley' with 'trashcan'.
The actual output and script logic itself is quite different and I'm not suggesting that it isn't original work. Enjoy your donations.

posted about 8 years ago
#44 GUIDE: Weapon-specific Custom Crosshairs in Customization

Also for reference, the inbuilt 'custom' crosshairs are located at vgui/crosshairs/, i assume you can reference these in the weapon scripts if you really enjoy them.
eg: "file" "vgui/crosshairs/crosshair7"
They are all 64x64, and don't forget theres a 'default.vtf' in that folder which is a slight variation on the inbuilt ( • ) crosshair

posted about 8 years ago
#38 GUIDE: Weapon-specific Custom Crosshairs in Customization

4 boobs nice!

I'm guessing a size is set incorrectly somewhere. Set the width and height in the weapon script to the size of the crosshair in the source file. Use cl_crosshair_scale to resize it in-game.

posted about 8 years ago
#29 GUIDE: Weapon-specific Custom Crosshairs in Customization

Made a big vtf (2048x64) with all the current Quake Live crosshairs (1-29). They are in 64x64 blocks, including crosshairs 20-29 which originated in Q3 but were added to QL officially at some point (I have preserved their original dimensions of 32x32 but centred them in a 64x64 block)

http://drok-radnik.com/junk/ql_xhairs_tf2.zip
http://drok-radnik.com/junk/ql_xhairs_preview.png

edit: added preview image
edit2: fixed weird shit on edges at high crosshairscale values, added ql_xhairs_point.vtf which you can use if you don't want them to be smooth

posted about 8 years ago
#8 GUIDE: Weapon-specific Custom Crosshairs in Customization

Really Fucking Cool!

posted about 8 years ago
#24 TFTV's peripheral recommendations in Hardware
nobelharvardsDid you restitch along the edge the pad was cut along?

Or are you just being extra careful when using it and hoping you will never stress it hard enough to cause the layers to peel apart?

How strong does the non stitched edge feel for long term wear?

I just cut it with a sharp flat blade and then used a lighter on the edge to singe off any stray strands and fuse the rubber to the cloth a little. I've only had it for a week and its been fine so far. I face the cut side furthest away from me so only the mouse cable touches it. Maybe it will turn to shit in a few months who knows!

posted about 8 years ago
#17 TFTV's peripheral recommendations in Hardware
nobelharvardsMousepads

I've owned a couple of these pcgamingrace pads, they are quite good for the price. I recently got the 3XL version and ended up cutting it in half to make two 600x600mm pads (pic).

posted about 8 years ago
#78 QL Accel Driver in TF2 General Discussion

Update

I've been working on an alternative method of implementing good mouse accel at the driver stage that doesn't require test mode or paying a lot of money for an EV code signing certificate. I discovered a driver/library called Interception which enables such a thing to happen.

Interception installs 2 upper filter drivers (keyboard.sys and mouse.sys, fully signed) for kbdclass and mouclass devices, which allows user-mode applications (which have no signing requirement) to manipulate keyboard/mouse events at the driver level. I wrote a very simple console application which interfaces with the interception mouse filter driver and applies the quake live accel algorithm.

Kovaak (author of the amazing GUI for my previous kernel mode filter driver) has updated his GUI to support this new method. He has also started up a blog about mouse acceleration for gaming, which includes information and downloads for accel driver related things. Here's a link to this new /!\ TEST /!\ version.

http://mouseaccel.blogspot.com.au/2015/12/new-method-for-mouse-acceleration.html

Kovaak has some concerns about this interception library triggering anti-cheat scanners. There is certainly no guarantee that anything is safe from triggering VAC, but logically this new method is significantly less 'dodgy' than the previous driver which to my knowledge never triggered any anti-cheat. Use at your own risk. Also the source is provided so check it out if you want.

posted about 8 years ago
#18 Ghosts in TF2 General Discussion

stay safe poverty ghost

posted about 8 years ago
#8 Can an excess of exec commands lag my game? in Customization

taken to meme school

posted about 8 years ago
#17 Update PVHud Pls in Customization

Thanks! I really like this HUD, glad somebody is maintaining it.

posted about 8 years ago
#69 QL Accel Driver in TF2 General Discussion

Well that sucks. Maybe Valve can put a working version of accel into their game.

edit: maybe its possible to implement accel via rinput?

posted about 9 years ago
#26 Zowie Gear releases EC1-A and EC2-A in Hardware

I have seen reports on esr and overclock.net that the EC1-A/EC2-A have about half the click latency of the older Zowie mice (eg: FK1).

posted about 9 years ago
#9 Writing a Windows Driver in Hardware
DarkTechNoYou made a filter driver? Iv been doing some asm in my EE courses and I have wanted to write some drivers for old tech I have. Do you have any source code to your driver?

I didn't really 'write' a driver. I took the moufiltr example code which has all the important stuff already written. I just added some code that reads some registry values and manipulates each packet of mouse data that has movement information in it. The source for the previous version is up on the site.

I should mention that I'm not a legit programmer and don't really know much about drivers or C or anything like that. I sorta fumbled my way through using the internet and bouncing some ideas off other ppl in irc.

posted about 9 years ago
#6 Writing a Windows Driver in Hardware

The QL Accel filter driver I made is based on some example code from MSDN (moufiltr). There is a similar piece of example code for keyboards called kbdfiltr (located here). I'm not sure if theres anything I can offer regarding specifics from this point on. Keep in mind if you are using 64-bit, you will need to enable test signing, create/import your own certificate and self-sign your driver or it will not load.

posted about 9 years ago
1 2 3 4 ⋅⋅ 8