Releases: Red-Lattice/sporepedia_getter
Releases · Red-Lattice/sporepedia_getter
Release 1.3
New and improved!
- Faster downloading (actually fixed the multithreading! Also now does raw iteration over a vec instead of checking against a hashset)
- FAR less memory usage (100MB as opposed to ~300MB of previous releases)
- Heavily improved initialization time (ID's are no longer hashed and are instead just pushed to a vec)
- All ID's are now included in the binary itself - the program is entirely self contained!
Note: Only built for Windows x86-64
Release Version 1.2
Huge update! Now runs much faster, can be used with any ID set, and adds a progress bar.
Do not delete the id_stack folder in the zip file, it's necessary to run. However, the contents of the folder can be swapped out with any ID set that you wish.
This release will only run on 64-bit Windows 10.
Release Version 1.1.0
Comes with updated ID lists, and proper error handling! Read the README for information on how to use it
Release Version 1.0
It can now pull a range of creations between two ID's. Fully polished and ready for public use