Selecting in 3D got fucked up.

Selecting in 3D got fucked up.

Hammer Mapping — Page [1]
Outcast
My points value is a hilarious example of numerical humor.

2009 Dec 13 • 566
80,085 ₧
After I updated my GPU drivers I try to select a brush in the 3d view but it selects another one.

Has this happened to anyone else?
 
 
 
2014 Mar 12 at 10:48 PDT — Ed. 2014 Mar 12 at 10:49 PDT
SRAW
Rocket Man

2007 Nov 6 • 2525
601 ₧
Yeah it has, and I remember one thing I did to fix it was to download some opengl32.dll and place it in the vhe directory, but that's all I remember though
Free Steam Games
 
 
 
2014 Mar 12 at 17:38 PDT
Outcast
My points value is a hilarious example of numerical humor.

2009 Dec 13 • 566
80,085 ₧
After some moar googling I found this in a forum

code
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colProcessList = objWMIService.ExecQuery _
("SELECT * FROM Win32_Process WHERE Name = 'hammer.exe'")
For Each objProcess in colProcessList
objProcess.Terminate()
Next
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.MoveFile "D:\Games\HL_SDK\HammerEditor\ig4icd32.dll" , "D:\Games\HL_SDK\HammerEditor\LOCK_ig4icd32.dlů"
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "D:\Games\HL_SDK\HammerEditor\hammer.exe"


He says that it's a script,but how do you even use scripts in hammre?
 
 
 
2014 Mar 14 at 05:40 PDT
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
Have you tried Tools > Options > 3D Views > General > Reverse Selection Order?
...and that's the bottom line because Mate de Vita said so.
 
 
 
2014 Mar 14 at 08:54 PDT — Ed. 2014 Mar 14 at 08:55 PDT
Outcast
My points value is a hilarious example of numerical humor.

2009 Dec 13 • 566
80,085 ₧
Mate de Vita said:
Have you tried Tools > Options > 3D Views > General > Reverse Selection Order?


Yeah,it didn't change anything.It's ironic because when I didn't have any drivers installed I could select stuff more precisely.
 
 
 
2014 Mar 14 at 10:19 PDT
Mate de Vita
Kelli

2008 Oct 4 • 2453
159 ₧
Idk, try turning hardware acceleration off.

Right button on desktop > properties > setting > advanced > trouble shoot
...and that's the bottom line because Mate de Vita said so.
 
 
 
2014 Mar 14 at 15:00 PDT — Ed. 2014 Mar 14 at 15:01 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
The script is for launching Hammer. Put it in a .vbs file and run it.

I don't know if it will work though. I don't get what it is doing.

A LOT of drivers have really terrible OpenGL support, especially for screen-picking or whatever they call it. I would try a different driver version, personally.
 
 
 
2014 Mar 14 at 15:06 PDT
Page [1]