UIF (Unturned Id Finder)
Program developed for game Unturned for finding ids by name, category, etc. and get item information
Some values may be inaccurate because servers can set their own multipliers of protection, damage, etc.
You can find screenshots here
- Open the "Folders select" menu
- Click the "Plus" button
- Add a folder with mods that are on the disk where Unturned is installed (E.g.
E:\SteamLibrary\steamapps\workshop\content\304930
). To display the linked items correctly, you also need to add a folder with standard items (E.g.C:\Program Files (x86)\Steam\steamapps\common\Unturned\Bundles
) - Clear the
...\workshop\content\304930
folder - Restart Unturned (or run)
- Connect to the server
- Explore!
To compile installer you need to install Inno
P.S.: Compiles from bin/Release/
folder
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D