KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
gf-resource-downloader
★ 24
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
X1501_Pico
:
A tiny 16x16x2mm SoM with a powerful chip that runs mainline Linux.
IceBloc
:
Frostbite Asset Extractor
Manipal-UAV-Person-Dataset
:
Large scale UAV dataset for Person detection
ml-training-20220621
:
No description available.
jitsi-meet-vue-sdk
:
Vue SDK for Jitsi Meet (built during GSoC 2022)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gf-resource-downloader
?
Download (.md)
# Resource Downloader A script that can be used to manually download all resource data for GFL. It utilized multiprocessing to increase speed, and will auto retry for failed tasks. ## Performance On my PC the script spent around 5 minutes to download base assets which are required to open the game, and about 20 minutes in total to download all assets (including hd resources). In comparison, I spent 20 minutes downloading the base assets using the game client and encountered 5 crashes in total. ## Usage Probably due to the use of multiprocessing, I failed to pack this using pyinstaller. So a python environment is required. Run `pip install -r requirements.txt` to install all requirements, and then simply run `python downloader.py`. All settings are stored in `config.json5`.