Skip to content

Commit

Permalink
Pages update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos4503 committed Sep 2, 2024
1 parent 21eff7c commit 4dc9c75
Show file tree
Hide file tree
Showing 63 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
1. Using 7-Zip, compact all the content of a The Last Days Server, but splitting into pieces of 15MB. DO NOT include the "world" and
1. First, make sure the Server has the same data of the Client. That is, mods, configs, default configs, scripts, etc.
2. Using 7-Zip, compact all the content of a The Last Days Server, but splitting into pieces of 15MB. DO NOT include the "world" and
"!Server-Panel" folders.
The name of the parts must be like "current-server-data.zip.XXX"
2. Copy all parts to the folder "Repository-Pages/builded-ready-server-data"
3. Update the file "current-server-data-info.json" to have the new version ID and links for each part of the server data ZIP files.
4. The "The Last Days Server Panel" application will download this server data if the user runs the Panel without having server data,
3. Copy all parts to the folder "Repository-Pages/builded-ready-server-data"
4. Update the file "current-server-data-info.json" to have the new version ID and links for each part of the server data ZIP files.
5. The "The Last Days Server Panel" application will download this server data if the user runs the Panel without having server data,
and the users will be notified about server update if the "version" changes on the file "current-server-data-info.json".
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3",
"version": "4",
"downloads": [
"https://marcos4503.github.io/the-last-days-launcher/Repository-Pages/builded-ready-server-data/current-server-data.zip.001",
"https://marcos4503.github.io/the-last-days-launcher/Repository-Pages/builded-ready-server-data/current-server-data.zip.002",
Expand Down
Loading

0 comments on commit 4dc9c75

Please sign in to comment.