Add welcome message

This commit is contained in:
2025-10-17 15:28:15 +02:00
parent c97b7a4889
commit 3bc055cc1f
67 changed files with 2394 additions and 1783 deletions

View File

@@ -1,6 +1,8 @@
/* -------------------------------------------- */
/* -------------------------------------------- */
const ECRYME_WELCOME_MESSAGE_URL = "https://www.uberwald.me/gitea/public/fvtt-te-deum/raw/branch/master/welcome-message-tedeum.html"
export class TeDeumUtility {
/* -------------------------------------------- */
@@ -169,14 +171,25 @@ export class TeDeumUtility {
/* -------------------------------------------- */
static welcomeMessage() {
if (game.user.isGM) {
ChatMessage.create({
user: game.user.id,
whisper: [game.user.id],
content: `<div id="chat-welcome welcome-message-tedeum"><span class="rdd-roll-part">
<strong>Bienvenu dans Te Deum Pour Un Massacre !</strong>
<div class="chat-welcome">Ce système vous est proposé par Open Sesame Games.<br>
Vous trouverez de l'aide dans @UUID[Compendium.fvtt-te-deum.aides.JournalEntry.uNwJgi4kXBCiZmAH]{Aide pour Te Deum}<br>
ainsi que sur le Discord de Foundry FR : https://discord.gg/pPSDNJk</div>` });
// Try to fetch the welcome message from the github repo "welcome-message-ecryme.html"
fetch(ECRYME_WELCOME_MESSAGE_URL)
.then(response => response.text())
.then(html => {
console.log("Fetched welcome message:", 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: "<b>Bienvenue dans Ecryme RPG !</b><br>Visitez le site officiel pour plus d'informations."
});
});
}
}

View File

@@ -1 +1 @@
MANIFEST-000165
MANIFEST-000186

View File

@@ -1,7 +1,7 @@
2025/09/24-16:42:14.734893 7f7cfb7fe6c0 Recovering log #163
2025/09/24-16:42:14.744867 7f7cfb7fe6c0 Delete type=3 #161
2025/09/24-16:42:14.744926 7f7cfb7fe6c0 Delete type=0 #163
2025/09/24-16:43:46.397731 7f7cf9fff6c0 Level-0 table #168: started
2025/09/24-16:43:46.397776 7f7cf9fff6c0 Level-0 table #168: 0 bytes OK
2025/09/24-16:43:46.462453 7f7cf9fff6c0 Delete type=0 #166
2025/09/24-16:43:46.462659 7f7cf9fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end)
2025/10/17-15:20:23.593339 7f7b6ffff6c0 Recovering log #184
2025/10/17-15:20:23.603276 7f7b6ffff6c0 Delete type=3 #182
2025/10/17-15:20:23.603329 7f7b6ffff6c0 Delete type=0 #184
2025/10/17-15:23:01.221523 7f7b6f3ff6c0 Level-0 table #189: started
2025/10/17-15:23:01.221567 7f7b6f3ff6c0 Level-0 table #189: 0 bytes OK
2025/10/17-15:23:01.228272 7f7b6f3ff6c0 Delete type=0 #187
2025/10/17-15:23:01.228387 7f7b6f3ff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/24-16:34:06.472911 7f7cfbfff6c0 Recovering log #159
2025/09/24-16:34:06.482703 7f7cfbfff6c0 Delete type=3 #157
2025/09/24-16:34:06.482774 7f7cfbfff6c0 Delete type=0 #159
2025/09/24-16:41:30.176475 7f7cf9fff6c0 Level-0 table #164: started
2025/09/24-16:41:30.176525 7f7cf9fff6c0 Level-0 table #164: 0 bytes OK
2025/09/24-16:41:30.183000 7f7cf9fff6c0 Delete type=0 #162
2025/09/24-16:41:30.195641 7f7cf9fff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end)
2025/10/17-15:00:04.116621 7f7b75bfa6c0 Recovering log #180
2025/10/17-15:00:04.169433 7f7b75bfa6c0 Delete type=3 #178
2025/10/17-15:00:04.169488 7f7b75bfa6c0 Delete type=0 #180
2025/10/17-15:00:17.839591 7f7b6f3ff6c0 Level-0 table #185: started
2025/10/17-15:00:17.839616 7f7b6f3ff6c0 Level-0 table #185: 0 bytes OK
2025/10/17-15:00:17.874468 7f7b6f3ff6c0 Delete type=0 #183
2025/10/17-15:00:18.022326 7f7b6f3ff6c0 Manual compaction at level-0 from '!journal!uNwJgi4kXBCiZmAH' @ 72057594037927935 : 1 .. '!journal.pages!uNwJgi4kXBCiZmAH.onhNU0mXhOpdNZJF' @ 0 : 0; will stop at (end)

BIN
packs/aides/MANIFEST-000186 Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000268
MANIFEST-000289

View File

@@ -1,7 +1,7 @@
2025/09/24-16:42:14.642386 7f7d00dfa6c0 Recovering log #266
2025/09/24-16:42:14.651936 7f7d00dfa6c0 Delete type=3 #264
2025/09/24-16:42:14.652001 7f7d00dfa6c0 Delete type=0 #266
2025/09/24-16:43:45.840704 7f7cf9fff6c0 Level-0 table #271: started
2025/09/24-16:43:45.840737 7f7cf9fff6c0 Level-0 table #271: 0 bytes OK
2025/09/24-16:43:45.898655 7f7cf9fff6c0 Delete type=0 #269
2025/09/24-16:43:45.963394 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end)
2025/10/17-15:20:23.493957 7f7b753f96c0 Recovering log #287
2025/10/17-15:20:23.505008 7f7b753f96c0 Delete type=3 #285
2025/10/17-15:20:23.505061 7f7b753f96c0 Delete type=0 #287
2025/10/17-15:23:01.141138 7f7b6f3ff6c0 Level-0 table #292: started
2025/10/17-15:23:01.141199 7f7b6f3ff6c0 Level-0 table #292: 0 bytes OK
2025/10/17-15:23:01.148068 7f7b6f3ff6c0 Delete type=0 #290
2025/10/17-15:23:01.168306 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/24-16:34:06.383778 7f7cfb7fe6c0 Recovering log #262
2025/09/24-16:34:06.393755 7f7cfb7fe6c0 Delete type=3 #260
2025/09/24-16:34:06.393833 7f7cfb7fe6c0 Delete type=0 #262
2025/09/24-16:41:30.118332 7f7cf9fff6c0 Level-0 table #267: started
2025/09/24-16:41:30.118371 7f7cf9fff6c0 Level-0 table #267: 0 bytes OK
2025/09/24-16:41:30.124477 7f7cf9fff6c0 Delete type=0 #265
2025/09/24-16:41:30.124651 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end)
2025/10/17-15:00:03.706197 7f7b75bfa6c0 Recovering log #283
2025/10/17-15:00:03.764880 7f7b75bfa6c0 Delete type=3 #281
2025/10/17-15:00:03.764947 7f7b75bfa6c0 Delete type=0 #283
2025/10/17-15:00:17.594798 7f7b6f3ff6c0 Level-0 table #288: started
2025/10/17-15:00:17.594821 7f7b6f3ff6c0 Level-0 table #288: 0 bytes OK
2025/10/17-15:00:17.634387 7f7b6f3ff6c0 Delete type=0 #286
2025/10/17-15:00:17.634528 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!InCQeTRdT5jXMX82' @ 72057594037927935 : 1 .. '!items!wxIHkrq98eQ3cOvp' @ 0 : 0; will stop at (end)

BIN
packs/armes/MANIFEST-000289 Normal file

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000267
MANIFEST-000288

View File

@@ -1,7 +1,7 @@
2025/09/24-16:42:14.655535 7f7cfbfff6c0 Recovering log #265
2025/09/24-16:42:14.666517 7f7cfbfff6c0 Delete type=3 #263
2025/09/24-16:42:14.666585 7f7cfbfff6c0 Delete type=0 #265
2025/09/24-16:43:45.762646 7f7cf9fff6c0 Level-0 table #270: started
2025/09/24-16:43:45.762671 7f7cf9fff6c0 Level-0 table #270: 0 bytes OK
2025/09/24-16:43:45.840542 7f7cf9fff6c0 Delete type=0 #268
2025/09/24-16:43:45.963381 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end)
2025/10/17-15:20:23.507964 7f7b74bf86c0 Recovering log #286
2025/10/17-15:20:23.518095 7f7b74bf86c0 Delete type=3 #284
2025/10/17-15:20:23.518150 7f7b74bf86c0 Delete type=0 #286
2025/10/17-15:23:01.148225 7f7b6f3ff6c0 Level-0 table #291: started
2025/10/17-15:23:01.148259 7f7b6f3ff6c0 Level-0 table #291: 0 bytes OK
2025/10/17-15:23:01.154781 7f7b6f3ff6c0 Delete type=0 #289
2025/10/17-15:23:01.168326 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/24-16:34:06.395848 7f7d00dfa6c0 Recovering log #261
2025/09/24-16:34:06.405550 7f7d00dfa6c0 Delete type=3 #259
2025/09/24-16:34:06.405604 7f7d00dfa6c0 Delete type=0 #261
2025/09/24-16:41:30.111558 7f7cf9fff6c0 Level-0 table #266: started
2025/09/24-16:41:30.111589 7f7cf9fff6c0 Level-0 table #266: 0 bytes OK
2025/09/24-16:41:30.118178 7f7cf9fff6c0 Delete type=0 #264
2025/09/24-16:41:30.124642 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end)
2025/10/17-15:00:03.767366 7f7b6ffff6c0 Recovering log #282
2025/10/17-15:00:03.821292 7f7b6ffff6c0 Delete type=3 #280
2025/10/17-15:00:03.821369 7f7b6ffff6c0 Delete type=0 #282
2025/10/17-15:00:17.514760 7f7b6f3ff6c0 Level-0 table #287: started
2025/10/17-15:00:17.514795 7f7b6f3ff6c0 Level-0 table #287: 0 bytes OK
2025/10/17-15:00:17.551675 7f7b6f3ff6c0 Delete type=0 #285
2025/10/17-15:00:17.634498 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!2wTJBj3dicRKzNOE' @ 72057594037927935 : 1 .. '!items!ufvhWG5V8pX0qrtR' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000266
MANIFEST-000287

View File

@@ -1,7 +1,7 @@
2025/09/24-16:42:14.629192 7f7cfaffd6c0 Recovering log #264
2025/09/24-16:42:14.638946 7f7cfaffd6c0 Delete type=3 #262
2025/09/24-16:42:14.639014 7f7cfaffd6c0 Delete type=0 #264
2025/09/24-16:43:45.706058 7f7cf9fff6c0 Level-0 table #269: started
2025/09/24-16:43:45.706134 7f7cf9fff6c0 Level-0 table #269: 0 bytes OK
2025/09/24-16:43:45.762523 7f7cf9fff6c0 Delete type=0 #267
2025/09/24-16:43:45.963365 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end)
2025/10/17-15:20:23.481469 7f7b75bfa6c0 Recovering log #285
2025/10/17-15:20:23.491519 7f7b75bfa6c0 Delete type=3 #283
2025/10/17-15:20:23.491607 7f7b75bfa6c0 Delete type=0 #285
2025/10/17-15:23:01.154959 7f7b6f3ff6c0 Level-0 table #290: started
2025/10/17-15:23:01.154994 7f7b6f3ff6c0 Level-0 table #290: 0 bytes OK
2025/10/17-15:23:01.161423 7f7b6f3ff6c0 Delete type=0 #288
2025/10/17-15:23:01.168339 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/24-16:34:06.370805 7f7cfaffd6c0 Recovering log #260
2025/09/24-16:34:06.381415 7f7cfaffd6c0 Delete type=3 #258
2025/09/24-16:34:06.381482 7f7cfaffd6c0 Delete type=0 #260
2025/09/24-16:41:30.104756 7f7cf9fff6c0 Level-0 table #265: started
2025/09/24-16:41:30.104801 7f7cf9fff6c0 Level-0 table #265: 0 bytes OK
2025/09/24-16:41:30.111363 7f7cf9fff6c0 Delete type=0 #263
2025/09/24-16:41:30.124633 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end)
2025/10/17-15:00:03.616324 7f7b74bf86c0 Recovering log #281
2025/10/17-15:00:03.703581 7f7b74bf86c0 Delete type=3 #279
2025/10/17-15:00:03.703656 7f7b74bf86c0 Delete type=0 #281
2025/10/17-15:00:17.479685 7f7b6f3ff6c0 Level-0 table #286: started
2025/10/17-15:00:17.479745 7f7b6f3ff6c0 Level-0 table #286: 0 bytes OK
2025/10/17-15:00:17.514509 7f7b6f3ff6c0 Delete type=0 #284
2025/10/17-15:00:17.634489 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!4OPhigzcPv46qbWW' @ 72057594037927935 : 1 .. '!items!yx4k7lQHGcom99mk' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@@ -1 +1 @@
MANIFEST-000277
MANIFEST-000298

View File

@@ -1,7 +1,7 @@
2025/09/24-16:42:14.669125 7f7cfb7fe6c0 Recovering log #275
2025/09/24-16:42:14.678629 7f7cfb7fe6c0 Delete type=3 #273
2025/09/24-16:42:14.678694 7f7cfb7fe6c0 Delete type=0 #275
2025/09/24-16:43:45.898794 7f7cf9fff6c0 Level-0 table #280: started
2025/09/24-16:43:45.898823 7f7cf9fff6c0 Level-0 table #280: 0 bytes OK
2025/09/24-16:43:45.963207 7f7cf9fff6c0 Delete type=0 #278
2025/09/24-16:43:45.963407 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end)
2025/10/17-15:20:23.520498 7f7b75bfa6c0 Recovering log #296
2025/10/17-15:20:23.531883 7f7b75bfa6c0 Delete type=3 #294
2025/10/17-15:20:23.531974 7f7b75bfa6c0 Delete type=0 #296
2025/10/17-15:23:01.168483 7f7b6f3ff6c0 Level-0 table #301: started
2025/10/17-15:23:01.168544 7f7b6f3ff6c0 Level-0 table #301: 0 bytes OK
2025/10/17-15:23:01.174738 7f7b6f3ff6c0 Delete type=0 #299
2025/10/17-15:23:01.193994 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/24-16:34:06.407386 7f7cfaffd6c0 Recovering log #271
2025/09/24-16:34:06.418079 7f7cfaffd6c0 Delete type=3 #269
2025/09/24-16:34:06.418139 7f7cfaffd6c0 Delete type=0 #271
2025/09/24-16:41:30.124766 7f7cf9fff6c0 Level-0 table #276: started
2025/09/24-16:41:30.124809 7f7cf9fff6c0 Level-0 table #276: 0 bytes OK
2025/09/24-16:41:30.131329 7f7cf9fff6c0 Delete type=0 #274
2025/09/24-16:41:30.151558 7f7cf9fff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end)
2025/10/17-15:00:03.823753 7f7b753f96c0 Recovering log #292
2025/10/17-15:00:03.876860 7f7b753f96c0 Delete type=3 #290
2025/10/17-15:00:03.876936 7f7b753f96c0 Delete type=0 #292
2025/10/17-15:00:17.712677 7f7b6f3ff6c0 Level-0 table #297: started
2025/10/17-15:00:17.712706 7f7b6f3ff6c0 Level-0 table #297: 0 bytes OK
2025/10/17-15:00:17.756107 7f7b6f3ff6c0 Delete type=0 #295
2025/10/17-15:00:17.839484 7f7b6f3ff6c0 Manual compaction at level-0 from '!folders!9PQi3Lv54rpcxavo' @ 72057594037927935 : 1 .. '!items!zGlRtP7zSnkjuuue' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

0
packs/graces/000290.log Normal file
View File

View File

@@ -1 +1 @@
MANIFEST-000267
MANIFEST-000288

View File

@@ -1,7 +1,7 @@
2025/09/24-16:42:14.682432 7f7cfaffd6c0 Recovering log #265
2025/09/24-16:42:14.692809 7f7cfaffd6c0 Delete type=3 #263
2025/09/24-16:42:14.692870 7f7cfaffd6c0 Delete type=0 #265
2025/09/24-16:43:46.011645 7f7cf9fff6c0 Level-0 table #270: started
2025/09/24-16:43:46.011682 7f7cf9fff6c0 Level-0 table #270: 0 bytes OK
2025/09/24-16:43:46.083954 7f7cf9fff6c0 Delete type=0 #268
2025/09/24-16:43:46.208935 7f7cf9fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end)
2025/10/17-15:20:23.536604 7f7b753f96c0 Recovering log #286
2025/10/17-15:20:23.548758 7f7b753f96c0 Delete type=3 #284
2025/10/17-15:20:23.548826 7f7b753f96c0 Delete type=0 #286
2025/10/17-15:23:01.161549 7f7b6f3ff6c0 Level-0 table #291: started
2025/10/17-15:23:01.161584 7f7b6f3ff6c0 Level-0 table #291: 0 bytes OK
2025/10/17-15:23:01.168143 7f7b6f3ff6c0 Delete type=0 #289
2025/10/17-15:23:01.168351 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/24-16:34:06.421631 7f7d00dfa6c0 Recovering log #261
2025/09/24-16:34:06.432018 7f7d00dfa6c0 Delete type=3 #259
2025/09/24-16:34:06.432112 7f7d00dfa6c0 Delete type=0 #261
2025/09/24-16:41:30.098303 7f7cf9fff6c0 Level-0 table #266: started
2025/09/24-16:41:30.098366 7f7cf9fff6c0 Level-0 table #266: 0 bytes OK
2025/09/24-16:41:30.104526 7f7cf9fff6c0 Delete type=0 #264
2025/09/24-16:41:30.124617 7f7cf9fff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end)
2025/10/17-15:00:03.879752 7f7b74bf86c0 Recovering log #282
2025/10/17-15:00:03.939307 7f7b74bf86c0 Delete type=3 #280
2025/10/17-15:00:03.939383 7f7b74bf86c0 Delete type=0 #282
2025/10/17-15:00:17.551833 7f7b6f3ff6c0 Level-0 table #287: started
2025/10/17-15:00:17.551853 7f7b6f3ff6c0 Level-0 table #287: 0 bytes OK
2025/10/17-15:00:17.594640 7f7b6f3ff6c0 Delete type=0 #285
2025/10/17-15:00:17.634508 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!17mjvwS8R3B6LloG' @ 72057594037927935 : 1 .. '!items!zUYIVOuFpRur9aAR' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

View File

View File

@@ -1 +1 @@
MANIFEST-000267
MANIFEST-000288

View File

@@ -1,7 +1,7 @@
2025/09/24-16:42:14.695212 7f7cfbfff6c0 Recovering log #265
2025/09/24-16:42:14.705156 7f7cfbfff6c0 Delete type=3 #263
2025/09/24-16:42:14.705234 7f7cfbfff6c0 Delete type=0 #265
2025/09/24-16:43:46.084105 7f7cf9fff6c0 Level-0 table #270: started
2025/09/24-16:43:46.084138 7f7cf9fff6c0 Level-0 table #270: 0 bytes OK
2025/09/24-16:43:46.141584 7f7cf9fff6c0 Delete type=0 #268
2025/09/24-16:43:46.208949 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end)
2025/10/17-15:20:23.552822 7f7b74bf86c0 Recovering log #286
2025/10/17-15:20:23.562671 7f7b74bf86c0 Delete type=3 #284
2025/10/17-15:20:23.562775 7f7b74bf86c0 Delete type=0 #286
2025/10/17-15:23:01.180944 7f7b6f3ff6c0 Level-0 table #291: started
2025/10/17-15:23:01.180971 7f7b6f3ff6c0 Level-0 table #291: 0 bytes OK
2025/10/17-15:23:01.187680 7f7b6f3ff6c0 Delete type=0 #289
2025/10/17-15:23:01.194014 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/24-16:34:06.434181 7f7cfb7fe6c0 Recovering log #261
2025/09/24-16:34:06.444000 7f7cfb7fe6c0 Delete type=3 #259
2025/09/24-16:34:06.444067 7f7cfb7fe6c0 Delete type=0 #261
2025/09/24-16:41:30.144559 7f7cf9fff6c0 Level-0 table #266: started
2025/09/24-16:41:30.144589 7f7cf9fff6c0 Level-0 table #266: 0 bytes OK
2025/09/24-16:41:30.151446 7f7cf9fff6c0 Delete type=0 #264
2025/09/24-16:41:30.151596 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end)
2025/10/17-15:00:03.941455 7f7b6ffff6c0 Recovering log #282
2025/10/17-15:00:03.993898 7f7b6ffff6c0 Delete type=3 #280
2025/10/17-15:00:03.993967 7f7b6ffff6c0 Delete type=0 #282
2025/10/17-15:00:17.634593 7f7b6f3ff6c0 Level-0 table #287: started
2025/10/17-15:00:17.634614 7f7b6f3ff6c0 Level-0 table #287: 0 bytes OK
2025/10/17-15:00:17.712504 7f7b6f3ff6c0 Delete type=0 #285
2025/10/17-15:00:17.839469 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!1icaxIywAwDXQcMz' @ 72057594037927935 : 1 .. '!items!ysGehYm1VkMWrI22' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

0
packs/scenes/000227.log Normal file
View File

View File

@@ -1 +1 @@
MANIFEST-000204
MANIFEST-000225

View File

@@ -1,7 +1,7 @@
2025/09/24-16:42:14.720636 7f7cfaffd6c0 Recovering log #202
2025/09/24-16:42:14.731231 7f7cfaffd6c0 Delete type=3 #200
2025/09/24-16:42:14.731304 7f7cfaffd6c0 Delete type=0 #202
2025/09/24-16:43:46.141700 7f7cf9fff6c0 Level-0 table #207: started
2025/09/24-16:43:46.141727 7f7cf9fff6c0 Level-0 table #207: 0 bytes OK
2025/09/24-16:43:46.208754 7f7cf9fff6c0 Delete type=0 #205
2025/09/24-16:43:46.208965 7f7cf9fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end)
2025/10/17-15:20:23.578483 7f7b75bfa6c0 Recovering log #223
2025/10/17-15:20:23.589039 7f7b75bfa6c0 Delete type=3 #221
2025/10/17-15:20:23.589095 7f7b75bfa6c0 Delete type=0 #223
2025/10/17-15:23:01.187803 7f7b6f3ff6c0 Level-0 table #228: started
2025/10/17-15:23:01.187829 7f7b6f3ff6c0 Level-0 table #228: 0 bytes OK
2025/10/17-15:23:01.193924 7f7b6f3ff6c0 Delete type=0 #226
2025/10/17-15:23:01.194021 7f7b6f3ff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/24-16:34:06.459217 7f7d00dfa6c0 Recovering log #198
2025/09/24-16:34:06.469315 7f7d00dfa6c0 Delete type=3 #196
2025/09/24-16:34:06.469408 7f7d00dfa6c0 Delete type=0 #198
2025/09/24-16:41:30.137845 7f7cf9fff6c0 Level-0 table #203: started
2025/09/24-16:41:30.137895 7f7cf9fff6c0 Level-0 table #203: 0 bytes OK
2025/09/24-16:41:30.144438 7f7cf9fff6c0 Delete type=0 #201
2025/09/24-16:41:30.151581 7f7cf9fff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end)
2025/10/17-15:00:04.059974 7f7b74bf86c0 Recovering log #219
2025/10/17-15:00:04.113456 7f7b74bf86c0 Delete type=3 #217
2025/10/17-15:00:04.113527 7f7b74bf86c0 Delete type=0 #219
2025/10/17-15:00:17.799500 7f7b6f3ff6c0 Level-0 table #224: started
2025/10/17-15:00:17.799527 7f7b6f3ff6c0 Level-0 table #224: 0 bytes OK
2025/10/17-15:00:17.839313 7f7b6f3ff6c0 Delete type=0 #222
2025/10/17-15:00:17.839511 7f7b6f3ff6c0 Manual compaction at level-0 from '!scenes!FJXugdbkBpEJEdR6' @ 72057594037927935 : 1 .. '!scenes!FJXugdbkBpEJEdR6' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

0
packs/simples/000291.log Normal file
View File

View File

@@ -1 +1 @@
MANIFEST-000268
MANIFEST-000289

View File

@@ -1,7 +1,7 @@
2025/09/24-16:42:14.708014 7f7d00dfa6c0 Recovering log #266
2025/09/24-16:42:14.717668 7f7d00dfa6c0 Delete type=3 #264
2025/09/24-16:42:14.717743 7f7d00dfa6c0 Delete type=0 #266
2025/09/24-16:43:45.963524 7f7cf9fff6c0 Level-0 table #271: started
2025/09/24-16:43:45.963550 7f7cf9fff6c0 Level-0 table #271: 0 bytes OK
2025/09/24-16:43:46.011489 7f7cf9fff6c0 Delete type=0 #269
2025/09/24-16:43:46.208919 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end)
2025/10/17-15:20:23.565334 7f7b6ffff6c0 Recovering log #287
2025/10/17-15:20:23.575759 7f7b6ffff6c0 Delete type=3 #285
2025/10/17-15:20:23.575815 7f7b6ffff6c0 Delete type=0 #287
2025/10/17-15:23:01.174849 7f7b6f3ff6c0 Level-0 table #292: started
2025/10/17-15:23:01.174880 7f7b6f3ff6c0 Level-0 table #292: 0 bytes OK
2025/10/17-15:23:01.180853 7f7b6f3ff6c0 Delete type=0 #290
2025/10/17-15:23:01.194005 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end)

View File

@@ -1,7 +1,7 @@
2025/09/24-16:34:06.445870 7f7cfaffd6c0 Recovering log #262
2025/09/24-16:34:06.456672 7f7cfaffd6c0 Delete type=3 #260
2025/09/24-16:34:06.456727 7f7cfaffd6c0 Delete type=0 #262
2025/09/24-16:41:30.131456 7f7cf9fff6c0 Level-0 table #267: started
2025/09/24-16:41:30.131488 7f7cf9fff6c0 Level-0 table #267: 0 bytes OK
2025/09/24-16:41:30.137659 7f7cf9fff6c0 Delete type=0 #265
2025/09/24-16:41:30.151571 7f7cf9fff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end)
2025/10/17-15:00:03.996559 7f7b753f96c0 Recovering log #283
2025/10/17-15:00:04.056665 7f7b753f96c0 Delete type=3 #281
2025/10/17-15:00:04.056736 7f7b753f96c0 Delete type=0 #283
2025/10/17-15:00:17.756292 7f7b6f3ff6c0 Level-0 table #288: started
2025/10/17-15:00:17.756317 7f7b6f3ff6c0 Level-0 table #288: 0 bytes OK
2025/10/17-15:00:17.799341 7f7b6f3ff6c0 Delete type=0 #286
2025/10/17-15:00:17.839498 7f7b6f3ff6c0 Manual compaction at level-0 from '!items!1bAL2MQVpVBd0c5Z' @ 72057594037927935 : 1 .. '!items!zs67k4sxCid6oTK3' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,26 @@
<h3 class="welcome-message-h3">Bonjour à tous !</h3>
<div class="message-chat-center">
Open Sesame Game a mis en place 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é à Te Deum ! <br />
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 :<br />
<a href="https://discord.gg/dUPhNfJdaD">https://discord.gg/dUPhNfJdaD</a
><br />
</div>
<div class="message-chat-center">
Ce système vous est proposé par Open Sesame Games.<br />
Vous trouverez de l'aide dans
@UUID[Compendium.fvtt-te-deum.aides.JournalEntry.uNwJgi4kXBCiZmAH]{Aide pour
Te Deum}<br />
ainsi que sur le Discord de Foundry FR :
<a href="https://discord.gg/pPSDNJk">https://discord.gg/pPSDNJk</a>
</div>
<div>
Merci pour votre attention et à très bientôt pour la suite ! L'équipe Open
Sesame Games
</div>