Hammer Editor Out of Resources: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(replaced old information)
Line 1: Line 1:
[[Category:Source_SDK_FAQ]]
[[Category:Source_SDK_FAQ]]
There is an issue on some user's systems with the SDK Launcher and Steam Play Games window consuming large amounts of system resouces if they are left open. As a workaround for this problem, close the SDK Launcher and Steam Play Games after launching SDK Tools. This issue will be fixed in an Source SDK update.
Editing levels with the [[Valve Hammer Editor]] can take a large amount of system resources, especially when browsing large amounts of models and textures. Increasing the amount of system memory (RAM) can improve performance, but crashes are often a sign of some type of hardware issue (bad memory, hard drive, power supply, etc.).


To avoid the resource issue:
To avoid running out of resources on systems with insufficient RAM, avoid scrolling through the entire texture browser, as this will load large amounts of materials. You can also close and re-open the Hammer editor to free up resources. You may not be able to work on larger-scale maps on a system with low resources.
 
# Open the Source SDK Launcher from the Play Games window.
# Launch the SDK tool you wish to use, such as the Hammer Editor.
# Close the Source SDK Launcher.
# Close the Steam Play Games window.
# Switch back the Hammer and begin editing.
 
If you need to switch SDK tools or game configurations, repeat these steps.

Revision as of 15:19, 23 August 2005

Editing levels with the Valve Hammer Editor can take a large amount of system resources, especially when browsing large amounts of models and textures. Increasing the amount of system memory (RAM) can improve performance, but crashes are often a sign of some type of hardware issue (bad memory, hard drive, power supply, etc.).

To avoid running out of resources on systems with insufficient RAM, avoid scrolling through the entire texture browser, as this will load large amounts of materials. You can also close and re-open the Hammer editor to free up resources. You may not be able to work on larger-scale maps on a system with low resources.