Simple windows console application to extract information needed to create the itemsexperimental.txt file for RustAdmin.
RustAdmin needs a text file containing items that may be spawned by an admin. This text file, itemsExperimental.txt, should be be checked and updated as neeeded when a new Rust Dedicated Server is released. This console application should allow for a quick and easy method to generate this file on demand.
- Newtonsoft.Json.dll
- ExtractRustItems may be placed anywhere. itemsExperimental.txt and Changes.txt will be saved to the active folder.
- ExtractRustItems "path\to\rust\dedicated\server"
- example:
ExtractRustItems C:\rustserver
if your path contains spaces, surround it with quotes.
ExtractRustItems "C:\rust server"
- none reported
CatMeat
- 0.3
- Major overhaul and refactor
- 0.2
- Various bug fixes and optimizations
- See commit change or See release history
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details