diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-24 13:00:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-24 13:00:23 -0300 |
commit | 509dcd844531f7599b18fbe58ed45ec32b9b7d84 (patch) | |
tree | 4cd72e504cec204958b32fd0456c0ed2befa21fa /game | |
parent | 6e2957f38755e824a310fcc1c21a836532098425 (diff) | |
download | client-509dcd844531f7599b18fbe58ed45ec32b9b7d84.tar.gz client-509dcd844531f7599b18fbe58ed45ec32b9b7d84.tar.bz2 client-509dcd844531f7599b18fbe58ed45ec32b9b7d84.tar.xz client-509dcd844531f7599b18fbe58ed45ec32b9b7d84.zip |
Postpone automatic retry in 1 second when it hangs downloading invalid files
This prevents crazy weird internet spikes.
Diffstat (limited to 'game')
-rw-r--r-- | game/03_init.rpy | 3 | ||||
-rw-r--r-- | game/ATTRIBUTION | 16 |
2 files changed, 15 insertions, 4 deletions
diff --git a/game/03_init.rpy b/game/03_init.rpy index cb6969f..3e9e796 100644 --- a/game/03_init.rpy +++ b/game/03_init.rpy @@ -329,7 +329,8 @@ init python: return # TODO: “Retry?” except: - print("Failed, trying again") + print("Failed, trying again in 1 second...") + renpy.pause(1.0) # Image exists, but wasn't loaded yet if (path != ERR_INVALID and path is not None): diff --git a/game/ATTRIBUTION b/game/ATTRIBUTION index 3b92b00..a16b67e 100644 --- a/game/ATTRIBUTION +++ b/game/ATTRIBUTION @@ -54,7 +54,7 @@ Where relevant, you must also include a link to https://tmw2.org in your credit. gfx/bg/darklands.png (Écrivain) (CC0) (OpenGameArt) gfx/bg/forest_sunset_fg.png (Faewild) (CC BY 3.0) (LemmaSoftForums) gfx/bg/forest_sunset.png (Faewild) (CC BY 3.0) (LemmaSoftForums) - gfx/bg/town.webp + gfx/bg/town.webp (Uncle Mugen) (CC BY) (LemmaSoftForums) ## CARDS gfx/cards/1.png gfx/cards/2.png @@ -75,7 +75,7 @@ Where relevant, you must also include a link to https://tmw2.org in your credit. gfx/dialog/archmage.webp gfx/dialog/assassinshadow.png gfx/dialog/deadlyshadow.webp (Santiago Iborra) (CC BY SA) (Arcmage/Modified) - gfx/dialog/detective.webp + gfx/dialog/detective.webp (Sapiboong) (Sapiboong*) (LemmaSoftForums) gfx/dialog/mentor.webp (Santiago Iborra) (CC BY SA) (Arcmage) gfx/dialog/rebel.png ## GUI @@ -129,7 +129,7 @@ Where relevant, you must also include a link to https://tmw2.org in your credit. gui/purple_btn.png (Melle) (CC0) (Open Game Art) gui/purple_btn_hover.png (Melle) (CC0) (Open Game Art) gui/tv_frame.webp (Melle) (CC0) (Open Game Art) - gui/WideBB_insensitive.png (Jesusalva) (CC0) + gui/WideBB_insensitive.png (Rawdanitsu) (CC0) (Open Game Art/Edited) ***All other assets are default Ren'Py assets (MIT)*** # SFX @@ -143,4 +143,14 @@ Where relevant, you must also include a link to https://tmw2.org in your credit. sfx/regnum.mp3 (Arnaud Conde) (CC BY-SA 3.0) ("Posthomus Regnum". Jamendo) sfx/shining.mp3 +---- +*: Special licenses transcription :* + +*::Roughly equivalents to CC0::* + +.:: Sapiboong ::. +Can be used for both commercial (though I doubt there'd be people who use these for commercial) or noncommercial. Can be used for hentai games, and you can of course edit the files as you see fit. + +Basically, do whatever you want with it. Credit unnecessary but appreciated. + |