Promps users for updating spritepack files

This commit is contained in:
chardub
2025-03-06 18:57:43 -05:00
parent ccb05dc509
commit d9ef1cd12e
8 changed files with 25 additions and 12 deletions

View File

@@ -32,8 +32,8 @@ module Settings
BASE_POKEMON_SPRITESHEET_TRUE_SIZE_URL = "https://infinitefusion.net/customsprites/spritesheets/spritesheets_base/"
CUSTOM_FUSIONS_SPRITESHEET_TRUE_SIZE_URL = "https://infinitefusion.net/customsprites/spritesheets/spritesheets_custom/"
CUSTOMSPRITES_RATE_MAX_NB_REQUESTS = 5 #Nb. requests allowed in each time window
CUSTOMSPRITES_ENTRIES_RATE_TIME_WINDOW = 120 # In seconds
CUSTOMSPRITES_RATE_MAX_NB_REQUESTS = 15 #Nb. requests allowed in each time window
CUSTOMSPRITES_ENTRIES_RATE_TIME_WINDOW = 60 # In seconds
MAX_NB_SPRITES_TO_DOWNLOAD_AT_ONCE =5
#POKEDEX ENTRIES
@@ -44,7 +44,7 @@ module Settings
AI_ENTRIES_RATE_LOG_FILE = 'Data/pokedex/rate_limit.log' # Path to the log file
#Spritepack
NEWEST_SPRITEPACK_MONTH = 2
NEWEST_SPRITEPACK_MONTH = 4
NEWEST_SPRITEPACK_YEAR = 2025