fyryNy
Участник форума
- Регистрация
- 2 Мар 2019
- Сообщения
- 76
- Благодарности
- 198
- Баллы
- 180
eCDynamicEntity Locator
Author: fyryNySpecial thanks: Georgeto for his Gothic 3 SDK and some help with understanding this.
Similarly to Union Vob Locator for Gothic 1/2 from Hedin, this plugin can show all of the items, chests, interactive items (bookstands, ores, treasures) and NPCs near player in Gothic 3.
All of the icons are made in almost identical style to the original ones that hedin used in his plugin.
Installation:
Just put everything from most recent Script_eCDELocator_X_XX.zip package into Gothic 3 main directory.
Usage:
Y - turn on/off the plugin
Minimum search distance is 1000
Maximum search distance depends on the Entity.ROI setting from ge3.ini, but it is for the best to not set it past 5000.
Settings can be changed in
Gothic 3/Ini/eCDELocator.ini
This addon requires Community Patch v1.75.14 and Parallel Universe Patch to work properly
[1.0.0 - 1.0.4]
!Rewritten whole script from scratch as original code was broken and buggy!
- Added additional icons for quest items and kill targets (separate icons ofc, script scans quest list every few minutes and on every quest update for a new list of currently needed items/targets)
- Added additional icons for bookstands:
ancient wisdom (brain icon)
alchemy (mortar icon)
smithing (hammer icon, as far as I know not used in game, but can be added anytime, because working object with function is present in game files)
- Fix for some chests that wasn't properly shown as Mage/Weapon/Gold
- Fixed crashes near newly added objects (ghost hut with basement near Silden)
- Scaled down icons to make them look better in game
[0.79]
- Added additional setting and icon for mission items (ShowItemMission)
[0.78]
- Added check if game console is active. If so, plugin won't check for keyboard input or print icons.
- Added icons for party companions.
[0.77]
- Added separate settings for perm plants and potions
[0.76]
- Fixed icon for amulets
[0.75]
- Fixed check for items that couldn't be picked up
[0.74]
- Added icon for Turtles
- Changed icon for Meatbugs
- Changed icon for plants
- Added icon for perm potions
[0.73]
- Fixed some logic for checking dead enemies that could be looted
- Added setting for icon size to config file
[0.72]
- Fixed calculations for on screen positions
[0.71]
- Added more info to config file
[0.70]
- New icons and settings
- New method of drawing icons
[0.69.5]
- Fixed not reading color setting for perm plants from config
[0.69.4]
- Added reading hotkey for color inversion from config file (it was hardcoded for "U" key before and I forgot about it xD)
- Added separate setting for showing munition
- Added separate color setting for permanent plants
[0.69.3]
- Removed some random stuff I forgot to remove
[0.69.2]
- Added config for icon colors
- Added icon color inversion on hotkey
- Removed "Materials.CHANGE_ME" pack and added loose file with font instead (no need for manual name changes on user side)
- Separated settings for showing potions, plants and other alchemy items
[0.69.1]
- Fixed random crashes
[0.69]
- Initial public release
!Rewritten whole script from scratch as original code was broken and buggy!
- Added additional icons for quest items and kill targets (separate icons ofc, script scans quest list every few minutes and on every quest update for a new list of currently needed items/targets)
- Added additional icons for bookstands:
ancient wisdom (brain icon)
alchemy (mortar icon)
smithing (hammer icon, as far as I know not used in game, but can be added anytime, because working object with function is present in game files)
- Fix for some chests that wasn't properly shown as Mage/Weapon/Gold
- Fixed crashes near newly added objects (ghost hut with basement near Silden)
- Scaled down icons to make them look better in game
[0.79]
- Added additional setting and icon for mission items (ShowItemMission)
[0.78]
- Added check if game console is active. If so, plugin won't check for keyboard input or print icons.
- Added icons for party companions.
[0.77]
- Added separate settings for perm plants and potions
[0.76]
- Fixed icon for amulets
[0.75]
- Fixed check for items that couldn't be picked up
[0.74]
- Added icon for Turtles
- Changed icon for Meatbugs
- Changed icon for plants
- Added icon for perm potions
[0.73]
- Fixed some logic for checking dead enemies that could be looted
- Added setting for icon size to config file
[0.72]
- Fixed calculations for on screen positions
[0.71]
- Added more info to config file
[0.70]
- New icons and settings
- New method of drawing icons
[0.69.5]
- Fixed not reading color setting for perm plants from config
[0.69.4]
- Added reading hotkey for color inversion from config file (it was hardcoded for "U" key before and I forgot about it xD)
- Added separate setting for showing munition
- Added separate color setting for permanent plants
[0.69.3]
- Removed some random stuff I forgot to remove
[0.69.2]
- Added config for icon colors
- Added icon color inversion on hotkey
- Removed "Materials.CHANGE_ME" pack and added loose file with font instead (no need for manual name changes on user side)
- Separated settings for showing potions, plants and other alchemy items
[0.69.1]
- Fixed random crashes
[0.69]
- Initial public release
ESC
1
2
3
4
5
6
7
8
9
0
MINUS
EQUALS
BACKSPACE
TAB
Q
W
E
R
T
Y
U
I
O
P
LEFT BRACKET
RIGHT BRACKET
RETURN
LEFT CTRL
A
S
D
F
G
H
J
K
L
SEMICOLON
APOSTROPHE
GRAVE
LEFT SHIFT
BACKSLASH
Z
X
C
V
B
N
M
COMMA
PERIOD
MINUS2
RIGHT SHIFT
NUM MUL
LEFT ALT
SPACE
CAPS LOCK
F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
NUMLOCK
SCROLL
NUM 7
NUM 8
NUM 9
NUM SUB
NUM 4
NUM 5
NUM 6
NUM 1
NUM 2
NUM 3
NUM 0
NUM DEL
PIPE
F11
F12
F13
F14
F15
NUM ENTER
RIGHT CTRL
NUM DIV
RIGHT ALT
PAUSE
HOME
CURSOR UP
PAGE UP
CURSOR LEFT
CURSOR RIGHT
END
CURSOR DOWN
PAGE DOWN
INSERT
DELETE
LEFT OS KEY
RIGHT OS KEY
1
2
3
4
5
6
7
8
9
0
MINUS
EQUALS
BACKSPACE
TAB
Q
W
E
R
T
Y
U
I
O
P
LEFT BRACKET
RIGHT BRACKET
RETURN
LEFT CTRL
A
S
D
F
G
H
J
K
L
SEMICOLON
APOSTROPHE
GRAVE
LEFT SHIFT
BACKSLASH
Z
X
C
V
B
N
M
COMMA
PERIOD
MINUS2
RIGHT SHIFT
NUM MUL
LEFT ALT
SPACE
CAPS LOCK
F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
NUMLOCK
SCROLL
NUM 7
NUM 8
NUM 9
NUM SUB
NUM 4
NUM 5
NUM 6
NUM 1
NUM 2
NUM 3
NUM 0
NUM DEL
PIPE
F11
F12
F13
F14
F15
NUM ENTER
RIGHT CTRL
NUM DIV
RIGHT ALT
PAUSE
HOME
CURSOR UP
PAGE UP
CURSOR LEFT
CURSOR RIGHT
END
CURSOR DOWN
PAGE DOWN
INSERT
DELETE
LEFT OS KEY
RIGHT OS KEY
Последнее редактирование: