Hello Citizens, I have been working for a few days on a tool to modify the item names in the global.ini, and it’s coming along quite well. The goal of this tool is to provide you with better information about certain items. For example, the old item name "Avalanche" can be changed (by your choice) to "Avalanche (Mil S02 A)". This should give you a slight advantage when looting or sorting your inventory. How does it work? The tool includes unp4k (from GitHub) and extracts the global.ini fresh from the game’s data.p4k file every time you run it. After extraction, it pairs all item names with their description keys and builds a list of categories and attributes from these descriptions. It then displays the attributes for each category so you can choose which ones to add to the item names, and customize their display format. Once configured, you can merge the modified keys back into the global.ini, which will be placed in the game directory under: \data\localization\german_(germany) (the english directory could not be used, I tried it. And as I am from Germany,... so what? This does not effect your game language!) Additionally, a user.cfg will be created or an existing one updated. Important notes: This tool does not add any external information to the game. All data comes directly from the global.ini inside data.p4k. At version v1.2.1, VirusTotal still reports 4 false positives. Two of them are from Avast/AVG, which share the same engine. I have already contacted them to resolve this. Important: You have to download unp4k yourself — the link is in my GitHub release description. Please follow the exact instructions in the release note or readme.md, else my tool won't work. Uninstalling: Delete the data folder in your game directory, remove or edit your user.cfg, and delete the tool folder. No additional files or registry entries are created. Please look into the project if you have some troubles or found bugs. Maybe I have already fixed them and brought out a new release - but if not, don't hesitate to reach out to me! Future plans: I plan to integrate AI-based automatic translation for the global.ini, so you can choose your preferred language and add attribute information automatically. Stay tuned. You can find my projects here: https://github.com/schmerzlich See you in the Verse.