-
-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ZiTools objects seeker as optional mod
Since vanilla 1.5 adds that terrible search option (that honestly i wish ZiTools would just outright replace) might as well include it, if someone could make a harmony patch that removes the vanilla magnify glass icon and makes "z" open ZiTools instead, that would be awesome.
- Loading branch information
1 parent
11bea4b
commit af75e94
Showing
23 changed files
with
203 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ModMetaData> | ||
<name>ZiTools objects seeker (Unofficial)</name> | ||
<author>MaxZiCode;dws</author> | ||
<!--<url>https://ludeon.com/forums/index.php?topic=45972.0</url>--> | ||
<description>The tool that allow explore objects on a game map and quickly find them.</description> | ||
<packageId>maxzicode.dws.zitools</packageId> | ||
<supportedVersions> | ||
<li>1.5</li> | ||
</supportedVersions> | ||
<modDependencies> | ||
<li> | ||
<packageId>brrainz.harmony</packageId> | ||
<displayName>Harmony</displayName> | ||
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl> | ||
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl> | ||
</li> | ||
</modDependencies> | ||
</ModMetaData> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3280114640 |
10 changes: 10 additions & 0 deletions
10
Mods/ZiTools Object Seeker/Defs/Designations/Designations.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Defs> | ||
|
||
<DesignationDef> | ||
<defName>ObjectSeekerMark</defName> | ||
<texturePath>Designations/ObjectSeeker Mark</texturePath> | ||
<targetType>Cell</targetType> | ||
</DesignationDef> | ||
|
||
</Defs> |
7 changes: 7 additions & 0 deletions
7
Mods/ZiTools Object Seeker/Languages/ChineseSimplified/Keyed/Messages.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<!-- Warnings --> | ||
<ZiT_WarningTimeLabel>搜索器停止运行。原因:对象过多。</ZiT_WarningTimeLabel> | ||
|
||
</LanguageData> |
23 changes: 23 additions & 0 deletions
23
Mods/ZiTools Object Seeker/Languages/ChineseSimplified/Keyed/ObjectSeeker_UI.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<!-- Objects seeker UI --> | ||
<ZiT_ObjectsSeekerLabel>搜索工具</ZiT_ObjectsSeekerLabel> | ||
<ZiT_UpdateButtonLabel>刷新</ZiT_UpdateButtonLabel> | ||
<ZiT_NameLabel>名称</ZiT_NameLabel> | ||
<ZiT_CellsCountLabel>数量</ZiT_CellsCountLabel> | ||
<ZiT_CategoryLabel>所属类别</ZiT_CategoryLabel> | ||
<ZiT_NotFoundString>无 {0} 类对象</ZiT_NotFoundString> | ||
<ZiT_TimeUntilRotted>距离腐烂时间</ZiT_TimeUntilRotted> | ||
|
||
<!-- Categories UI --> | ||
<ZiT_FavoritesCategoryLabel>收藏</ZiT_FavoritesCategoryLabel> | ||
<ZiT_AllCategoryLabel>所有事物</ZiT_AllCategoryLabel> | ||
<ZiT_BuildingCategoryLabel>建筑</ZiT_BuildingCategoryLabel> | ||
<ZiT_TerrainCategoryLabel>地形</ZiT_TerrainCategoryLabel> | ||
<ZiT_PlantCategoryLabel>植物</ZiT_PlantCategoryLabel> | ||
<ZiT_PawnsCategoryLabel>生物</ZiT_PawnsCategoryLabel> | ||
<ZiT_OtherCategoryLabel>其他</ZiT_OtherCategoryLabel> | ||
<ZiT_СorpsesCategoryLabel>尸体</ZiT_СorpsesCategoryLabel> | ||
|
||
</LanguageData> |
7 changes: 7 additions & 0 deletions
7
Mods/ZiTools Object Seeker/Languages/English/Keyed/Messages.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<!-- Warnings --> | ||
<ZiT_WarningTimeLabel>The search has stopped. Too many objects.</ZiT_WarningTimeLabel> | ||
|
||
</LanguageData> |
23 changes: 23 additions & 0 deletions
23
Mods/ZiTools Object Seeker/Languages/English/Keyed/ObjectSeeker_UI.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<!-- Objects seeker UI --> | ||
<ZiT_ObjectsSeekerLabel>Objects seeker</ZiT_ObjectsSeekerLabel> | ||
<ZiT_UpdateButtonLabel>Update</ZiT_UpdateButtonLabel> | ||
<ZiT_NameLabel>Name</ZiT_NameLabel> | ||
<ZiT_CellsCountLabel>Count</ZiT_CellsCountLabel> | ||
<ZiT_CategoryLabel>Category</ZiT_CategoryLabel> | ||
<ZiT_NotFoundString>{0} not found</ZiT_NotFoundString> | ||
<ZiT_TimeUntilRotted>Time until rotting</ZiT_TimeUntilRotted> | ||
|
||
<!-- Categories UI --> | ||
<ZiT_FavoritesCategoryLabel>Favourites</ZiT_FavoritesCategoryLabel> | ||
<ZiT_AllCategoryLabel>All objects</ZiT_AllCategoryLabel> | ||
<ZiT_BuildingCategoryLabel>Buildings</ZiT_BuildingCategoryLabel> | ||
<ZiT_TerrainCategoryLabel>Terrains</ZiT_TerrainCategoryLabel> | ||
<ZiT_PlantCategoryLabel>Plants</ZiT_PlantCategoryLabel> | ||
<ZiT_PawnsCategoryLabel>Pawns</ZiT_PawnsCategoryLabel> | ||
<ZiT_OtherCategoryLabel>Others</ZiT_OtherCategoryLabel> | ||
<ZiT_СorpsesCategoryLabel>Corpses</ZiT_СorpsesCategoryLabel> | ||
|
||
</LanguageData> |
7 changes: 7 additions & 0 deletions
7
Mods/ZiTools Object Seeker/Languages/German/Keyed/Messages.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<!-- Warnings --> | ||
<ZiT_WarningTimeLabel>Die Suche ist stehengeblieben. Es ist sehr viel Objekte.</ZiT_WarningTimeLabel> | ||
|
||
</LanguageData> |
23 changes: 23 additions & 0 deletions
23
Mods/ZiTools Object Seeker/Languages/German/Keyed/ObjectSeeker_UI.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<!-- Objects seeker UI --> | ||
<ZiT_ObjectsSeekerLabel>Suchmaschine</ZiT_ObjectsSeekerLabel> | ||
<ZiT_UpdateButtonLabel>Erneuern</ZiT_UpdateButtonLabel> | ||
<ZiT_NameLabel>Name</ZiT_NameLabel> | ||
<ZiT_CellsCountLabel>Anzahl</ZiT_CellsCountLabel> | ||
<ZiT_CategoryLabel>Kategorie</ZiT_CategoryLabel> | ||
<ZiT_NotFoundString>{0} Nicht gefunden</ZiT_NotFoundString> | ||
<ZiT_TimeUntilRotted>Zeit bis zur Zersetzung</ZiT_TimeUntilRotted> | ||
|
||
<!-- Categories UI --> | ||
<ZiT_FavoritesCategoryLabel>Favoriten</ZiT_FavoritesCategoryLabel> | ||
<ZiT_AllCategoryLabel>Alle Objekte</ZiT_AllCategoryLabel> | ||
<ZiT_BuildingCategoryLabel>Gebäude</ZiT_BuildingCategoryLabel> | ||
<ZiT_TerrainCategoryLabel>Bodenbelag</ZiT_TerrainCategoryLabel> | ||
<ZiT_PlantCategoryLabel>Pflanzen</ZiT_PlantCategoryLabel> | ||
<ZiT_PawnsCategoryLabel>Wessen</ZiT_PawnsCategoryLabel> | ||
<ZiT_OtherCategoryLabel>Andere</ZiT_OtherCategoryLabel> | ||
<ZiT_СorpsesCategoryLabel>Leiche</ZiT_СorpsesCategoryLabel> | ||
|
||
</LanguageData> |
7 changes: 7 additions & 0 deletions
7
Mods/ZiTools Object Seeker/Languages/Russian/Keyed/Messages.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<!-- Warnings --> | ||
<ZiT_WarningTimeLabel>Поиск остановился. Слишком много объектов.</ZiT_WarningTimeLabel> | ||
|
||
</LanguageData> |
23 changes: 23 additions & 0 deletions
23
Mods/ZiTools Object Seeker/Languages/Russian/Keyed/ObjectSeeker_UI.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<LanguageData> | ||
|
||
<!-- Objects seeker UI --> | ||
<ZiT_ObjectsSeekerLabel>Поиск объектов</ZiT_ObjectsSeekerLabel> | ||
<ZiT_UpdateButtonLabel>Обновить</ZiT_UpdateButtonLabel> | ||
<ZiT_NameLabel>Имя</ZiT_NameLabel> | ||
<ZiT_CellsCountLabel>Количество</ZiT_CellsCountLabel> | ||
<ZiT_CategoryLabel>Категория</ZiT_CategoryLabel> | ||
<ZiT_NotFoundString>{0} не найдены</ZiT_NotFoundString> | ||
<ZiT_TimeUntilRotted>Время до гниения</ZiT_TimeUntilRotted> | ||
|
||
<!-- Categories UI --> | ||
<ZiT_FavoritesCategoryLabel>Избранные</ZiT_FavoritesCategoryLabel> | ||
<ZiT_AllCategoryLabel>Все объекты</ZiT_AllCategoryLabel> | ||
<ZiT_BuildingCategoryLabel>Постройки</ZiT_BuildingCategoryLabel> | ||
<ZiT_TerrainCategoryLabel>Покрытия</ZiT_TerrainCategoryLabel> | ||
<ZiT_PlantCategoryLabel>Растения</ZiT_PlantCategoryLabel> | ||
<ZiT_PawnsCategoryLabel>Существа</ZiT_PawnsCategoryLabel> | ||
<ZiT_OtherCategoryLabel>Другие</ZiT_OtherCategoryLabel> | ||
<ZiT_СorpsesCategoryLabel>Трупы</ZiT_СorpsesCategoryLabel> | ||
|
||
</LanguageData> |
12 changes: 12 additions & 0 deletions
12
Mods/ZiTools Object Seeker/Languages/Spanish/Keyed/Designators.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<!-- Objects seeker --> | ||
<ZiT_ObjectsSeekerDesc>La ventana para buscar cualquier objeto en el mapa. | ||
Descripciones de botones: | ||
"Actualizar": actualiza la lista y las posiciones de los objetos. | ||
"Borrar": elimina las marcas de objetos en el mapa. | ||
"Categoría": cambia una categoría de los objetos mostrados en la lista. | ||
Presione la etiqueta de un objeto para mostrar las marcas de este objeto en el mapa.</ZiT_ObjectsSeekerDesc> | ||
|
||
</LanguageData> |
7 changes: 7 additions & 0 deletions
7
Mods/ZiTools Object Seeker/Languages/Spanish/Keyed/Messages.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<!-- Warnings --> | ||
<ZiT_WarningTimeLabel>La búsqueda se ha detenido. Demasiados objetos</ZiT_WarningTimeLabel> | ||
|
||
</LanguageData> |
23 changes: 23 additions & 0 deletions
23
Mods/ZiTools Object Seeker/Languages/Spanish/Keyed/ObjectSeeker_UI.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LanguageData> | ||
|
||
<!-- Objects seeker UI --> | ||
<ZiT_ObjectsSeekerLabel>Buscador de objetos</ZiT_ObjectsSeekerLabel> | ||
<ZiT_UpdateButtonLabel>Actualizar</ZiT_UpdateButtonLabel> | ||
<ZiT_NameLabel>Nombre</ZiT_NameLabel> | ||
<ZiT_CellsCountLabel>Contar</ZiT_CellsCountLabel> | ||
<ZiT_CategoryLabel>Categoría</ZiT_CategoryLabel> | ||
<ZiT_NotFoundString>{0} extraviado</ZiT_NotFoundString> | ||
<ZiT_TimeUntilRotted>Tiempo hasta pudrirse</ZiT_TimeUntilRotted> | ||
|
||
<!-- Categories UI --> | ||
<ZiT_FavoritesCategoryLabel>Favoritos</ZiT_FavoritesCategoryLabel> | ||
<ZiT_AllCategoryLabel>Todos los objetos</ZiT_AllCategoryLabel> | ||
<ZiT_BuildingCategoryLabel>Edificios</ZiT_BuildingCategoryLabel> | ||
<ZiT_TerrainCategoryLabel>Terrenos</ZiT_TerrainCategoryLabel> | ||
<ZiT_PlantCategoryLabel>Plantas</ZiT_PlantCategoryLabel> | ||
<ZiT_PawnsCategoryLabel>Peones</ZiT_PawnsCategoryLabel> | ||
<ZiT_OtherCategoryLabel>Otros</ZiT_OtherCategoryLabel> | ||
<ZiT_СorpsesCategoryLabel>Cadáveres</ZiT_СorpsesCategoryLabel> | ||
|
||
</LanguageData> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<loadFolders> | ||
<v1.5> | ||
<li>/</li> | ||
<li>v1.5</li> | ||
</v1.5> | ||
</loadFolders> |
Binary file added
BIN
+32.3 KB
Mods/ZiTools Object Seeker/Textures/Designations/ObjectSeeker Mark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.