https://github.com/szapp/itemmap
Mark all items (and non-empty chests) in the world on the map of Gothic, Gothic Sequel, Gothic 2, and Gothic 2 NotR
https://github.com/szapp/itemmap
daedalus gothic gothic1 gothic2 modding-gothic ninja
Last synced: 2 months ago
JSON representation
Mark all items (and non-empty chests) in the world on the map of Gothic, Gothic Sequel, Gothic 2, and Gothic 2 NotR
- Host: GitHub
- URL: https://github.com/szapp/itemmap
- Owner: szapp
- License: mit
- Created: 2024-05-05T12:57:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T09:56:59.000Z (4 months ago)
- Last Synced: 2025-01-19T10:32:43.580Z (4 months ago)
- Topics: daedalus, gothic, gothic1, gothic2, modding-gothic, ninja
- Language: D
- Homepage:
- Size: 380 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ItemMap
[](https://github.com/szapp/ItemMap/actions/workflows/scripts.yml)
[](https://github.com/szapp/ItemMap/actions/workflows/validation.yml)
[](https://github.com/szapp/ItemMap/actions/workflows/build.yml)
[](https://github.com/szapp/ItemMap/releases/latest)
[](https://www.worldofgothic.de/dl/download_634.htm)
[](https://clockwork-origins.com/spine)
[](https://steamcommunity.com/sharedfiles/filedetails/?id=2787021109)
[](https://steamcommunity.com/sharedfiles/filedetails/?id=2787020561)Mark all items (and non-empty chests) in the world on the map (Gothic, Gothic Sequel, Gothic 2, and Gothic 2 NotR).
This is a modular modification (a.k.a. patch or add-on) that can be installed and uninstalled at any time and is virtually compatible with any modification.
It supports Gothic 1, Gothic Sequel, Gothic II (Classic) and Gothic II: NotR.Generated from [szapp/patch-template](https://github.com/szapp/patch-template).
## About
The patch draws all items that are currently in the world dynamically onto every map.
Non-looted chests are also displayed.The various item categories are indicated by colors which are adjustable.
The visibility of the markers can be toggled to still allow to use the map without them.
Collected items will no longer be displayed on the map.The patch takes into account any kind of item and can thus be used with any modification.
## Additional key bindings
Draw weapon
Toggle the visibility of the item markings
## INI settings
The visualization of the items can be adjusted in the Gothic.ini in the section `[ITEMMAP]`.
It will be automatically created on first launch.- The colors of the individual item categories can be set by six-digit hexadecimal color values (pre-pended with a '#', e.g. `#00D358`).
- Individual item categories can be omitted completely by setting the color value to `0` or `FALSE`.
- With `minValue`, the minimum trading value can be set of displayed items.
This way, the amount of items can be reduced to the most interesting ones.
- With `radius`, only the items within a certain range (meters) of the player are shown.
With `-1` or `0` all items are shown.## Notes
- For modifications with large amounts of items in the world, opening the map may take one or two seconds.
There, it is recommended to increase `minValue` in the Gothic.ini or the disable individual item categories (see above).
Under normal circumstances and world sizes (i.e. Gothic 2 Khorinis), there is no noticeable delay.- An [example of suitable color settings](https://forum.worldofplayers.de/forum/threads/?p=26382147) is demonstrated in the German World of Gothic Forum.
There, only valuable (i.e. permanent bonuses) plants (green), potions (blue), and stone plates (yellowish) are shown.- Items/containers are only displayed on maps that report the player position.
- The size of the markers follows the interface scaling (`[INTERFACE]` scale).
- The default settings of the color values look like this:
```ini
[ITEMMAP]
radius=-1
minValue=0
combat=#E23D28
armor=#FF7F00
rune=#FC00FC
magic=#FFFA00
food=#00D358
potion=#00BFFF
docs=#FCF3B5
other=#898989
chest=#7F512E
```## Installation
1. Download the latest release of `ItemMap.vdf` from the [releases page](https://github.com/szapp/ItemMap/releases/latest).
2. Copy the file `ItemMap.vdf` to `[Gothic]\Data\`. To uninstall, remove the file again.
The patch is also available on
- [World of Gothic](https://www.worldofgothic.de/dl/download_634.htm) | [Forum thread](https://forum.worldofplayers.de/forum/threads/1554831)
- [Spine Mod-Manager](https://clockwork-origins.com/spine/)
- [Steam Workshop Gothic 1](https://steamcommunity.com/sharedfiles/filedetails/?id=2787021109)
- [Steam Workshop Gothic 2](https://steamcommunity.com/sharedfiles/filedetails/?id=2787020561)### Requirements
GothicGothic SequelGothic II (Classic)Gothic II: NotR
Version 1.08k_modVersion 1.12fReport version 1.30.0.0Report version 2.6.0.0
Ninja 3 or higher