mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
changes sprites repo to gitlab
This commit is contained in:
@@ -6,6 +6,11 @@ def test_http_get
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def updateHttpSettingsFile
|
||||||
|
return if $PokemonSystem.download_sprites != 0
|
||||||
|
download_file(Settings::HTTP_CONFIGS_FILE_URL, Settings::CREDITS_FILE_PATH,)
|
||||||
|
end
|
||||||
|
|
||||||
def updateCreditsFile
|
def updateCreditsFile
|
||||||
return if $PokemonSystem.download_sprites != 0
|
return if $PokemonSystem.download_sprites != 0
|
||||||
download_file(Settings::CREDITS_FILE_URL,Settings::CREDITS_FILE_PATH,)
|
download_file(Settings::CREDITS_FILE_URL,Settings::CREDITS_FILE_PATH,)
|
||||||
|
|||||||
@@ -334,6 +334,7 @@ class PokemonLoadScreen
|
|||||||
end
|
end
|
||||||
|
|
||||||
def pbStartLoadScreen
|
def pbStartLoadScreen
|
||||||
|
#updateHttpSettingsFile
|
||||||
updateCreditsFile
|
updateCreditsFile
|
||||||
newer_version = find_newer_available_version
|
newer_version = find_newer_available_version
|
||||||
if newer_version
|
if newer_version
|
||||||
|
|||||||
11
Data/Scripts/RemoteUrls.rb
Normal file
11
Data/Scripts/RemoteUrls.rb
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
module Settings
|
||||||
|
CREDITS_FILE_URL = "https://raw.githubusercontent.com/infinitefusion/sprites/main/Sprite Credits.csv"
|
||||||
|
SPRITES_FILE_URL = "https://raw.githubusercontent.com/infinitefusion/infinitefusion-e18/main/Data/CUSTOM_SPRITES"
|
||||||
|
VERSION_FILE_URL = "https://raw.githubusercontent.com/infinitefusion/infinitefusion-e18/main/Data/VERSION"
|
||||||
|
|
||||||
|
AUTOGEN_SPRITES_REPO_URL = "https://gitlab.com/pokemoninfinitefusion/autogen-fusion-sprites/-/raw/master/Battlers/"
|
||||||
|
CUSTOM_SPRITES_REPO_URL = "https://gitlab.com/pokemoninfinitefusion/customsprites/-/raw/master/CustomBattlers/"
|
||||||
|
BASE_POKEMON_SPRITES_REPO_URL = "https://gitlab.com/pokemoninfinitefusion/autogen-fusion-sprites/-/raw/master/Battlers/"
|
||||||
|
BASE_POKEMON_ALT_SPRITES_REPO_URL = "https://gitlab.com/pokemoninfinitefusion/customsprites/-/raw/master/Other/Base%20Sprites/"
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user