3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

楼主: StingLee
打印 上一主题 下一主题

[正式版MOD] 【N网搬运】- 12/14日更新【重要物品/高亮显示】Alt双模式-隐藏已掠夺清空目标《带图标》非全物品高亮【模块化高亮显示】

  [复制链接]

0

主题

154

帖子

248

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
2479
积分
248
精华
0
注册时间
2013-8-26
4181#
发表于 2023-12-14 09:23 | 只看该作者
6666666666666666666
回复 支持 反对

使用道具 举报

0

主题

59

帖子

76

积分

初级玩家

Rank: 2

贡献度
0
金元
759
积分
76
精华
0
注册时间
2021-5-12
4180#
发表于 2023-12-14 07:28 | 只看该作者
333333333333333333333333
回复 支持 反对

使用道具 举报

0

主题

591

帖子

553

积分

高级玩家

Rank: 4

贡献度
0
金元
5529
积分
553
精华
0
注册时间
2011-7-11
4179#
发表于 2023-12-14 07:14 | 只看该作者

感谢分享
回复 支持 反对

使用道具 举报

0

主题

46

帖子

51

积分

初级玩家

Rank: 2

贡献度
0
金元
505
积分
51
精华
0
注册时间
2018-7-24
4178#
发表于 2023-12-14 01:09 | 只看该作者
11111111111111111111
回复 支持 反对

使用道具 举报

42

主题

1483

帖子

1761

积分

游戏狂人

Rank: 6Rank: 6

贡献度
2
金元
17529
积分
1761
精华
0
注册时间
2013-7-1
4177#
发表于 2023-12-14 00:57 | 只看该作者
啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
回复 支持 反对

使用道具 举报

64

主题

813

帖子

1780

积分

游戏狂人

Rank: 6Rank: 6

贡献度
44
金元
16035
积分
1780
精华
0
注册时间
2010-8-2
4176#
发表于 2023-12-14 00:17 | 只看该作者
By default, the game does not show tooltips for world placed containers, hidden caches (well, duh! they are supposed to be hidden), and even some items.
I am a hoarder, i need to loot everything and take every item (even if it sells for measly 1 gold), and it helps if i can easily see them all.
This helps... but it also adds a lot of UI clutter in areas with many items/containers/interactables.
It also spoils surprises by revealing things that are supposed to be hidden (mostly just those caches and such), so you have been warned.


COMPATIBILITY
  • Patch 5 Hotfix 2 (game version 4.1.1.4145012) requires version 1.0.5 of the mod.
  • Patch 5 (game version 4.1.1.4061076) requires version 1.0.5 of the mod.
  • Patch 4 Hotfix 3 (game version 4.1.1.3956130) (also called "Hotfix #11") requires version 1.0.4 of the mod.
  • Patch 4 Hotfix 1 (game version 4.1.1.3911062) (also called "Hotfix #10") requires version 1.0.4 of the mod.

The mod consists of object's RootTemplates with modified/added "Tooltip" attribute value set to "2".
Doing so, makes the objects show a tooltip when you press Alt (default key).
Other mods modifying the same RootTemplates will conflict with this mod, so i highly recommend to setup your mod load order in such a way that any other mods override the changes from this mod - as a result, you may not get a visible tooltip for some objects, but it will ensure that the other mods work as intended.


What You should know...
I suspect that i modified WAY more templates than needed, including objects that cannot be actually interacted with in any meaningful way.
I tried to limit the number of included templates by setting various conditions to filter them (see the python script for details), but that still results in 8477 templates, which is more than only what is needed (resulting in displaying tooltips for things that really do not need them, or do not have a name).
So, if somebody has a good idea how to limit the number even more (without missing anything we want to include), i am all ears.

Feel free to use the optional python script to experiment with creating your own set of modified root templates.
I will not go into details how to do it, as you should be able to easily find out yourself (and if not, then i don't think you should be messing with it).By default, the game does not show tooltips for world placed containers, hidden caches (well, duh! they are supposed to be hidden), and even some items.
I am a hoarder, i need to loot everything and take every item (even if it sells for measly 1 gold), and it helps if i can easily see them all.
This helps... but it also adds a lot of UI clutter in areas with many items/containers/interactables.
It also spoils surprises by revealing things that are supposed to be hidden (mostly just those caches and such), so you have been warned.


COMPATIBILITY
  • Patch 5 Hotfix 2 (game version 4.1.1.4145012) requires version 1.0.5 of the mod.
  • Patch 5 (game version 4.1.1.4061076) requires version 1.0.5 of the mod.
  • Patch 4 Hotfix 3 (game version 4.1.1.3956130) (also called "Hotfix #11") requires version 1.0.4 of the mod.
  • Patch 4 Hotfix 1 (game version 4.1.1.3911062) (also called "Hotfix #10") requires version 1.0.4 of the mod.

The mod consists of object's RootTemplates with modified/added "Tooltip" attribute value set to "2".
Doing so, makes the objects show a tooltip when you press Alt (default key).
Other mods modifying the same RootTemplates will conflict with this mod, so i highly recommend to setup your mod load order in such a way that any other mods override the changes from this mod - as a result, you may not get a visible tooltip for some objects, but it will ensure that the other mods work as intended.


What You should know...
I suspect that i modified WAY more templates than needed, including objects that cannot be actually interacted with in any meaningful way.
I tried to limit the number of included templates by setting various conditions to filter them (see the python script for details), but that still results in 8477 templates, which is more than only what is needed (resulting in displaying tooltips for things that really do not need them, or do not have a name).
So, if somebody has a good idea how to limit the number even more (without missing anything we want to include), i am all ears.

Feel free to use the optional python script to experiment with creating your own set of modified root templates.
I will not go into details how to do it, as you should be able to easily find out yourself (and if not, then i don't think you should be messing with it).By default, the game does not show tooltips for world placed containers, hidden caches (well, duh! they are supposed to be hidden), and even some items.
I am a hoarder, i need to loot everything and take every item (even if it sells for measly 1 gold), and it helps if i can easily see them all.
This helps... but it also adds a lot of UI clutter in areas with many items/containers/interactables.
It also spoils surprises by revealing things that are supposed to be hidden (mostly just those caches and such), so you have been warned.


COMPATIBILITY
  • Patch 5 Hotfix 2 (game version 4.1.1.4145012) requires version 1.0.5 of the mod.
  • Patch 5 (game version 4.1.1.4061076) requires version 1.0.5 of the mod.
  • Patch 4 Hotfix 3 (game version 4.1.1.3956130) (also called "Hotfix #11") requires version 1.0.4 of the mod.
  • Patch 4 Hotfix 1 (game version 4.1.1.3911062) (also called "Hotfix #10") requires version 1.0.4 of the mod.

The mod consists of object's RootTemplates with modified/added "Tooltip" attribute value set to "2".
Doing so, makes the objects show a tooltip when you press Alt (default key).
Other mods modifying the same RootTemplates will conflict with this mod, so i highly recommend to setup your mod load order in such a way that any other mods override the changes from this mod - as a result, you may not get a visible tooltip for some objects, but it will ensure that the other mods work as intended.


What You should know...
I suspect that i modified WAY more templates than needed, including objects that cannot be actually interacted with in any meaningful way.
I tried to limit the number of included templates by setting various conditions to filter them (see the python script for details), but that still results in 8477 templates, which is more than only what is needed (resulting in displaying tooltips for things that really do not need them, or do not have a name).
So, if somebody has a good idea how to limit the number even more (without missing anything we want to include), i am all ears.

Feel free to use the optional python script to experiment with creating your own set of modified root templates.
I will not go into details how to do it, as you should be able to easily find out yourself (and if not, then i don't think you should be messing with it).By default, the game does not show tooltips for world placed containers, hidden caches (well, duh! they are supposed to be hidden), and even some items.
I am a hoarder, i need to loot everything and take every item (even if it sells for measly 1 gold), and it helps if i can easily see them all.
This helps... but it also adds a lot of UI clutter in areas with many items/containers/interactables.
It also spoils surprises by revealing things that are supposed to be hidden (mostly just those caches and such), so you have been warned.


COMPATIBILITY
  • Patch 5 Hotfix 2 (game version 4.1.1.4145012) requires version 1.0.5 of the mod.
  • Patch 5 (game version 4.1.1.4061076) requires version 1.0.5 of the mod.
  • Patch 4 Hotfix 3 (game version 4.1.1.3956130) (also called "Hotfix #11") requires version 1.0.4 of the mod.
  • Patch 4 Hotfix 1 (game version 4.1.1.3911062) (also called "Hotfix #10") requires version 1.0.4 of the mod.

The mod consists of object's RootTemplates with modified/added "Tooltip" attribute value set to "2".
Doing so, makes the objects show a tooltip when you press Alt (default key).
Other mods modifying the same RootTemplates will conflict with this mod, so i highly recommend to setup your mod load order in such a way that any other mods override the changes from this mod - as a result, you may not get a visible tooltip for some objects, but it will ensure that the other mods work as intended.


What You should know...
I suspect that i modified WAY more templates than needed, including objects that cannot be actually interacted with in any meaningful way.
I tried to limit the number of included templates by setting various conditions to filter them (see the python script for details), but that still results in 8477 templates, which is more than only what is needed (resulting in displaying tooltips for things that really do not need them, or do not have a name).
So, if somebody has a good idea how to limit the number even more (without missing anything we want to include), i am all ears.

Feel free to use the optional python script to experiment with creating your own set of modified root templates.
I will not go into details how to do it, as you should be able to easily find out yourself (and if not, then i don't think you should be messing with it).By default, the game does not show tooltips for world placed containers, hidden caches (well, duh! they are supposed to be hidden), and even some items.
I am a hoarder, i need to loot everything and take every item (even if it sells for measly 1 gold), and it helps if i can easily see them all.
This helps... but it also adds a lot of UI clutter in areas with many items/containers/interactables.
It also spoils surprises by revealing things that are supposed to be hidden (mostly just those caches and such), so you have been warned.


COMPATIBILITY
  • Patch 5 Hotfix 2 (game version 4.1.1.4145012) requires version 1.0.5 of the mod.
  • Patch 5 (game version 4.1.1.4061076) requires version 1.0.5 of the mod.
  • Patch 4 Hotfix 3 (game version 4.1.1.3956130) (also called "Hotfix #11") requires version 1.0.4 of the mod.
  • Patch 4 Hotfix 1 (game version 4.1.1.3911062) (also called "Hotfix #10") requires version 1.0.4 of the mod.

The mod consists of object's RootTemplates with modified/added "Tooltip" attribute value set to "2".
Doing so, makes the objects show a tooltip when you press Alt (default key).
Other mods modifying the same RootTemplates will conflict with this mod, so i highly recommend to setup your mod load order in such a way that any other mods override the changes from this mod - as a result, you may not get a visible tooltip for some objects, but it will ensure that the other mods work as intended.


What You should know...
I suspect that i modified WAY more templates than needed, including objects that cannot be actually interacted with in any meaningful way.
I tried to limit the number of included templates by setting various conditions to filter them (see the python script for details), but that still results in 8477 templates, which is more than only what is needed (resulting in displaying tooltips for things that really do not need them, or do not have a name).
So, if somebody has a good idea how to limit the number even more (without missing anything we want to include), i am all ears.

Feel free to use the optional python script to experiment with creating your own set of modified root templates.
I will not go into details how to do it, as you should be able to easily find out yourself (and if not, then i don't think you should be messing with it).By default, the game does not show tooltips for world placed containers, hidden caches (well, duh! they are supposed to be hidden), and even some items.
I am a hoarder, i need to loot everything and take every item (even if it sells for measly 1 gold), and it helps if i can easily see them all.
This helps... but it also adds a lot of UI clutter in areas with many items/containers/interactables.
It also spoils surprises by revealing things that are supposed to be hidden (mostly just those caches and such), so you have been warned.


COMPATIBILITY
  • Patch 5 Hotfix 2 (game version 4.1.1.4145012) requires version 1.0.5 of the mod.
  • Patch 5 (game version 4.1.1.4061076) requires version 1.0.5 of the mod.
  • Patch 4 Hotfix 3 (game version 4.1.1.3956130) (also called "Hotfix #11") requires version 1.0.4 of the mod.
  • Patch 4 Hotfix 1 (game version 4.1.1.3911062) (also called "Hotfix #10") requires version 1.0.4 of the mod.

The mod consists of object's RootTemplates with modified/added "Tooltip" attribute value set to "2".
Doing so, makes the objects show a tooltip when you press Alt (default key).
Other mods modifying the same RootTemplates will conflict with this mod, so i highly recommend to setup your mod load order in such a way that any other mods override the changes from this mod - as a result, you may not get a visible tooltip for some objects, but it will ensure that the other mods work as intended.


What You should know...
I suspect that i modified WAY more templates than needed, including objects that cannot be actually interacted with in any meaningful way.
I tried to limit the number of included templates by setting various conditions to filter them (see the python script for details), but that still results in 8477 templates, which is more than only what is needed (resulting in displaying tooltips for things that really do not need them, or do not have a name).
So, if somebody has a good idea how to limit the number even more (without missing anything we want to include), i am all ears.

Feel free to use the optional python script to experiment with creating your own set of modified root templates.
I will not go into details how to do it, as you should be able to easily find out yourself (and if not, then i don't think you should be messing with it).By default, the game does not show tooltips for world placed containers, hidden caches (well, duh! they are supposed to be hidden), and even some items.
I am a hoarder, i need to loot everything and take every item (even if it sells for measly 1 gold), and it helps if i can easily see them all.
This helps... but it also adds a lot of UI clutter in areas with many items/containers/interactables.
It also spoils surprises by revealing things that are supposed to be hidden (mostly just those caches and such), so you have been warned.


COMPATIBILITY
  • Patch 5 Hotfix 2 (game version 4.1.1.4145012) requires version 1.0.5 of the mod.
  • Patch 5 (game version 4.1.1.4061076) requires version 1.0.5 of the mod.
  • Patch 4 Hotfix 3 (game version 4.1.1.3956130) (also called "Hotfix #11") requires version 1.0.4 of the mod.
  • Patch 4 Hotfix 1 (game version 4.1.1.3911062) (also called "Hotfix #10") requires version 1.0.4 of the mod.

The mod consists of object's RootTemplates with modified/added "Tooltip" attribute value set to "2".
Doing so, makes the objects show a tooltip when you press Alt (default key).
Other mods modifying the same RootTemplates will conflict with this mod, so i highly recommend to setup your mod load order in such a way that any other mods override the changes from this mod - as a result, you may not get a visible tooltip for some objects, but it will ensure that the other mods work as intended.


What You should know...
I suspect that i modified WAY more templates than needed, including objects that cannot be actually interacted with in any meaningful way.
I tried to limit the number of included templates by setting various conditions to filter them (see the python script for details), but that still results in 8477 templates, which is more than only what is needed (resulting in displaying tooltips for things that really do not need them, or do not have a name).
So, if somebody has a good idea how to limit the number even more (without missing anything we want to include), i am all ears.

Feel free to use the optional python script to experiment with creating your own set of modified root templates.
I will not go into details how to do it, as you should be able to easily find out yourself (and if not, then i don't think you should be messing with it).
回复 支持 反对

使用道具 举报

0

主题

110

帖子

175

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1752
积分
175
精华
0
注册时间
2016-8-4
4175#
发表于 2023-12-13 06:20 | 只看该作者
RE: 【N网搬运】- 12/9日更新【重要物品/高亮显示】Alt双模式-隐藏已掠夺清空目标《带图标》非全物品高亮【模块化高亮显示】 [[url=]修改[/url]]








回复 支持 反对

使用道具 举报

1

主题

309

帖子

497

积分

高级玩家

Rank: 4

贡献度
3
金元
4852
积分
497
精华
0
注册时间
2017-5-23
4174#
发表于 2023-12-13 03:44 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

8

主题

1349

帖子

1461

积分

游戏狂人

Rank: 6Rank: 6

贡献度
0
金元
14612
积分
1461
精华
0
注册时间
2018-1-16
4173#
发表于 2023-12-13 01:49 | 只看该作者
感谢分享。。。。。。。
回复 支持 反对

使用道具 举报

16

主题

1604

帖子

7485

积分

游戏精英

Rank: 8Rank: 8

贡献度
217
金元
66165
积分
7485
精华
0
注册时间
2012-7-11

3DM小黄鸡3DMer(永久)

4172#
发表于 2023-12-13 01:19 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

0

主题

194

帖子

340

积分

高级玩家

Rank: 4

贡献度
0
金元
3400
积分
340
精华
0
注册时间
2016-1-24
4171#
发表于 2023-12-13 00:52 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

0

主题

87

帖子

167

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1669
积分
167
精华
0
注册时间
2014-9-26
4170#
发表于 2023-12-13 00:50 | 只看该作者
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
回复 支持 反对

使用道具 举报

0

主题

112

帖子

130

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1295
积分
130
精华
0
注册时间
2017-12-1
4169#
发表于 2023-12-13 00:37 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

11

主题

862

帖子

1062

积分

游戏狂人

Rank: 6Rank: 6

贡献度
48
金元
8700
积分
1062
精华
0
注册时间
2008-4-27
4168#
发表于 2023-12-12 23:42 | 只看该作者
6666666666666666666666666666666666666666666666666
回复 支持 反对

使用道具 举报

1

主题

485

帖子

587

积分

高级玩家

Rank: 4

贡献度
1
金元
5828
积分
587
精华
0
注册时间
2015-6-20
4167#
发表于 2023-12-12 22:50 | 只看该作者
66666666666
回复 支持 反对

使用道具 举报

0

主题

44

帖子

53

积分

初级玩家

Rank: 2

贡献度
0
金元
529
积分
53
精华
0
注册时间
2019-3-8
4166#
发表于 2023-12-12 20:58 | 只看该作者
666666666666666666666666666
回复 支持 反对

使用道具 举报

0

主题

426

帖子

528

积分

高级玩家

Rank: 4

贡献度
0
金元
5280
积分
528
精华
0
注册时间
2019-12-14
4165#
发表于 2023-12-12 20:22 | 只看该作者
6666666666666666666666666
回复 支持 反对

使用道具 举报

0

主题

341

帖子

359

积分

高级玩家

Rank: 4

贡献度
0
金元
3591
积分
359
精华
0
注册时间
2020-5-19
4164#
发表于 2023-12-12 20:16 | 只看该作者
66666666666666666
回复 支持 反对

使用道具 举报

0

主题

77

帖子

147

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1474
积分
147
精华
0
注册时间
2013-7-30
4163#
发表于 2023-12-12 20:15 | 只看该作者
6666666666666666666666
回复 支持 反对

使用道具 举报

0

主题

396

帖子

319

积分

高级玩家

Rank: 4

贡献度
0
金元
3192
积分
319
精华
0
注册时间
2011-7-26
4162#
发表于 2023-12-12 20:13 | 只看该作者
顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶
回复 支持 反对

使用道具 举报

0

主题

63

帖子

56

积分

初级玩家

Rank: 2

贡献度
0
金元
564
积分
56
精华
0
注册时间
2019-5-24
4161#
发表于 2023-12-12 19:58 | 只看该作者
非常感谢
回复 支持 反对

使用道具 举报

0

主题

240

帖子

266

积分

高级玩家

Rank: 4

贡献度
0
金元
2661
积分
266
精华
0
注册时间
2019-7-2
4160#
发表于 2023-12-12 18:24 | 只看该作者
66666666666666666
回复 支持 反对

使用道具 举报

0

主题

327

帖子

395

积分

高级玩家

Rank: 4

贡献度
0
金元
3947
积分
395
精华
0
注册时间
2013-1-28
4159#
发表于 2023-12-12 17:42 | 只看该作者
啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
回复 支持 反对

使用道具 举报

0

主题

286

帖子

381

积分

高级玩家

Rank: 4

贡献度
0
金元
3807
积分
381
精华
0
注册时间
2017-8-8
QQ
4158#
发表于 2023-12-12 17:10 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

4

主题

894

帖子

726

积分

超级玩家

Rank: 5Rank: 5

贡献度
3
金元
7135
积分
726
精华
0
注册时间
2011-3-13
4157#
发表于 2023-12-12 17:02 | 只看该作者
66666666666666
回复 支持 反对

使用道具 举报

5

主题

1050

帖子

1297

积分

游戏狂人

Rank: 6Rank: 6

贡献度
3
金元
12846
积分
1297
精华
0
注册时间
2014-10-3
4156#
发表于 2023-12-12 16:09 | 只看该作者
66666666666666666
回复 支持 反对

使用道具 举报

1

主题

477

帖子

862

积分

超级玩家

Rank: 5Rank: 5

贡献度
0
金元
8620
积分
862
精华
0
注册时间
2012-8-20
4155#
发表于 2023-12-12 15:45 | 只看该作者
66666666666666666
回复 支持 反对

使用道具 举报

0

主题

543

帖子

979

积分

超级玩家

Rank: 5Rank: 5

贡献度
0
金元
9791
积分
979
精华
0
注册时间
2016-1-21
4154#
发表于 2023-12-12 15:44 | 只看该作者
云在青天水在瓶
回复 支持 反对

使用道具 举报

0

主题

416

帖子

517

积分

高级玩家

Rank: 4

贡献度
0
金元
5165
积分
517
精华
0
注册时间
2013-10-19
4153#
发表于 2023-12-12 15:34 | 只看该作者
xxfx 谢谢分享
回复 支持 反对

使用道具 举报

0

主题

123

帖子

163

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1629
积分
163
精华
0
注册时间
2019-6-21
4152#
发表于 2023-12-12 14:56 | 只看该作者
iiiiiiiiiiiiiiiiiiiiiiiii
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-8-14 12:03 , Processed in 0.039710 second(s), 16 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表