DeaftJoe
Account Details
SteamID64 76561198037994630
SteamID3 [U:1:77728902]
SteamID32 STEAM_0:0:38864451
Country United States
Signed Up April 28, 2016
Last Posted October 6, 2019 at 4:38 PM
Posts 2 (0 per day)
Game Settings
In-game Sensitivity 2.00
Windows Sensitivity 6/11
Raw Input 1
DPI
800
Resolution
1920x1080
Refresh Rate
144Hz
Hardware Peripherals
Mouse Zowie FK-1
Keyboard Rosewill RK-9000 (White)
Mousepad Steelseries QCK+
Headphones Audiotechnica M50
Monitor Asus VG248QE
#434 Have a seat. in Off Topic
Dimentoplus based on the timestamps, she stopped once she found out he was under aged (except for that one chat where she asks if he's legal yet), she's banned, going to actual authorities would be a waste of time as nothing would come from it imo.

I feel like you'd need to be intentionally ignorant of the community you're part of (and the person you're speaking with) to not know when you're talking to a kid. Also, they admitted they knew somebody was underage and tried to influence them anyways.

They're on some abhorrent shit and are lucky that there's very little offline accountability for it.

posted about 4 years ago
#1148 rayshud in Customization

I made a quick fix for the HUD win panel, it's essentially a copy paste from the stock HUD. I haven't tested this in matchmaking at all, no guarantees for that.

The x and y pos assumes that you're running 1920x1080, sorry if it doesn't work with other resolutions.

Add this to \scripts\HudAnimations_tf:

event WinPanel_CompPos
{
Animate WinPanel ypos 230 Linear 0 0
}

event WinPanel_NormalPos
{
Animate WinPanel ypos 230 Linear 0 0
}

Find "WinPanel" in \scripts\hudlayout.res, change it to this:

	WinPanel
	{
		"fieldName"				"WinPanel"
		"visible"				"1"
		"enabled"				"1"
		"xpos"					"c-150"
		"ypos"					"230"
		"wide"					"300"
		"tall"					"300"
	}

Lastly, replace \resource\ui\winpanel.res with this: http://pastebin.com/YXfr5fhx

Here's what it should look like: http://puu.sh/oyWFn.jpg

posted about 7 years ago