Logical view: Difference between revisions
Jump to navigation
Jump to search
Note:
Garry's Mod already has this, click on any window, top right, and click on Logical Preview.
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
This will make bottom right screen in hammer show Logical Editor. In [[vmf]] position of an entity in this view is saved via logicalpos key (default: <code>"logicalpos" "[0 0]"</code>) | This will make bottom right screen in hammer show Logical Editor. In [[vmf]] position of an entity in this view is saved via logicalpos key (default: <code>"logicalpos" "[0 0]"</code>) | ||
{{Note|{{gmod|2}} already has this, click on any window, top right, and click on '''Logical Preview'''.}} | |||
[[File:Hammer-logical-view.jpg|700px]] | [[File:Hammer-logical-view.jpg|700px]] |
Latest revision as of 05:22, 24 April 2025

This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.
Hammer has hidden "Logical View" which can be shown for example using registry editor.
- win+R -> type 'regedit' to start registry editor
- Goto:
Computer\HKEY_CURRENT_USER\SOFTWARE\Valve\Hammer\Splitter
- Edit the value of
DrawType1,1
to be 10 (decimal) - Start Hammer and load/make new map
This will make bottom right screen in hammer show Logical Editor. In vmf position of an entity in this view is saved via logicalpos key (default: "logicalpos" "[0 0]"
)

