https://github.com/gimme/item-meta
Client mod for Don't Starve Together that displays extra metadata in item tooltips
https://github.com/gimme/item-meta
dont-starve-together dontstarvetogether dst mod steam-workshop
Last synced: 5 months ago
JSON representation
Client mod for Don't Starve Together that displays extra metadata in item tooltips
- Host: GitHub
- URL: https://github.com/gimme/item-meta
- Owner: gimme
- License: mit
- Created: 2024-07-18T14:21:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T03:26:12.000Z (almost 2 years ago)
- Last Synced: 2024-08-18T04:29:19.997Z (almost 2 years ago)
- Topics: dont-starve-together, dontstarvetogether, dst, mod, steam-workshop
- Language: Lua
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=3304170027
- Size: 2.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Item Meta
Item Meta is a quality-of-life client mod for **Don't Starve Together**. It is designed to provide players with additional information about items directly in the tooltips, reducing the need to look things up on the wiki.

## Features
- Basic Metadata: Hover an item to show basic details such as nutritional values and combat stats.
- More Metadata: Hold `Ctrl` to show more metadata such as spoilage time, durability and fuel values.
- If Cooked: Hold `Alt` to show what the values will be if the item is cooked.
- User-Friendly Interface: Familiar icons are used in front of the numbers, which blends in with the UI and makes the information easy to parse.
- Fair Info: All values are static and do not provide any unfair information based on the game state.

## Installation
- Subscribe to the mod in the [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=3304170027).
Or
- Extract the content to your mods folder in the game files.
Don't forget to enable the mod in-game.
## Compatibility
This mod is for Don't Starve Together and should work seamlessly with most other mods. However, conflicts may arise with mods that also alter fonts or tooltip displays.
## Contribution and Feedback
Contributions and feedback is welcomed. Feel free to fork the repository and submit pull requests. For any issues, suggestions, or questions, please use the Issues page.
## License
The code in this project is licensed under the MIT License. While not required, if you use or find inspiration from this code, please consider making your project open-source as well.
The icons in the [`images/icons`](images/icons) folder (and [`fonts/icons.zip`](fonts/icons.zip)) are licensed under the Creative Commons Attribution-ShareAlike 4.0 License, sourced from [dontstarve.wiki.gg](https://dontstarve.wiki.gg) (e.g., https://dontstarve.wiki.gg/wiki/File:Hunger_Icon.png). Please see [`LICENSE-ICONS`](LICENSE-ICONS) for more information.