Ko/Resetting Hammer preferences: Difference between revisions

From Valve Developer Community
< Ko
Jump to navigation Jump to search
(Created page with "In rare cases, such as missing Hammer tools located off-screen after a resolution switch, you'll need to restore the Hammer options settings t...")
 
No edit summary
Line 1: Line 1:
In rare cases, such as missing Hammer tools located off-screen after a resolution switch, you'll need to restore the [[:Category:Hammer Options Dialog|Hammer options settings]] to the defaults. This is done by using RegEdit to delete the Hammer settings from the Windows Registry.
가끔 희귀한 경우, 예를 들자면, Hammer 도구들이 화면 바깥으로 해상도 변화때문에 사라지는 경우, 당신은 [[:Category:Hammer Options Dialog|Hammer 옵션 설정]]을 기본으로 되돌릴 필요가 있습니다. 이것은 RegEdit을 이용하여 Hammer의 설정을 Wondows 레지스트리로 부터 지우는 것입니다.


{{warning|Improper use of RegEdit can corrupt the Windows Registry and render your operating system unusable. Be careful when using this tool.}}
{{warning:ko|부적절한 RegEdit 의 사용은 Windows 레지스트리와 당신의 운영 체제에 부정적인 영향을 미칠수 있습니다. 이 도구를 사용할때 조심히 다뤄주세요.}}
{{note|Following this procedure will reset all Hammer preferences. [[Hammer Game Configurations|Game Configurations]] will be left intact and can be [[Reset the Source SDK Game Configuration|reset separately.]]}}
{{note:ko|Hammer의 설정을 모두 기본 상태로 되돌리려면 이 절차를 따르세요. [[Hammer Game Configurations|Hammer 게임 설정]]은 그대로 유지될것입니다.}}


To use RegEdit to reset Hammer preferences:
RegEdit을 이용하여 Hammer 설정 초기화 하기:
# Close the Hammer editor if it's currently running.
# 지금 Hammer 에디터가 실행되고 있다면, 닫아 주세요.
# From the '''Start Menu''', choose '''Run...''' .
# '''Start Menu'''에서, '''Run...'''을 선택해주세요.
# Type <code>regedit</code> and click '''OK'''.
# <code>regedit</code>을 입력하고 '''OK'''를 눌러주세요.
# Scroll to the top of the tree list on the left.
# Scroll to the top of the tree list on the left.
# Expand the tree to <code>HKEY_CURRENT_USER\Software\Valve\Hammer</code>.
# Expand the tree to <code>HKEY_CURRENT_USER\Software\Valve\Hammer</code>.

Revision as of 21:08, 4 August 2014

가끔 희귀한 경우, 예를 들자면, Hammer 도구들이 화면 바깥으로 해상도 변화때문에 사라지는 경우, 당신은 Hammer 옵션 설정을 기본으로 되돌릴 필요가 있습니다. 이것은 RegEdit을 이용하여 Hammer의 설정을 Wondows 레지스트리로 부터 지우는 것입니다.

Warning.png경고:부적절한 RegEdit 의 사용은 Windows 레지스트리와 당신의 운영 체제에 부정적인 영향을 미칠수 있습니다. 이 도구를 사용할때 조심히 다뤄주세요.

Template:Note:ko

RegEdit을 이용하여 Hammer 설정 초기화 하기:

  1. 지금 Hammer 에디터가 실행되고 있다면, 닫아 주세요.
  2. Start Menu에서, Run...을 선택해주세요.
  3. regedit을 입력하고 OK를 눌러주세요.
  4. Scroll to the top of the tree list on the left.
  5. Expand the tree to HKEY_CURRENT_USER\Software\Valve\Hammer.
  6. Back up the current Hammer settings by right-clicking the Hammer folder icon and click Export.
  7. Type a filename (eg. hammer_settings.reg) and save it to your desktop.
  8. Right-click the Hammer folder icon and select Delete.
  9. Click Yes to confirm the deletion.
  10. Close Regedit and launch Hammer and the settings will be reset.
Note.png메모:Check to see if there is any problems with the Hammer interface before deleting the settings backup file from the desktop. If you wish to restore the old settings from the backup file, simply double-click the file on the desktop and import the settings back in.