From d012f78881f052025754e7eb2d108068c63a2f90 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Fri, 17 Oct 2025 14:59:37 +0200 Subject: [PATCH] Update internal system with dynamic message --- modules/ecryme-main.js | 23 ++++++++++++---- packs/equipment/{000227.log => 000235.log} | 0 packs/equipment/CURRENT | 2 +- packs/equipment/LOG | 14 +++++----- packs/equipment/LOG.old | 14 +++++----- .../{MANIFEST-000225 => MANIFEST-000233} | Bin 178 -> 178 bytes packs/help/{000164.log => 000172.log} | 0 packs/help/CURRENT | 2 +- packs/help/LOG | 16 +++++------ packs/help/LOG.old | 16 +++++------ .../help/{MANIFEST-000162 => MANIFEST-000170} | Bin 225 -> 225 bytes packs/maneuvers/{000227.log => 000235.log} | 0 packs/maneuvers/CURRENT | 2 +- packs/maneuvers/LOG | 14 +++++----- packs/maneuvers/LOG.old | 14 +++++----- .../{MANIFEST-000225 => MANIFEST-000233} | Bin 173 -> 173 bytes packs/scenes/{000113.log => 000121.log} | 0 packs/scenes/CURRENT | 2 +- packs/scenes/LOG | 16 +++++------ packs/scenes/LOG.old | 16 +++++------ .../{MANIFEST-000111 => MANIFEST-000119} | Bin 206 -> 206 bytes .../specialisation/{000227.log => 000235.log} | 0 packs/specialisation/CURRENT | 2 +- packs/specialisation/LOG | 14 +++++----- packs/specialisation/LOG.old | 14 +++++----- .../{MANIFEST-000225 => MANIFEST-000233} | Bin 178 -> 178 bytes packs/traits/{000227.log => 000235.log} | 0 packs/traits/CURRENT | 2 +- packs/traits/LOG | 14 +++++----- packs/traits/LOG.old | 14 +++++----- .../{MANIFEST-000225 => MANIFEST-000233} | Bin 177 -> 177 bytes welcome-message-ecryme.html | 25 ++++++++++++++++++ 32 files changed, 137 insertions(+), 99 deletions(-) rename packs/equipment/{000227.log => 000235.log} (100%) rename packs/equipment/{MANIFEST-000225 => MANIFEST-000233} (71%) rename packs/help/{000164.log => 000172.log} (100%) rename packs/help/{MANIFEST-000162 => MANIFEST-000170} (56%) rename packs/maneuvers/{000227.log => 000235.log} (100%) rename packs/maneuvers/{MANIFEST-000225 => MANIFEST-000233} (73%) rename packs/scenes/{000113.log => 000121.log} (100%) rename packs/scenes/{MANIFEST-000111 => MANIFEST-000119} (62%) rename packs/specialisation/{000227.log => 000235.log} (100%) rename packs/specialisation/{MANIFEST-000225 => MANIFEST-000233} (71%) rename packs/traits/{000227.log => 000235.log} (100%) rename packs/traits/{MANIFEST-000225 => MANIFEST-000233} (72%) create mode 100644 welcome-message-ecryme.html diff --git a/modules/ecryme-main.js b/modules/ecryme-main.js index 0ff078c..0bd77fb 100644 --- a/modules/ecryme-main.js +++ b/modules/ecryme-main.js @@ -72,11 +72,24 @@ Hooks.once("init", async function () { /* -------------------------------------------- */ function welcomeMessage() { if (game.user.isGM) { - ChatMessage.create({ - user: game.user.id, - whisper: [game.user.id], - content: `
- Bienvenu dans Ecryme !` }); + // Try to fetch the welcome message from the github repo "welcome-message-ecryme.html" + fetch("https://raw.githubusercontent.com/uberwald/fvtt-ecryme/main/welcome-message-ecryme.html") + .then(response => response.text()) + .then(html => { + ChatMessage.create({ + user: game.user.id, + whisper: [game.user.id], + content: html + }); + }) + .catch(error => { + console.error("Error fetching welcome message:", error); + ChatMessage.create({ + user: game.user.id, + whisper: [game.user.id], + content: "Bienvenue dans Ecryme RPG !
Visitez le site officiel pour plus d'informations." + }); + }); } } diff --git a/packs/equipment/000227.log b/packs/equipment/000235.log similarity index 100% rename from packs/equipment/000227.log rename to packs/equipment/000235.log diff --git a/packs/equipment/CURRENT b/packs/equipment/CURRENT index 0fb0168..98f3a71 100644 --- a/packs/equipment/CURRENT +++ b/packs/equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000225 +MANIFEST-000233 diff --git a/packs/equipment/LOG b/packs/equipment/LOG index d5989e3..0ccfcad 100644 --- a/packs/equipment/LOG +++ b/packs/equipment/LOG @@ -1,7 +1,7 @@ -2025/10/16-23:04:27.935378 7f189effd6c0 Recovering log #223 -2025/10/16-23:04:27.944998 7f189effd6c0 Delete type=3 #221 -2025/10/16-23:04:27.945071 7f189effd6c0 Delete type=0 #223 -2025/10/17-00:31:02.431129 7f189e7fc6c0 Level-0 table #228: started -2025/10/17-00:31:02.431165 7f189e7fc6c0 Level-0 table #228: 0 bytes OK -2025/10/17-00:31:02.437211 7f189e7fc6c0 Delete type=0 #226 -2025/10/17-00:31:02.444512 7f189e7fc6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end) +2025/10/17-13:49:30.494273 7f7b6ffff6c0 Recovering log #231 +2025/10/17-13:49:30.555044 7f7b6ffff6c0 Delete type=3 #229 +2025/10/17-13:49:30.555120 7f7b6ffff6c0 Delete type=0 #231 +2025/10/17-13:50:27.051018 7f7b6f3ff6c0 Level-0 table #236: started +2025/10/17-13:50:27.051082 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK +2025/10/17-13:50:27.093009 7f7b6f3ff6c0 Delete type=0 #234 +2025/10/17-13:50:27.164978 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/LOG.old b/packs/equipment/LOG.old index f51241a..ea39361 100644 --- a/packs/equipment/LOG.old +++ b/packs/equipment/LOG.old @@ -1,7 +1,7 @@ -2025/10/02-22:42:43.315581 7ff26f7fe6c0 Recovering log #219 -2025/10/02-22:42:43.325193 7ff26f7fe6c0 Delete type=3 #217 -2025/10/02-22:42:43.325254 7ff26f7fe6c0 Delete type=0 #219 -2025/10/02-22:46:10.718055 7ff26ebff6c0 Level-0 table #224: started -2025/10/02-22:46:10.718108 7ff26ebff6c0 Level-0 table #224: 0 bytes OK -2025/10/02-22:46:10.724165 7ff26ebff6c0 Delete type=0 #222 -2025/10/02-22:46:10.737951 7ff26ebff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end) +2025/10/17-13:38:00.732233 7f7b74bf86c0 Recovering log #227 +2025/10/17-13:38:00.785877 7f7b74bf86c0 Delete type=3 #225 +2025/10/17-13:38:00.785962 7f7b74bf86c0 Delete type=0 #227 +2025/10/17-13:48:20.836202 7f7b6f3ff6c0 Level-0 table #232: started +2025/10/17-13:48:20.836234 7f7b6f3ff6c0 Level-0 table #232: 0 bytes OK +2025/10/17-13:48:20.842220 7f7b6f3ff6c0 Delete type=0 #230 +2025/10/17-13:48:20.857042 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!1GrTlI1xWvaxdKRI' @ 72057594037927935 : 1 .. '!items!zs7krgXhDRndtqbl' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/MANIFEST-000225 b/packs/equipment/MANIFEST-000233 similarity index 71% rename from packs/equipment/MANIFEST-000225 rename to packs/equipment/MANIFEST-000233 index 014d038af6580bba7669435359f93da52503561d..e3a50256bc41dc56e25ff68e31c65578570a3953 100644 GIT binary patch delta 43 tcmdnQxQTH>pNgVi)H7}dMy6McoD9sb8ChnrG9S1g2@-h?5_t;}0RRp|3oifw delta 43 tcmdnQxQTH>p9+_MwkkIRBhw>BP6p=3j4ZQQHTHgu0Es*Xi97{~008>b3eNxl diff --git a/packs/help/000164.log b/packs/help/000172.log similarity index 100% rename from packs/help/000164.log rename to packs/help/000172.log diff --git a/packs/help/CURRENT b/packs/help/CURRENT index f405c4b..301747a 100644 --- a/packs/help/CURRENT +++ b/packs/help/CURRENT @@ -1 +1 @@ -MANIFEST-000162 +MANIFEST-000170 diff --git a/packs/help/LOG b/packs/help/LOG index a54cc40..dcdf0d8 100644 --- a/packs/help/LOG +++ b/packs/help/LOG @@ -1,8 +1,8 @@ -2025/10/16-23:04:27.987583 7f189f7fe6c0 Recovering log #160 -2025/10/16-23:04:27.998975 7f189f7fe6c0 Delete type=3 #158 -2025/10/16-23:04:27.999065 7f189f7fe6c0 Delete type=0 #160 -2025/10/17-00:31:02.437340 7f189e7fc6c0 Level-0 table #165: started -2025/10/17-00:31:02.437367 7f189e7fc6c0 Level-0 table #165: 0 bytes OK -2025/10/17-00:31:02.444287 7f189e7fc6c0 Delete type=0 #163 -2025/10/17-00:31:02.444526 7f189e7fc6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) -2025/10/17-00:31:02.454473 7f189e7fc6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) +2025/10/17-13:49:30.757031 7f7b75bfa6c0 Recovering log #168 +2025/10/17-13:49:30.805171 7f7b75bfa6c0 Delete type=3 #166 +2025/10/17-13:49:30.805248 7f7b75bfa6c0 Delete type=0 #168 +2025/10/17-13:50:27.194271 7f7b6f3ff6c0 Level-0 table #173: started +2025/10/17-13:50:27.194304 7f7b6f3ff6c0 Level-0 table #173: 0 bytes OK +2025/10/17-13:50:27.239310 7f7b6f3ff6c0 Delete type=0 #171 +2025/10/17-13:50:27.319937 7f7b6f3ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) +2025/10/17-13:50:27.319972 7f7b6f3ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) diff --git a/packs/help/LOG.old b/packs/help/LOG.old index f153c84..189313d 100644 --- a/packs/help/LOG.old +++ b/packs/help/LOG.old @@ -1,8 +1,8 @@ -2025/10/02-22:42:43.369243 7ff26ffff6c0 Recovering log #156 -2025/10/02-22:42:43.379551 7ff26ffff6c0 Delete type=3 #154 -2025/10/02-22:42:43.379614 7ff26ffff6c0 Delete type=0 #156 -2025/10/02-22:46:10.762665 7ff26ebff6c0 Level-0 table #161: started -2025/10/02-22:46:10.762700 7ff26ebff6c0 Level-0 table #161: 0 bytes OK -2025/10/02-22:46:10.769189 7ff26ebff6c0 Delete type=0 #159 -2025/10/02-22:46:10.769383 7ff26ebff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) -2025/10/02-22:46:10.779762 7ff26ebff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) +2025/10/17-13:38:00.979128 7f7b75bfa6c0 Recovering log #164 +2025/10/17-13:38:01.038103 7f7b75bfa6c0 Delete type=3 #162 +2025/10/17-13:38:01.038259 7f7b75bfa6c0 Delete type=0 #164 +2025/10/17-13:48:20.882244 7f7b6f3ff6c0 Level-0 table #169: started +2025/10/17-13:48:20.882284 7f7b6f3ff6c0 Level-0 table #169: 0 bytes OK +2025/10/17-13:48:20.888949 7f7b6f3ff6c0 Delete type=0 #167 +2025/10/17-13:48:20.889161 7f7b6f3ff6c0 Manual compaction at level-0 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) +2025/10/17-13:48:20.889191 7f7b6f3ff6c0 Manual compaction at level-1 from '!journal!wooTFYjEwh83FwgT' @ 72057594037927935 : 1 .. '!journal.pages!wooTFYjEwh83FwgT.xhc7hqoL8kdW6lrD' @ 0 : 0; will stop at (end) diff --git a/packs/help/MANIFEST-000162 b/packs/help/MANIFEST-000170 similarity index 56% rename from packs/help/MANIFEST-000162 rename to packs/help/MANIFEST-000170 index b7372072674b25dbf1fc07910b285ad95f1c1f1e..a09cfac9ecf29dca12bdd3399828e43c51bfa295 100644 GIT binary patch delta 41 scmaFJ_>ghJex+iy_Dn7YMyAz_oD9rs7+EB8wr$-95?BKgSO*jU00NH+a{vGU delta 41 scmaFJ_>ghJex);$GCQ~!7?~C`axyS4VPuiG>=gVEB(MY|unZ^w02VO{%>V!Z diff --git a/packs/maneuvers/000227.log b/packs/maneuvers/000235.log similarity index 100% rename from packs/maneuvers/000227.log rename to packs/maneuvers/000235.log diff --git a/packs/maneuvers/CURRENT b/packs/maneuvers/CURRENT index 0fb0168..98f3a71 100644 --- a/packs/maneuvers/CURRENT +++ b/packs/maneuvers/CURRENT @@ -1 +1 @@ -MANIFEST-000225 +MANIFEST-000233 diff --git a/packs/maneuvers/LOG b/packs/maneuvers/LOG index 77d4f25..511e3b5 100644 --- a/packs/maneuvers/LOG +++ b/packs/maneuvers/LOG @@ -1,7 +1,7 @@ -2025/10/16-23:04:27.975607 7f18a4ffa6c0 Recovering log #223 -2025/10/16-23:04:27.985618 7f18a4ffa6c0 Delete type=3 #221 -2025/10/16-23:04:27.985677 7f18a4ffa6c0 Delete type=0 #223 -2025/10/17-00:31:02.386862 7f189e7fc6c0 Level-0 table #228: started -2025/10/17-00:31:02.386912 7f189e7fc6c0 Level-0 table #228: 0 bytes OK -2025/10/17-00:31:02.393931 7f189e7fc6c0 Delete type=0 #226 -2025/10/17-00:31:02.413626 7f189e7fc6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end) +2025/10/17-13:49:30.691229 7f7b74bf86c0 Recovering log #231 +2025/10/17-13:49:30.753982 7f7b74bf86c0 Delete type=3 #229 +2025/10/17-13:49:30.754117 7f7b74bf86c0 Delete type=0 #231 +2025/10/17-13:50:27.165115 7f7b6f3ff6c0 Level-0 table #236: started +2025/10/17-13:50:27.165221 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK +2025/10/17-13:50:27.194112 7f7b6f3ff6c0 Delete type=0 #234 +2025/10/17-13:50:27.319923 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end) diff --git a/packs/maneuvers/LOG.old b/packs/maneuvers/LOG.old index 908c5d8..9537bcf 100644 --- a/packs/maneuvers/LOG.old +++ b/packs/maneuvers/LOG.old @@ -1,7 +1,7 @@ -2025/10/02-22:42:43.357117 7ff2749f96c0 Recovering log #219 -2025/10/02-22:42:43.366815 7ff2749f96c0 Delete type=3 #217 -2025/10/02-22:42:43.366872 7ff2749f96c0 Delete type=0 #219 -2025/10/02-22:46:10.756135 7ff26ebff6c0 Level-0 table #224: started -2025/10/02-22:46:10.756193 7ff26ebff6c0 Level-0 table #224: 0 bytes OK -2025/10/02-22:46:10.762494 7ff26ebff6c0 Delete type=0 #222 -2025/10/02-22:46:10.769374 7ff26ebff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end) +2025/10/17-13:38:00.905360 7f7b6ffff6c0 Recovering log #227 +2025/10/17-13:38:00.962475 7f7b6ffff6c0 Delete type=3 #225 +2025/10/17-13:38:00.962556 7f7b6ffff6c0 Delete type=0 #227 +2025/10/17-13:48:20.857191 7f7b6f3ff6c0 Level-0 table #232: started +2025/10/17-13:48:20.857229 7f7b6f3ff6c0 Level-0 table #232: 0 bytes OK +2025/10/17-13:48:20.863470 7f7b6f3ff6c0 Delete type=0 #230 +2025/10/17-13:48:20.889125 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!13IYF6BPUTivFZzB' @ 72057594037927935 : 1 .. '!items!oSutlbe9wyBZccmf' @ 0 : 0; will stop at (end) diff --git a/packs/maneuvers/MANIFEST-000225 b/packs/maneuvers/MANIFEST-000233 similarity index 73% rename from packs/maneuvers/MANIFEST-000225 rename to packs/maneuvers/MANIFEST-000233 index 9b5fd80a689897feee400907a5f311fe5de92149..af4dbc6d57bc1210400557a153a97cfdc08b69a4 100644 GIT binary patch delta 41 scmZ3>xR!B3x6<4iIdv`uMy6McoD9sb8Ckr!?i8&D3A_dgyafsX0PrXZfB*mh delta 41 scmZ3>xR!B3w^GxO-yU2Hj7*OhIT@HAGqQM_MohQ>5_k*}cnTB%02qf0r2qf` diff --git a/packs/scenes/000113.log b/packs/scenes/000121.log similarity index 100% rename from packs/scenes/000113.log rename to packs/scenes/000121.log diff --git a/packs/scenes/CURRENT b/packs/scenes/CURRENT index 0e66324..8880a30 100644 --- a/packs/scenes/CURRENT +++ b/packs/scenes/CURRENT @@ -1 +1 @@ -MANIFEST-000111 +MANIFEST-000119 diff --git a/packs/scenes/LOG b/packs/scenes/LOG index 964c936..3f82148 100644 --- a/packs/scenes/LOG +++ b/packs/scenes/LOG @@ -1,8 +1,8 @@ -2025/10/16-23:04:27.962699 7f189f7fe6c0 Recovering log #109 -2025/10/16-23:04:27.972819 7f189f7fe6c0 Delete type=3 #107 -2025/10/16-23:04:27.972872 7f189f7fe6c0 Delete type=0 #109 -2025/10/17-00:31:02.407461 7f189e7fc6c0 Level-0 table #114: started -2025/10/17-00:31:02.407488 7f189e7fc6c0 Level-0 table #114: 0 bytes OK -2025/10/17-00:31:02.413518 7f189e7fc6c0 Delete type=0 #112 -2025/10/17-00:31:02.413653 7f189e7fc6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) -2025/10/17-00:31:02.413685 7f189e7fc6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) +2025/10/17-13:49:30.625760 7f7b75bfa6c0 Recovering log #117 +2025/10/17-13:49:30.686098 7f7b75bfa6c0 Delete type=3 #115 +2025/10/17-13:49:30.686196 7f7b75bfa6c0 Delete type=0 #117 +2025/10/17-13:50:27.130514 7f7b6f3ff6c0 Level-0 table #122: started +2025/10/17-13:50:27.130553 7f7b6f3ff6c0 Level-0 table #122: 0 bytes OK +2025/10/17-13:50:27.164662 7f7b6f3ff6c0 Delete type=0 #120 +2025/10/17-13:50:27.165016 7f7b6f3ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) +2025/10/17-13:50:27.165057 7f7b6f3ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/LOG.old b/packs/scenes/LOG.old index 41b9cb7..b907dd9 100644 --- a/packs/scenes/LOG.old +++ b/packs/scenes/LOG.old @@ -1,8 +1,8 @@ -2025/10/02-22:42:43.343031 7ff26ffff6c0 Recovering log #105 -2025/10/02-22:42:43.353479 7ff26ffff6c0 Delete type=3 #103 -2025/10/02-22:42:43.353550 7ff26ffff6c0 Delete type=0 #105 -2025/10/02-22:46:10.730732 7ff26ebff6c0 Level-0 table #110: started -2025/10/02-22:46:10.730767 7ff26ebff6c0 Level-0 table #110: 0 bytes OK -2025/10/02-22:46:10.737713 7ff26ebff6c0 Delete type=0 #108 -2025/10/02-22:46:10.737975 7ff26ebff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) -2025/10/02-22:46:10.738002 7ff26ebff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) +2025/10/17-13:38:00.855754 7f7b75bfa6c0 Recovering log #113 +2025/10/17-13:38:00.899736 7f7b75bfa6c0 Delete type=3 #111 +2025/10/17-13:38:00.899822 7f7b75bfa6c0 Delete type=0 #113 +2025/10/17-13:48:20.848946 7f7b6f3ff6c0 Level-0 table #118: started +2025/10/17-13:48:20.849004 7f7b6f3ff6c0 Level-0 table #118: 0 bytes OK +2025/10/17-13:48:20.856872 7f7b6f3ff6c0 Delete type=0 #116 +2025/10/17-13:48:20.857062 7f7b6f3ff6c0 Manual compaction at level-0 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) +2025/10/17-13:48:20.857089 7f7b6f3ff6c0 Manual compaction at level-1 from '!scenes!DDibQQLAvyIq9y09' @ 72057594037927935 : 1 .. '!scenes!zvY1RwBhTfwdZIBa' @ 0 : 0; will stop at (end) diff --git a/packs/scenes/MANIFEST-000111 b/packs/scenes/MANIFEST-000119 similarity index 62% rename from packs/scenes/MANIFEST-000111 rename to packs/scenes/MANIFEST-000119 index 89e46a14ab7cd86e4d07d27b080aedbc5dcac192..4e4a170586f5bc135c898c6112eab6aaaf7a5a13 100644 GIT binary patch delta 37 pcmX@dc#d(x2Dz%Yj7$}r49t}*LP6K{ltA1{Ah()D2ms342!sFt delta 37 pcmX@dc#d(x203HP3ClSc7?}z<8JG)MgrZ+_&IWM{f!tyiApppL2&n)7 diff --git a/packs/specialisation/000227.log b/packs/specialisation/000235.log similarity index 100% rename from packs/specialisation/000227.log rename to packs/specialisation/000235.log diff --git a/packs/specialisation/CURRENT b/packs/specialisation/CURRENT index 0fb0168..98f3a71 100644 --- a/packs/specialisation/CURRENT +++ b/packs/specialisation/CURRENT @@ -1 +1 @@ -MANIFEST-000225 +MANIFEST-000233 diff --git a/packs/specialisation/LOG b/packs/specialisation/LOG index 3776532..39defb5 100644 --- a/packs/specialisation/LOG +++ b/packs/specialisation/LOG @@ -1,7 +1,7 @@ -2025/10/16-23:04:27.922340 7f189f7fe6c0 Recovering log #223 -2025/10/16-23:04:27.932658 7f189f7fe6c0 Delete type=3 #221 -2025/10/16-23:04:27.932743 7f189f7fe6c0 Delete type=0 #223 -2025/10/17-00:31:02.394067 7f189e7fc6c0 Level-0 table #228: started -2025/10/17-00:31:02.394095 7f189e7fc6c0 Level-0 table #228: 0 bytes OK -2025/10/17-00:31:02.400645 7f189e7fc6c0 Delete type=0 #226 -2025/10/17-00:31:02.413636 7f189e7fc6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end) +2025/10/17-13:49:30.441840 7f7b75bfa6c0 Recovering log #231 +2025/10/17-13:49:30.490674 7f7b75bfa6c0 Delete type=3 #229 +2025/10/17-13:49:30.490768 7f7b75bfa6c0 Delete type=0 #231 +2025/10/17-13:50:27.015368 7f7b6f3ff6c0 Level-0 table #236: started +2025/10/17-13:50:27.015445 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK +2025/10/17-13:50:27.050765 7f7b6f3ff6c0 Delete type=0 #234 +2025/10/17-13:50:27.164953 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end) diff --git a/packs/specialisation/LOG.old b/packs/specialisation/LOG.old index 29f752b..471002b 100644 --- a/packs/specialisation/LOG.old +++ b/packs/specialisation/LOG.old @@ -1,7 +1,7 @@ -2025/10/02-22:42:43.301864 7ff26ffff6c0 Recovering log #219 -2025/10/02-22:42:43.312602 7ff26ffff6c0 Delete type=3 #217 -2025/10/02-22:42:43.312680 7ff26ffff6c0 Delete type=0 #219 -2025/10/02-22:46:10.711801 7ff26ebff6c0 Level-0 table #224: started -2025/10/02-22:46:10.711844 7ff26ebff6c0 Level-0 table #224: 0 bytes OK -2025/10/02-22:46:10.717835 7ff26ebff6c0 Delete type=0 #222 -2025/10/02-22:46:10.737937 7ff26ebff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end) +2025/10/17-13:38:00.657926 7f7b753f96c0 Recovering log #227 +2025/10/17-13:38:00.712104 7f7b753f96c0 Delete type=3 #225 +2025/10/17-13:38:00.712264 7f7b753f96c0 Delete type=0 #227 +2025/10/17-13:48:20.828869 7f7b6f3ff6c0 Level-0 table #232: started +2025/10/17-13:48:20.828942 7f7b6f3ff6c0 Level-0 table #232: 0 bytes OK +2025/10/17-13:48:20.836034 7f7b6f3ff6c0 Delete type=0 #230 +2025/10/17-13:48:20.857027 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!00Hn2nNarlL7b0DR' @ 72057594037927935 : 1 .. '!items!yozTUjNuc2rEGjFK' @ 0 : 0; will stop at (end) diff --git a/packs/specialisation/MANIFEST-000225 b/packs/specialisation/MANIFEST-000233 similarity index 71% rename from packs/specialisation/MANIFEST-000225 rename to packs/specialisation/MANIFEST-000233 index 6d2684995b02bd63db3b28dd91029696afb3ffca..214aa6227cddaec89d8f27f73a7d02e7f997699f 100644 GIT binary patch delta 43 tcmdnQxQTH>pGxj_2Y+q`My6McoD9sb8Cm+6&!?`k0*Sl^iM$1g000*c3xfav delta 43 tcmdnQxQTH>pUSaqtODE&j7*OhIT@HAGqUtCr)13j4H9__5_t*|0RR+t3yS~% diff --git a/packs/traits/000227.log b/packs/traits/000235.log similarity index 100% rename from packs/traits/000227.log rename to packs/traits/000235.log diff --git a/packs/traits/CURRENT b/packs/traits/CURRENT index 0fb0168..98f3a71 100644 --- a/packs/traits/CURRENT +++ b/packs/traits/CURRENT @@ -1 +1 @@ -MANIFEST-000225 +MANIFEST-000233 diff --git a/packs/traits/LOG b/packs/traits/LOG index e6903e5..d6df0dd 100644 --- a/packs/traits/LOG +++ b/packs/traits/LOG @@ -1,7 +1,7 @@ -2025/10/16-23:04:27.948519 7f189ffff6c0 Recovering log #223 -2025/10/16-23:04:27.959741 7f189ffff6c0 Delete type=3 #221 -2025/10/16-23:04:27.959811 7f189ffff6c0 Delete type=0 #223 -2025/10/17-00:31:02.400771 7f189e7fc6c0 Level-0 table #228: started -2025/10/17-00:31:02.400802 7f189e7fc6c0 Level-0 table #228: 0 bytes OK -2025/10/17-00:31:02.407358 7f189e7fc6c0 Delete type=0 #226 -2025/10/17-00:31:02.413646 7f189e7fc6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end) +2025/10/17-13:49:30.558696 7f7b74bf86c0 Recovering log #231 +2025/10/17-13:49:30.620278 7f7b74bf86c0 Delete type=3 #229 +2025/10/17-13:49:30.620452 7f7b74bf86c0 Delete type=0 #231 +2025/10/17-13:50:27.093160 7f7b6f3ff6c0 Level-0 table #236: started +2025/10/17-13:50:27.093193 7f7b6f3ff6c0 Level-0 table #236: 0 bytes OK +2025/10/17-13:50:27.130341 7f7b6f3ff6c0 Delete type=0 #234 +2025/10/17-13:50:27.164998 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end) diff --git a/packs/traits/LOG.old b/packs/traits/LOG.old index a4fb0e2..7cecadd 100644 --- a/packs/traits/LOG.old +++ b/packs/traits/LOG.old @@ -1,7 +1,7 @@ -2025/10/02-22:42:43.327925 7ff2749f96c0 Recovering log #219 -2025/10/02-22:42:43.339012 7ff2749f96c0 Delete type=3 #217 -2025/10/02-22:42:43.339080 7ff2749f96c0 Delete type=0 #219 -2025/10/02-22:46:10.724277 7ff26ebff6c0 Level-0 table #224: started -2025/10/02-22:46:10.724304 7ff26ebff6c0 Level-0 table #224: 0 bytes OK -2025/10/02-22:46:10.730560 7ff26ebff6c0 Delete type=0 #222 -2025/10/02-22:46:10.737964 7ff26ebff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end) +2025/10/17-13:38:00.791877 7f7b6ffff6c0 Recovering log #227 +2025/10/17-13:38:00.843996 7f7b6ffff6c0 Delete type=3 #225 +2025/10/17-13:38:00.844154 7f7b6ffff6c0 Delete type=0 #227 +2025/10/17-13:48:20.842373 7f7b6f3ff6c0 Level-0 table #232: started +2025/10/17-13:48:20.842407 7f7b6f3ff6c0 Level-0 table #232: 0 bytes OK +2025/10/17-13:48:20.848735 7f7b6f3ff6c0 Delete type=0 #230 +2025/10/17-13:48:20.857052 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!DiwHbtGAkTYxtshX' @ 72057594037927935 : 1 .. '!items!zgNI2haxhBxBDBdl' @ 0 : 0; will stop at (end) diff --git a/packs/traits/MANIFEST-000225 b/packs/traits/MANIFEST-000233 similarity index 72% rename from packs/traits/MANIFEST-000225 rename to packs/traits/MANIFEST-000233 index 136dcb92eec6afb4c4482860e95a33bdd21fdafd..cba65ed6ee80ae6f501cf4b5dd92a5f375c2e61f 100644 GIT binary patch delta 43 scmdnUxRG%}uZr$LnO<%NMy6McoD9sb8CfPV@_V;6fJ9z{MBai#00j98umAu6 delta 43 tcmdnUxRG%}uL|29&2!ugj7*OhIT@HAGqOx#R0-OD5G3*#B=Qs_0ss&x3rGL} diff --git a/welcome-message-ecryme.html b/welcome-message-ecryme.html new file mode 100644 index 0000000..1108801 --- /dev/null +++ b/welcome-message-ecryme.html @@ -0,0 +1,25 @@ +

Bonjour à tous !

+ +
+ 👋 Juste un petit message pour vous informer que : + ⚠️ Le nouveau financement participatif pour la prochaine extension + d'Écryme, LES SECRETS DE L'ÉCRYME ouvre le 21 octobre ! +
+ +
+ ⚠️ Suivez la page de pré-lancement ici pour être sûr de ne pas manquer le + lancement : https://shorturl.at/qDjg7 +
+ +
+ Nous avons aussi un nouveau Discord pour ceux ou celles qui souhaiteraient + participer plus activement à la communauté des jeux d'Open Sesame Games, avec + un espace dédié aux écrymiens ! Nouveaux joueurs comme vétérans sont les + bienvenus, n'hésitez pas à passer pour papoter, profiter de nos ressources, ou + suivre les nouvelles d'OSG plus directement. Cliquez ici : + https://discord.gg/dUPhNfJdaD + Merci pour votre attention et à très bientôt pour la suite ! L'équipe Open + Sesame Games +