DeadGodHelper/metadata.xml

35 lines
1.8 KiB
XML
Raw Normal View History

2023-06-06 18:08:11 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<name>DeadGod Helper</name>
<directory>deadgod helper</directory>
<id>2985754961</id>
2023-06-28 20:30:31 +02:00
<description>Spot missing items!
2023-06-07 17:38:40 +02:00
Easily spot items that were not previously picked up on this savefile. Very useful when you're trying to get a second or third Dead God.
2023-06-10 13:21:39 +02:00
Now supports modded items!
2023-06-07 17:38:40 +02:00
I made it mainly for myself, because it was annoying to go back to the menu every time I encountered an item I was unsure about.
There's an integration with External Item Description.
It is also compatible with Mod Config Menu, if you want to toggle things (such as displaying info when on Curse Of The Blind)
2023-06-10 13:21:39 +02:00
Since mods can't directly access the savefile, this mod takes it upon itself to track wich items are picked up. This means that the first time you install this mod, everything will be marked as unseen.
2023-06-07 17:38:40 +02:00
2023-06-28 20:30:31 +02:00
Turns out EID already has some support for this, using a save extractor. If you want to go down that route, here's the link to the extractor : https://github.com/wofsauge/External-Item-Descriptions/tree/master/scripts
2023-06-17 11:55:16 +02:00
2023-06-10 13:21:39 +02:00
However, EID's save extractor doesn't really work on Linux, so I made a port of it in python, in order to be more easily ran. This port is available here : https://forge.chapril.org/ayte/DeadGodHelper/src/branch/main/SaveExtractor
2023-06-17 11:55:16 +02:00
This port can also extract save file's info to be used for Dead God Helper.
2023-06-10 13:21:39 +02:00
This mod is still relevant in itself if you do not want to use external tools, or you want to track modded items ^^
2023-06-07 17:38:40 +02:00
Anyway, I hope that this mod will be useful to someone :)
2023-06-10 13:21:39 +02:00
Source code is available at https://forge.chapril.org/ayte/DeadGodHelper</description>
2023-06-28 20:30:31 +02:00
<version>1.12</version>
<visibility>Public</visibility>
2023-06-06 18:08:11 +02:00
<tag id="Items"/>
2023-06-28 20:30:31 +02:00
<tag id="Tweaks"/>
2023-06-06 18:08:11 +02:00
<tag id="Graphics"/>
</metadata>