Logical view: Difference between revisions
Jump to navigation
Jump to search
(stuff) |
No edit summary |
||
Line 7: | Line 7: | ||
# Start Hammer and load/make new map | # Start Hammer and load/make new map | ||
This will make bottom right screen in hammer show Logical Editor. In [[vmf]] position of | 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>) | ||
[[File:Hammer-logical-view.jpg|700px]] | [[File:Hammer-logical-view.jpg|700px]] |
Revision as of 23:51, 23 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]"
)