Editing and Customization > Community Releases

*VALVE JUMPER TOOL* Easy hammer editor reset! **UPDATED!!**

(1/2) > >>

Multiplayer_X_:
So after THOUSANDS of hours manually stopping executables so hammer displays texture and model paths correctly I decided to create this simple tool to save all you hackmasters HOURS of headaches. ;)  Steam updates continue to glitch code in Source SDK so assets from other games many times will override the games default models and texture layouts. This resolves any issues with that and kills any executables connected to hammer and SDK allowing you to load  hammer completely FRESH. Hope this tool helps!  MultiplayerX

**UPDATED WITH ADDITIONAL HAMMER COMMANDS PREVIOUSLY MISSED**

namajnaG:
I'm not exactly sure what you mean by "override the games default models and texture layouts", or what this tool is supposed to do. Care to elaborate? As long as you have goldeneye.fgd only selected, you shouldn't have a problem. Haven't changed my setup in nine years and I never had any issues.

Multiplayer_X_:
The tool is a ONE CLICK solution to closing hammer and steam when nothing else works and you lose visual integrity inside the tool such as missing models, textures, etc. If you've never ported maps or used models from other valve games then YES this tool will most likely seem USELESS to you however it will save HOURS of manually stopping executables both in hammer and the mod itself to prevent in server crashes, etc. ;)

soupcan:
Why are you killing taskhost / dllhost / conhost? Seems unnecessary and dangerous to be killing random Windows processes. I would advise you to remove that part. In addition, this part:


--- Code: ---
taskkill /t /f /im Steam.exe *32
--- End code ---

does not work because you can't (and don't need to) specify *32 for 32-bit processes. Also, the @shift /0 at the top of your script seems completely unnecessary.

And finally, why are there 32- and 64-bit versions if they both do the same thing? Why are you distributing this as an exe when it could just be a batch script? (in fact it is, compiled into an exe)

markpeterjameslegg:

--- Quote from: markpeterjameslegg on September 04, 2018, 07:55:03 am ---Create a text file on your desktop with the following line...

taskkill /F /IM hl2.exe

Now rename it "KillHL2.bat"... Or whatever name you wish to call it, as long as it has the .bat extension.
Now double click this to close Goldeneye Source (hl2.exe). Saves you going into processes.
Also, you could do what I have done and place this somewhere else, I have this bat file in my Goldeneye Source folder, you can create a shortcut for the desktop, then go to properties for the shortcut and change icon to Half Life 2 icon, saves you having that ugly batch icon on your desktop.

--- End quote ---

Navigation

[0] Message Index

[#] Next page

Go to full version