Skip to content

Commit 469c777

Browse files
committed
Update files mirrored from maddie480.ovh
1 parent 8817bb0 commit 469c777

7 files changed

Lines changed: 91 additions & 3 deletions

updatermirror/everest_update.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27558,6 +27558,16 @@ WorldMapHelper:
2755827558
xxHash:
2755927559
- c9de81ea0be7a2c0
2756027560
URL: https://gamebanana.com/mmdl/1052127
27561+
LocalizationHelper:
27562+
GameBananaType: Mod
27563+
Version: 1.0.0
27564+
LastUpdate: 1767820116
27565+
Size: 14196
27566+
GameBananaId: 644851
27567+
GameBananaFileId: 1597765
27568+
xxHash:
27569+
- df18d57c00738575
27570+
URL: https://gamebanana.com/mmdl/1597765
2756127571
NewYearsContest2021:
2756227572
GameBananaType: Mod
2756327573
Version: 1.0.3

updatermirror/gamebanana_categories.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- formatted: All
2-
count: 5077
2+
count: 5078
33
- itemtype: Mod
44
categoryid: 15655
55
formatted: Assets
@@ -27,7 +27,7 @@
2727
- itemtype: Mod
2828
categoryid: 4632
2929
formatted: Other/Misc
30-
count: 145
30+
count: 146
3131
- itemtype: Mod
3232
categoryid: 11181
3333
formatted: Skins

updatermirror/gamebanana_subcategories.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Mod:
2525
count: 54
2626
4632:
2727
- name: All
28-
count: 145
28+
count: 146
2929
- id: 4636
3030
name: Twitch Integration
3131
count: 1

updatermirror/mod_dependency_graph.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60086,6 +60086,12 @@ WorldMapHelper:
6008660086
- Name: CollabUtils2
6008760087
Version: 1.9.0
6008860088
URL: https://gamebanana.com/mmdl/1052127
60089+
LocalizationHelper:
60090+
OptionalDependencies: []
60091+
Dependencies:
60092+
- Name: EverestCore
60093+
Version: 1.5935.0
60094+
URL: https://gamebanana.com/mmdl/1597765
6008960095
NewYearsContest2021:
6009060096
OptionalDependencies: []
6009160097
Dependencies:

updatermirror/mod_ids_to_categories.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,6 +2755,7 @@
27552755
"Krypton": "Maps",
27562756
"ThinkTwiceBeforeRetry": "Mechanics",
27572757
"WorldMapHelper": "Helpers",
2758+
"LocalizationHelper": "Other/Misc",
27582759
"NewYearsContest2021": "Maps",
27592760
"dashless": "Maps",
27602761
"SWAPSLUT": "Maps",

updatermirror/mod_ids_to_names.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,6 +2755,7 @@
27552755
"Krypton": "Krypton",
27562756
"ThinkTwiceBeforeRetry": "Think Twice Before Retry (TTBR)",
27572757
"WorldMapHelper": "World Map Helper",
2758+
"LocalizationHelper": "LocalizationHelper",
27582759
"NewYearsContest2021": "iamdadbod New Year's Contest 2021",
27592760
"dashless": "super magic land",
27602761
"SWAPSLUT": "SWAPSLUT",

updatermirror/mod_search_database.yaml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219803,6 +219803,76 @@
219803219803
CategoryName: Maps
219804219804
SubcategoryId: 6801
219805219805
SubcategoryName: Standalone
219806+
- PageURL: https://gamebanana.com/mods/644851
219807+
GameBananaType: Mod
219808+
GameBananaId: 644851
219809+
Name: LocalizationHelper
219810+
Author: Vireth
219811+
Description: ''
219812+
Likes: 0
219813+
Views: 0
219814+
Downloads: 0
219815+
Text: "Helper to localize textures in your mods without doing anything in Lönn<br><br>\r\
219816+
\n<h2 data-sourcepos=\"5:1-5:8\" class=\"heading-element\" dir=\"auto\">Usage</h2>\r\
219817+
\nPut a <code>LocalizationTextures.json</code> in your mod root folder to specify\
219818+
\ the new texture for each\r\nlanguage.<br><br>\r\nIt has this format:<br><br>\r\
219819+
\n<div class=\"snippet-clipboard-content notranslate position-relative overflow-auto\"\
219820+
>\r\n <pre class=\"notranslate\"><code>{\r\n \"french\": {\r\n \"Graphics/Atlases/Gameplay/decals/ExampleMap/stuffs/stuff1\"\
219821+
: \"Graphics/Atlases/Gameplay/decals/ExampleMap/stuffs/french_stuff1\",\r\n \
219822+
\ \"Graphics/Atlases/Portraits/stuff/ExampleMap/memo_title\": \"Graphics/Atlases/Portraits/stuff/ExampleMap/french_memo_title\"\
219823+
\r\n }, \r\n \"german\": {\r\n \"Graphics/Atlases/Gameplay/decals/ExampleMap/stuffs/stuff1\"\
219824+
: \"Graphics/Atlases/Gameplay/decals/ExampleMap/stuffs/german_stuff1\"\r\n }\r\
219825+
\n}\r\n</code></pre>\r\n</div>You can name the localized textures however you\
219826+
\ want, but you have to put them in the same data path than the\r\noriginal texture.<br><br>\r\
219827+
\nFor example: if in Lönn the path for the texture is <code>ExampleMap/stuffs/stuff1</code>\
219828+
\ and it points to\r\n<code>Graphics/Atlases/Gameplay/decals/ExampleMap/stuffs/stuff1.png</code>,\
219829+
\ the data path is\r\n<code>Graphics/Atlases/Gameplay/decals</code>, so you have\
219830+
\ to put your localized textures for this texture somewhere in\r\n<code>Graphics/Atlases/Gameplay/decals</code><br><br>\r\
219831+
\nThe language IDs are the ones used by Celeste, that is:<br><br>\r\n<table data-sourcepos=\"\
219832+
27:1-38:36\" class=\"SelectedElement\">\r\n <thead>\r\n <tr data-sourcepos=\"\
219833+
27:1-27:36\">\r\n <th data-sourcepos=\"27:2-27:23\">Language</th>\r\n \
219834+
\ <th data-sourcepos=\"27:25-27:35\">id</th>\r\n </tr>\r\n </thead>\r\n\
219835+
\ <tbody>\r\n <tr data-sourcepos=\"29:1-29:36\">\r\n <td data-sourcepos=\"\
219836+
29:2-29:23\">English</td>\r\n <td data-sourcepos=\"29:25-29:35\">english</td>\r\
219837+
\n </tr>\r\n <tr data-sourcepos=\"30:1-30:36\">\r\n <td data-sourcepos=\"\
219838+
30:2-30:23\">Brazilian Portuguese</td>\r\n <td data-sourcepos=\"30:25-30:35\"\
219839+
>brazilian</td>\r\n </tr>\r\n <tr data-sourcepos=\"31:1-31:36\">\r\n \
219840+
\ <td data-sourcepos=\"31:2-31:23\">French</td>\r\n <td data-sourcepos=\"\
219841+
31:25-31:35\">french</td>\r\n </tr>\r\n <tr data-sourcepos=\"32:1-32:36\"\
219842+
>\r\n <td data-sourcepos=\"32:2-32:23\">German</td>\r\n <td data-sourcepos=\"\
219843+
32:25-32:35\">german</td>\r\n </tr>\r\n <tr data-sourcepos=\"33:1-33:36\"\
219844+
>\r\n <td data-sourcepos=\"33:2-33:23\">Italian</td>\r\n <td data-sourcepos=\"\
219845+
33:25-33:35\">italian</td>\r\n </tr>\r\n <tr data-sourcepos=\"34:1-34:36\"\
219846+
>\r\n <td data-sourcepos=\"34:2-34:23\">Japanese</td>\r\n <td data-sourcepos=\"\
219847+
34:25-34:35\">japanese</td>\r\n </tr>\r\n <tr data-sourcepos=\"35:1-35:36\"\
219848+
>\r\n <td data-sourcepos=\"35:2-35:23\">Korean</td>\r\n <td data-sourcepos=\"\
219849+
35:25-35:35\">korean</td>\r\n </tr>\r\n <tr data-sourcepos=\"36:1-36:36\"\
219850+
>\r\n <td data-sourcepos=\"36:2-36:23\">Russian</td>\r\n <td data-sourcepos=\"\
219851+
36:25-36:35\">russian</td>\r\n </tr>\r\n <tr data-sourcepos=\"37:1-37:36\"\
219852+
>\r\n <td data-sourcepos=\"37:2-37:23\">Simplified Chinese</td>\r\n \
219853+
\ <td data-sourcepos=\"37:25-37:35\">schinese</td>\r\n </tr>\r\n <tr data-sourcepos=\"\
219854+
38:1-38:36\">\r\n <td data-sourcepos=\"38:2-38:23\">Spanish</td>\r\n \
219855+
\ <td data-sourcepos=\"38:25-38:35\">spanish</td>\r\n </tr>\r\n </tbody>\r\
219856+
\n</table>"
219857+
CreatedDate: 1767820827
219858+
ModifiedDate: 1767820827
219859+
UpdatedDate: 1767820827
219860+
Screenshots:
219861+
- https://images.gamebanana.com/img/ss/mods/695ec9c3d3628.jpg
219862+
- https://images.gamebanana.com/img/ss/mods/695ecb34e8798.jpg
219863+
MirroredScreenshots:
219864+
- https://celestemodupdater.0x0a.de/banana-mirror-images/img_ss_mods_695ec9c3d3628.png
219865+
- https://celestemodupdater.0x0a.de/banana-mirror-images/img_ss_mods_695ecb34e8798.png
219866+
Files:
219867+
- Description: ''
219868+
HasEverestYaml: true
219869+
Size: 14196
219870+
CreatedDate: 1767820116
219871+
Downloads: 0
219872+
URL: https://gamebanana.com/dl/1597765
219873+
Name: localizationhelper.zip
219874+
CategoryId: 4632
219875+
CategoryName: Other/Misc
219806219876
- PageURL: https://gamebanana.com/tools/6449
219807219877
GameBananaType: Tool
219808219878
GameBananaId: 6449

0 commit comments

Comments
 (0)