Hammer Replace Dialog: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Hammer Replace dialog reference)
 
m (→‎top: Unicodifying, replaced: [[Image: → [[File:)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Level Design]]
{{Underlinked|date=January 2024}}
{{lang|Hammer Replace Dialog}}
__NOTOC__
This dialog allows you to type in an text string to search and replace inside the current map. All matches for the text string will be replaced by the text you provide.
This dialog allows you to type in an text string to search and replace inside the current map. All matches for the text string will be replaced by the text you provide.


[[Image:Hammer_Replace.png]]
[[File:Hammer_Replace.png]]


== Find what: ==
== Find what: ==
Line 30: Line 32:
== Whole words only ==
== Whole words only ==


Potential matches must share the exact words as the search text. For example, typing in "ZombieFire" would find matches with "ZombieFire", but not "Zombie".
Potential matches must share the exact words as the search text. For example, typing in "ZombieFire" would find matches with "ZombieFire", but "Zombie" would not.


== Case Sensitive ==
== Case Sensitive ==


Potential matches must share the same capitalization as the search text. For example, typing in "ZombieFire" would find matches with "ZombieFire", but not "zombiefire".
Potential matches must share the same capitalization as the search text. For example, typing in "ZombieFire" would find matches with "ZombieFire", but "zombiefire" would not.


== Find in ==
== Find in ==


Defines the scope of the search. When '''Selection''' is chosen, only makes objects selected will be searched and changed. '''Entire file''' makes changes to all matches in the map, regardless of what is selected. With '''Visible objects only''' enabled, only objects that are currently visible will be changed -- objects in [[VisGroup]]s that are currently hidden will not be changed.
Defines the scope of the search. When '''Selection''' is chosen, only makes objects selected will be searched and changed. '''Entire file''' makes changes to all matches in the map, regardless of what is selected. With '''Visible objects only''' enabled, only objects that are currently visible will be changed -- QuickHide objects and objects in [[VisGroup]]s that are currently hidden will not be changed.
 
[[Category:Hammer Dialogs]]

Latest revision as of 18:16, 7 January 2024

Underlinked - Logo.png
This article needs more Wikipedia icon links to other articles to help Wikipedia icon integrate it into the encyclopedia. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024
English (en)Deutsch (de)Translate (Translate)

This dialog allows you to type in an text string to search and replace inside the current map. All matches for the text string will be replaced by the text you provide.

Hammer Replace.png

Find what:

The text to search for.

Replace with:

The text that will replace the text entered in the Find what field.

Find Next

Clicking this button will select the next entity that meets the search criteria in the Find what field and center it in the viewports.

Replace

Clicking this button perform the text replacement on the currently selected entity.

Replace All

Clicking this button perform the text replacement on all entities that match the search criteria.

Cancel

Closes the dialog without performing any search.

Whole words only

Potential matches must share the exact words as the search text. For example, typing in "ZombieFire" would find matches with "ZombieFire", but "Zombie" would not.

Case Sensitive

Potential matches must share the same capitalization as the search text. For example, typing in "ZombieFire" would find matches with "ZombieFire", but "zombiefire" would not.

Find in

Defines the scope of the search. When Selection is chosen, only makes objects selected will be searched and changed. Entire file makes changes to all matches in the map, regardless of what is selected. With Visible objects only enabled, only objects that are currently visible will be changed -- QuickHide objects and objects in VisGroups that are currently hidden will not be changed.