Full v12 migration
This commit is contained in:
parent
7042f81301
commit
313bb3e168
2
init.js
2
init.js
@ -32,6 +32,6 @@ class WFRP4eNightOfBloodInitialization extends FormApplication {
|
||||
catch (err) {
|
||||
html = `<p>Night of Blood is the classic Warhammer Fantasy Roleplay scenario, and an excellent introduction to the game. The scenario was written in 1987 by Jim Bambra and has been republished officially and unofficially for 1st Edition, 2nd Edition and 4th Edition.</p>`;
|
||||
}
|
||||
new game.wfrp4e.apps.ModuleInitializer("wfrp4e-night-of-blood", "WFRP4e Night of Blood", html).render(true);
|
||||
new WarhammerModuleInitializer("wfrp4e-night-of-blood", "WFRP4e Night of Blood", html).render(true);
|
||||
}
|
||||
}
|
68
module.json
68
module.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "Night of Blood (WFRP 4e)",
|
||||
"description": "The classic Warhammer Fantasy Roleplay adventure, perfect for introducing new players. Now updated to include multi-level scenes",
|
||||
"version": "7.0.0",
|
||||
"version": "8.0.0",
|
||||
"author": "Stuart Kerrigan",
|
||||
"esmodules": [],
|
||||
"scripts": [
|
||||
@ -25,26 +25,6 @@
|
||||
"id": "lib-wrapper",
|
||||
"type": "module"
|
||||
},
|
||||
{
|
||||
"id": "betterroofs",
|
||||
"type": "module"
|
||||
},
|
||||
{
|
||||
"id": "wall-height",
|
||||
"type": "module"
|
||||
},
|
||||
{
|
||||
"id": "levels",
|
||||
"type": "module"
|
||||
},
|
||||
{
|
||||
"id": "token-attacher",
|
||||
"type": "module"
|
||||
},
|
||||
{
|
||||
"id": "ambientdoors",
|
||||
"type": "module"
|
||||
},
|
||||
{
|
||||
"id": "tokenmagic",
|
||||
"type": "module"
|
||||
@ -58,31 +38,59 @@
|
||||
"label": "Night of Blood Actors",
|
||||
"type": "Actor",
|
||||
"name": "NightOfBloodActors",
|
||||
"path": "./packs/night-of-blood-actors.db",
|
||||
"package": "wfrp4e-night-of-blood"
|
||||
"path": "./packs/night-of-blood-actors",
|
||||
"package": "wfrp4e-night-of-blood",
|
||||
"ownership": {
|
||||
"PLAYER": "NONE",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Night of Blood Scenes",
|
||||
"type": "Scene",
|
||||
"name": "NightOfBloodScenes",
|
||||
"path": "./packs/night-of-blood-scenes.db",
|
||||
"package": "wfrp4e-night-of-blood"
|
||||
"path": "./packs/night-of-blood-scenes",
|
||||
"package": "wfrp4e-night-of-blood",
|
||||
"ownership": {
|
||||
"PLAYER": "NONE",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Night of Blood Journal Entries",
|
||||
"name": "NightOfBloodJournal",
|
||||
"path": "./packs/night-of-blood-journal.db",
|
||||
"path": "./packs/night-of-blood-journal",
|
||||
"type": "JournalEntry",
|
||||
"package": "wfrp4e-night-of-blood"
|
||||
"package": "wfrp4e-night-of-blood",
|
||||
"ownership": {
|
||||
"PLAYER": "NONE",
|
||||
"ASSISTANT": "OWNER"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "NightOfBloodSFX",
|
||||
"label": "Night of Blood SFX",
|
||||
"path": "./packs/night-of-blood-sfx.db",
|
||||
"path": "./packs/night-of-blood-sfx",
|
||||
"type": "Playlist",
|
||||
"ownership": {
|
||||
"PLAYER": "NONE",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"package": "wfrp4e-night-of-blood"
|
||||
}
|
||||
],
|
||||
"packFolders": [
|
||||
{
|
||||
"name": "Night of Blood",
|
||||
"sorting": "m",
|
||||
"packs": [
|
||||
"NightOfBloodActors",
|
||||
"NightOfBloodScenes",
|
||||
"NightOfBloodJournal",
|
||||
"NightOfBloodSFX"
|
||||
]
|
||||
}
|
||||
],
|
||||
"flags": {
|
||||
"initializationPacks": ["wfrp4e-night-of-blood.NightOfBloodActors", "wfrp4e-night-of-blood.NightOfBloodScenes", "wfrp4e-night-of-blood.NightOfBloodJournal"],
|
||||
"folder": {
|
||||
@ -95,8 +103,8 @@
|
||||
],
|
||||
"id": "wfrp4e-night-of-blood",
|
||||
"compatibility": {
|
||||
"minimum": "11",
|
||||
"verified": "11"
|
||||
"minimum": "12",
|
||||
"verified": "12"
|
||||
},
|
||||
"manifest": "https://www.uberwald.me/gitea/public/WFRP-Night-of-Blood-4e-FVTT/raw/master/module.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/WFRP-Night-of-Blood-4e-FVTT/archive/wfrp4-night-of-blood-v7.0.0.zip",
|
||||
|
Binary file not shown.
BIN
packs/night-of-blood-actors/000133.ldb
Normal file
BIN
packs/night-of-blood-actors/000133.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000129
|
||||
|
@ -1,8 +1,15 @@
|
||||
2024/02/21-20:37:10.060593 7fe93aa006c0 Recovering log #4
|
||||
2024/02/21-20:37:10.116671 7fe93aa006c0 Delete type=3 #2
|
||||
2024/02/21-20:37:10.116721 7fe93aa006c0 Delete type=0 #4
|
||||
2024/02/21-20:40:18.382429 7fe9336006c0 Level-0 table #9: started
|
||||
2024/02/21-20:40:18.382466 7fe9336006c0 Level-0 table #9: 0 bytes OK
|
||||
2024/02/21-20:40:18.408232 7fe9336006c0 Delete type=0 #7
|
||||
2024/02/21-20:40:18.408447 7fe9336006c0 Manual compaction at level-0 from '!actors!0c2PJoezfrYDnial' @ 72057594037927935 : 1 .. '!actors.items.effects!xsFW1owziB9narOa.xoQMNgLhXSetGxPs.CAcGBn8sq62mVUxJ' @ 0 : 0; will stop at (end)
|
||||
2024/02/21-20:40:18.408509 7fe9336006c0 Manual compaction at level-1 from '!actors!0c2PJoezfrYDnial' @ 72057594037927935 : 1 .. '!actors.items.effects!xsFW1owziB9narOa.xoQMNgLhXSetGxPs.CAcGBn8sq62mVUxJ' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:15:10.735444 7f4ae56006c0 Recovering log #127
|
||||
2024/10/13-10:15:10.746432 7f4ae56006c0 Delete type=3 #125
|
||||
2024/10/13-10:15:10.746540 7f4ae56006c0 Delete type=0 #127
|
||||
2024/10/13-10:26:35.485636 7f4ae28006c0 Level-0 table #132: started
|
||||
2024/10/13-10:26:35.492449 7f4ae28006c0 Level-0 table #132: 96553 bytes OK
|
||||
2024/10/13-10:26:35.499226 7f4ae28006c0 Delete type=0 #130
|
||||
2024/10/13-10:26:35.499754 7f4ae28006c0 Manual compaction at level-0 from '!actors!0c2PJoezfrYDnial' @ 72057594037927935 : 1 .. '!actors.items.effects!xsFW1owziB9narOa.xoQMNgLhXSetGxPs.CAcGBn8sq62mVUxJ' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:26:35.499861 7f4ae28006c0 Manual compaction at level-1 from '!actors!0c2PJoezfrYDnial' @ 72057594037927935 : 1 .. '!actors.items.effects!xsFW1owziB9narOa.xoQMNgLhXSetGxPs.CAcGBn8sq62mVUxJ' @ 0 : 0; will stop at '!actors.items.effects!xsFW1owziB9narOa.RYrpmE9e9EmZTExs.CAcGBn8sq62mVUxJ' @ 475 : 0
|
||||
2024/10/13-10:26:35.499873 7f4ae28006c0 Compacting 1@1 + 1@2 files
|
||||
2024/10/13-10:26:35.506204 7f4ae28006c0 Generated table #133@1: 219 keys, 110968 bytes
|
||||
2024/10/13-10:26:35.506248 7f4ae28006c0 Compacted 1@1 + 1@2 files => 110968 bytes
|
||||
2024/10/13-10:26:35.513002 7f4ae28006c0 compacted to: files[ 0 0 1 0 0 0 0 ]
|
||||
2024/10/13-10:26:35.513172 7f4ae28006c0 Delete type=2 #112
|
||||
2024/10/13-10:26:35.513433 7f4ae28006c0 Delete type=2 #132
|
||||
2024/10/13-10:26:35.534404 7f4ae28006c0 Manual compaction at level-1 from '!actors.items.effects!xsFW1owziB9narOa.RYrpmE9e9EmZTExs.CAcGBn8sq62mVUxJ' @ 475 : 0 .. '!actors.items.effects!xsFW1owziB9narOa.xoQMNgLhXSetGxPs.CAcGBn8sq62mVUxJ' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2024/02/21-20:30:40.550895 7fe93be006c0 Delete type=3 #1
|
||||
2024/02/21-20:37:01.143314 7fe9336006c0 Level-0 table #5: started
|
||||
2024/02/21-20:37:01.158893 7fe9336006c0 Level-0 table #5: 46752 bytes OK
|
||||
2024/02/21-20:37:01.193250 7fe9336006c0 Delete type=0 #3
|
||||
2024/02/21-20:37:01.301173 7fe9336006c0 Manual compaction at level-0 from '!actors!0c2PJoezfrYDnial' @ 72057594037927935 : 1 .. '!actors.items.effects!xsFW1owziB9narOa.xoQMNgLhXSetGxPs.CAcGBn8sq62mVUxJ' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:12:21.649678 7f4ae42006c0 Recovering log #123
|
||||
2024/10/13-10:12:21.661141 7f4ae42006c0 Delete type=3 #121
|
||||
2024/10/13-10:12:21.661244 7f4ae42006c0 Delete type=0 #123
|
||||
2024/10/13-10:15:03.055018 7f4ae28006c0 Level-0 table #128: started
|
||||
2024/10/13-10:15:03.055097 7f4ae28006c0 Level-0 table #128: 0 bytes OK
|
||||
2024/10/13-10:15:03.062649 7f4ae28006c0 Delete type=0 #126
|
||||
2024/10/13-10:15:03.062904 7f4ae28006c0 Manual compaction at level-0 from '!actors!0c2PJoezfrYDnial' @ 72057594037927935 : 1 .. '!actors.items.effects!xsFW1owziB9narOa.xoQMNgLhXSetGxPs.CAcGBn8sq62mVUxJ' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:15:03.062970 7f4ae28006c0 Manual compaction at level-1 from '!actors!0c2PJoezfrYDnial' @ 72057594037927935 : 1 .. '!actors.items.effects!xsFW1owziB9narOa.xoQMNgLhXSetGxPs.CAcGBn8sq62mVUxJ' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/night-of-blood-actors/MANIFEST-000129
Normal file
BIN
packs/night-of-blood-actors/MANIFEST-000129
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/night-of-blood-journal/000112.ldb
Normal file
BIN
packs/night-of-blood-journal/000112.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000129
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/02/21-20:37:10.175404 7fe93a0006c0 Recovering log #4
|
||||
2024/02/21-20:37:10.228554 7fe93a0006c0 Delete type=3 #2
|
||||
2024/02/21-20:37:10.228706 7fe93a0006c0 Delete type=0 #4
|
||||
2024/02/21-20:40:18.437459 7fe9336006c0 Level-0 table #9: started
|
||||
2024/02/21-20:40:18.437482 7fe9336006c0 Level-0 table #9: 0 bytes OK
|
||||
2024/02/21-20:40:18.465963 7fe9336006c0 Delete type=0 #7
|
||||
2024/02/21-20:40:18.523248 7fe9336006c0 Manual compaction at level-0 from '!journal!0REn6kpBB3CuQCCJ' @ 72057594037927935 : 1 .. '!journal!sC0T69oyBWtlWjVf' @ 0 : 0; will stop at (end)
|
||||
2024/02/21-20:40:18.523281 7fe9336006c0 Manual compaction at level-1 from '!journal!0REn6kpBB3CuQCCJ' @ 72057594037927935 : 1 .. '!journal!sC0T69oyBWtlWjVf' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:15:10.770192 7f4ae56006c0 Recovering log #127
|
||||
2024/10/13-10:15:10.782190 7f4ae56006c0 Delete type=3 #125
|
||||
2024/10/13-10:15:10.782333 7f4ae56006c0 Delete type=0 #127
|
||||
2024/10/13-10:26:35.527465 7f4ae28006c0 Level-0 table #132: started
|
||||
2024/10/13-10:26:35.527505 7f4ae28006c0 Level-0 table #132: 0 bytes OK
|
||||
2024/10/13-10:26:35.534142 7f4ae28006c0 Delete type=0 #130
|
||||
2024/10/13-10:26:35.534492 7f4ae28006c0 Manual compaction at level-0 from '!journal!0REn6kpBB3CuQCCJ' @ 72057594037927935 : 1 .. '!journal.pages!sC0T69oyBWtlWjVf.BiyBlN7hE8sN2wNZ' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:26:35.534571 7f4ae28006c0 Manual compaction at level-1 from '!journal!0REn6kpBB3CuQCCJ' @ 72057594037927935 : 1 .. '!journal.pages!sC0T69oyBWtlWjVf.BiyBlN7hE8sN2wNZ' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2024/02/21-20:30:40.633795 7fe93be006c0 Delete type=3 #1
|
||||
2024/02/21-20:37:01.193408 7fe9336006c0 Level-0 table #5: started
|
||||
2024/02/21-20:37:01.212992 7fe9336006c0 Level-0 table #5: 17150 bytes OK
|
||||
2024/02/21-20:37:01.251540 7fe9336006c0 Delete type=0 #3
|
||||
2024/02/21-20:37:01.301199 7fe9336006c0 Manual compaction at level-0 from '!journal!0REn6kpBB3CuQCCJ' @ 72057594037927935 : 1 .. '!journal!sC0T69oyBWtlWjVf' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:12:21.687177 7f4ae42006c0 Recovering log #123
|
||||
2024/10/13-10:12:21.700868 7f4ae42006c0 Delete type=3 #121
|
||||
2024/10/13-10:12:21.700978 7f4ae42006c0 Delete type=0 #123
|
||||
2024/10/13-10:15:03.077194 7f4ae28006c0 Level-0 table #128: started
|
||||
2024/10/13-10:15:03.077234 7f4ae28006c0 Level-0 table #128: 0 bytes OK
|
||||
2024/10/13-10:15:03.084578 7f4ae28006c0 Delete type=0 #126
|
||||
2024/10/13-10:15:03.091573 7f4ae28006c0 Manual compaction at level-0 from '!journal!0REn6kpBB3CuQCCJ' @ 72057594037927935 : 1 .. '!journal.pages!sC0T69oyBWtlWjVf.BiyBlN7hE8sN2wNZ' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:15:03.091629 7f4ae28006c0 Manual compaction at level-1 from '!journal!0REn6kpBB3CuQCCJ' @ 72057594037927935 : 1 .. '!journal.pages!sC0T69oyBWtlWjVf.BiyBlN7hE8sN2wNZ' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/night-of-blood-journal/MANIFEST-000129
Normal file
BIN
packs/night-of-blood-journal/MANIFEST-000129
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/night-of-blood-scenes/000112.ldb
Normal file
BIN
packs/night-of-blood-scenes/000112.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000129
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/02/21-20:37:10.119830 7fe93a0006c0 Recovering log #4
|
||||
2024/02/21-20:37:10.171783 7fe93a0006c0 Delete type=3 #2
|
||||
2024/02/21-20:37:10.171835 7fe93a0006c0 Delete type=0 #4
|
||||
2024/02/21-20:40:18.408658 7fe9336006c0 Level-0 table #9: started
|
||||
2024/02/21-20:40:18.408725 7fe9336006c0 Level-0 table #9: 0 bytes OK
|
||||
2024/02/21-20:40:18.437349 7fe9336006c0 Delete type=0 #7
|
||||
2024/02/21-20:40:18.523237 7fe9336006c0 Manual compaction at level-0 from '!scenes!3FUmiZQODgw6UpbH' @ 72057594037927935 : 1 .. '!scenes.walls!xbiWDHu8jQ0jLbmg.yUvIag40raDRcMOn' @ 0 : 0; will stop at (end)
|
||||
2024/02/21-20:40:18.523287 7fe9336006c0 Manual compaction at level-1 from '!scenes!3FUmiZQODgw6UpbH' @ 72057594037927935 : 1 .. '!scenes.walls!xbiWDHu8jQ0jLbmg.yUvIag40raDRcMOn' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:15:10.752242 7f4ae4c006c0 Recovering log #127
|
||||
2024/10/13-10:15:10.762601 7f4ae4c006c0 Delete type=3 #125
|
||||
2024/10/13-10:15:10.762712 7f4ae4c006c0 Delete type=0 #127
|
||||
2024/10/13-10:26:35.513593 7f4ae28006c0 Level-0 table #132: started
|
||||
2024/10/13-10:26:35.513633 7f4ae28006c0 Level-0 table #132: 0 bytes OK
|
||||
2024/10/13-10:26:35.519972 7f4ae28006c0 Delete type=0 #130
|
||||
2024/10/13-10:26:35.534440 7f4ae28006c0 Manual compaction at level-0 from '!scenes!3FUmiZQODgw6UpbH' @ 72057594037927935 : 1 .. '!scenes.walls!xbiWDHu8jQ0jLbmg.yUvIag40raDRcMOn' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:26:35.534516 7f4ae28006c0 Manual compaction at level-1 from '!scenes!3FUmiZQODgw6UpbH' @ 72057594037927935 : 1 .. '!scenes.walls!xbiWDHu8jQ0jLbmg.yUvIag40raDRcMOn' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2024/02/21-20:30:40.595310 7fe93be006c0 Delete type=3 #1
|
||||
2024/02/21-20:37:01.086021 7fe9336006c0 Level-0 table #5: started
|
||||
2024/02/21-20:37:01.104932 7fe9336006c0 Level-0 table #5: 30103 bytes OK
|
||||
2024/02/21-20:37:01.142993 7fe9336006c0 Delete type=0 #3
|
||||
2024/02/21-20:37:01.301133 7fe9336006c0 Manual compaction at level-0 from '!scenes!3FUmiZQODgw6UpbH' @ 72057594037927935 : 1 .. '!scenes.walls!xbiWDHu8jQ0jLbmg.yUvIag40raDRcMOn' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:12:21.666675 7f4ae56006c0 Recovering log #123
|
||||
2024/10/13-10:12:21.677412 7f4ae56006c0 Delete type=3 #121
|
||||
2024/10/13-10:12:21.677510 7f4ae56006c0 Delete type=0 #123
|
||||
2024/10/13-10:15:03.063145 7f4ae28006c0 Level-0 table #128: started
|
||||
2024/10/13-10:15:03.063229 7f4ae28006c0 Level-0 table #128: 0 bytes OK
|
||||
2024/10/13-10:15:03.070438 7f4ae28006c0 Delete type=0 #126
|
||||
2024/10/13-10:15:03.091528 7f4ae28006c0 Manual compaction at level-0 from '!scenes!3FUmiZQODgw6UpbH' @ 72057594037927935 : 1 .. '!scenes.walls!xbiWDHu8jQ0jLbmg.yUvIag40raDRcMOn' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:15:03.091601 7f4ae28006c0 Manual compaction at level-1 from '!scenes!3FUmiZQODgw6UpbH' @ 72057594037927935 : 1 .. '!scenes.walls!xbiWDHu8jQ0jLbmg.yUvIag40raDRcMOn' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/night-of-blood-scenes/MANIFEST-000129
Normal file
BIN
packs/night-of-blood-scenes/MANIFEST-000129
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/night-of-blood-sfx/000112.ldb
Normal file
BIN
packs/night-of-blood-sfx/000112.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
MANIFEST-000006
|
||||
MANIFEST-000129
|
||||
|
@ -1,8 +1,8 @@
|
||||
2024/02/21-20:37:10.231201 7fe93aa006c0 Recovering log #4
|
||||
2024/02/21-20:37:10.291159 7fe93aa006c0 Delete type=3 #2
|
||||
2024/02/21-20:37:10.291219 7fe93aa006c0 Delete type=0 #4
|
||||
2024/02/21-20:40:18.495177 7fe9336006c0 Level-0 table #9: started
|
||||
2024/02/21-20:40:18.495245 7fe9336006c0 Level-0 table #9: 0 bytes OK
|
||||
2024/02/21-20:40:18.523136 7fe9336006c0 Delete type=0 #7
|
||||
2024/02/21-20:40:18.523266 7fe9336006c0 Manual compaction at level-0 from '!playlists!L7ey4DX9iQut6N0T' @ 72057594037927935 : 1 .. '!playlists.sounds!UJg3CQ1Hh0ItcDpa.1eeMsC01CDTHLhEK' @ 0 : 0; will stop at (end)
|
||||
2024/02/21-20:40:18.523294 7fe9336006c0 Manual compaction at level-1 from '!playlists!L7ey4DX9iQut6N0T' @ 72057594037927935 : 1 .. '!playlists.sounds!UJg3CQ1Hh0ItcDpa.1eeMsC01CDTHLhEK' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:15:10.786506 7f4ae4c006c0 Recovering log #127
|
||||
2024/10/13-10:15:10.797609 7f4ae4c006c0 Delete type=3 #125
|
||||
2024/10/13-10:15:10.797715 7f4ae4c006c0 Delete type=0 #127
|
||||
2024/10/13-10:26:35.520200 7f4ae28006c0 Level-0 table #132: started
|
||||
2024/10/13-10:26:35.520258 7f4ae28006c0 Level-0 table #132: 0 bytes OK
|
||||
2024/10/13-10:26:35.527270 7f4ae28006c0 Delete type=0 #130
|
||||
2024/10/13-10:26:35.534467 7f4ae28006c0 Manual compaction at level-0 from '!playlists!L7ey4DX9iQut6N0T' @ 72057594037927935 : 1 .. '!playlists.sounds!UJg3CQ1Hh0ItcDpa.1eeMsC01CDTHLhEK' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:26:35.534544 7f4ae28006c0 Manual compaction at level-1 from '!playlists!L7ey4DX9iQut6N0T' @ 72057594037927935 : 1 .. '!playlists.sounds!UJg3CQ1Hh0ItcDpa.1eeMsC01CDTHLhEK' @ 0 : 0; will stop at (end)
|
||||
|
@ -1,5 +1,8 @@
|
||||
2024/02/21-20:30:40.665492 7fe93aa006c0 Delete type=3 #1
|
||||
2024/02/21-20:37:01.301454 7fe9336006c0 Level-0 table #5: started
|
||||
2024/02/21-20:37:01.320654 7fe9336006c0 Level-0 table #5: 847 bytes OK
|
||||
2024/02/21-20:37:01.358354 7fe9336006c0 Delete type=0 #3
|
||||
2024/02/21-20:37:01.358569 7fe9336006c0 Manual compaction at level-0 from '!playlists!L7ey4DX9iQut6N0T' @ 72057594037927935 : 1 .. '!playlists.sounds!UJg3CQ1Hh0ItcDpa.1eeMsC01CDTHLhEK' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:12:21.705098 7f4ae56006c0 Recovering log #123
|
||||
2024/10/13-10:12:21.717560 7f4ae56006c0 Delete type=3 #121
|
||||
2024/10/13-10:12:21.717692 7f4ae56006c0 Delete type=0 #123
|
||||
2024/10/13-10:15:03.070623 7f4ae28006c0 Level-0 table #128: started
|
||||
2024/10/13-10:15:03.070667 7f4ae28006c0 Level-0 table #128: 0 bytes OK
|
||||
2024/10/13-10:15:03.077001 7f4ae28006c0 Delete type=0 #126
|
||||
2024/10/13-10:15:03.091556 7f4ae28006c0 Manual compaction at level-0 from '!playlists!L7ey4DX9iQut6N0T' @ 72057594037927935 : 1 .. '!playlists.sounds!UJg3CQ1Hh0ItcDpa.1eeMsC01CDTHLhEK' @ 0 : 0; will stop at (end)
|
||||
2024/10/13-10:15:03.091615 7f4ae28006c0 Manual compaction at level-1 from '!playlists!L7ey4DX9iQut6N0T' @ 72057594037927935 : 1 .. '!playlists.sounds!UJg3CQ1Hh0ItcDpa.1eeMsC01CDTHLhEK' @ 0 : 0; will stop at (end)
|
||||
|
Binary file not shown.
BIN
packs/night-of-blood-sfx/MANIFEST-000129
Normal file
BIN
packs/night-of-blood-sfx/MANIFEST-000129
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user