Are you a Runeterra fan? Do you want the amazing art of the Legends of Runeterra cards as your wallpaper? Wait no more, this tool will help you get those more than 1400 amazing wallpapers with no effort.
This tool downloads the official card assets from Legends of Runeterra and copies the card full screen art into the desired location. I built this to help me keep up to date the wallpapers every time a new set is released. Doing it manually takes too much time since the assets come organised in folders that have together the card images and the full screen art, also those folders contain images for the spells which don't have big images that can be used as wallpapers.
Requires macOS 12 or above
Note that the Events set is an in-game only set. The art is part of the other numbered sets.
USAGE: runeterraWallpaper <destination> [--set <set> ...] [--skip-download] [--keep-zips]
ARGUMENTS:
<destination> Directory to save the wallpapers.
OPTIONS:
--set <set> Specify all the Card Sets you want download. Use the set index. Ex: --set 1 --set 2.
(default: 1: Foundations, 2: Rising Tides, 3: Call of the Mountain, 4: Empires of the
Ascended)
--skip-download If true it reads the destination folder to find the zips instead of downloading them
again.
--keep-zips If true downloaded zips won't be removed. Useful if you want to use `skipDownload` later.
-h, --help Show help information.
The tool will start downloading all the data sets, it may take a while. Once the poros finish downloading the assets they will extract the zips and copy the wallpapers on the desired folder.
The main code is exposed as a library module called RuneterraWallpapersDownloader
.
Alejandro Martinez | https://alejandromp.com | @alexito4
link |
Stars: 5 |
Last commit: 2 weeks ago |
The Man of Progress is here!
To celebrate Arcane's release here you have a new release of the tool with some significant changes!
Now the code is using Swift's Concurrency system! This is a pleasure to use for me but it's also an important update for the future of the tool.
The download and extraction of each set now happens concurrently. This means that you will see sooner the art extracted on the destination folder! This changes would have been a PITA before but now they are easy to do and easy to maintain. This has allowed me to put more time on doing a change I wanted for a while...
Now the available sets are fetched from Riot's Data Dragon API directly instead of being hardcoded on the tool. This means that when a new set is available you won't have to update the tool. It will automatically detect the new set and it will be available for download.
Enjoy the Progress Day!
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics