Source SDK Known Issues: Difference between revisions
Jump to navigation
Jump to search
(updated) |
|||
Line 1: | Line 1: | ||
[[Category:Steam]] | [[Category:Steam]][[Category:Changelists]] | ||
This is a list of known and | This is a list of known and verified issues with the Source SDK release, and potential workarounds. | ||
== | === Direct shortcuts to hammer will not work === | ||
With this version of the SDK you will get an error if you attempt to run hammer.exe from the 'sourcesdk\bin' directory. Here is the best way to work around this issue: | |||
# Right-click on the '''Source SDK''' item on the '''Tools''' tab in Steam. | |||
# Select '''Create desktop shortcut'''. | |||
# Add <code>-runhammer</code> to the end of the steam.exe command line. | |||
#:For example: <code>C:\Program Files\Valve\Steam\Steam.exe -applaunch 211 -runhammer</code> | |||
# Rename the desktop shortcut to something appropriate, such as "Hammer Editor". | |||
This has the added benefit of actually launching the SDK Launcher before Hammer, making sure it is the latest version. | |||
Also, you can create shortcuts to Model Viewer and Face Poser by creating other shortcuts and adding these command line arguments: | |||
<code>-runmodelviewer</code> | |||
<code>-runfaceposer</code> | |||
== See also == | == See also == | ||
* [[Source SDK Release Notes]] | * [[Source SDK Release Notes]] |
Revision as of 15:15, 4 August 2006
This is a list of known and verified issues with the Source SDK release, and potential workarounds.
Direct shortcuts to hammer will not work
With this version of the SDK you will get an error if you attempt to run hammer.exe from the 'sourcesdk\bin' directory. Here is the best way to work around this issue:
- Right-click on the Source SDK item on the Tools tab in Steam.
- Select Create desktop shortcut.
- Add
-runhammer
to the end of the steam.exe command line.- For example:
C:\Program Files\Valve\Steam\Steam.exe -applaunch 211 -runhammer
- For example:
- Rename the desktop shortcut to something appropriate, such as "Hammer Editor".
This has the added benefit of actually launching the SDK Launcher before Hammer, making sure it is the latest version.
Also, you can create shortcuts to Model Viewer and Face Poser by creating other shortcuts and adding these command line arguments:
-runmodelviewer
-runfaceposer