diff --git a/.gitignore b/.gitignore index e43b0f9..496ee2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.DS_Store +.DS_Store \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4effa1f..c05dc87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.9.0] - 2023-07-30 +### Added +- Creatures/NPCs and vehicles now come with pre-made token images based on their type (meaning that not each one has an individual icon; for example orc and goblins have the same token all goblinoids got, and all magical beasts have the same one as well). + +### Deprecated +- This will be the last version which comes with the images from scenes, meeples, and icons. They will be removed in v3.10.0. If you have scenes or icons from earlier versions of the CSRD compendium, please install the [Cypher System Community Content module](https://foundryvtt.com/packages/cyphersystem-community-module) and replace the scenes and meeples from the ones in there! If you still have old items (equipment) from v1 or v2 of the CSRD Compendium, please also replace those with ones from a v3 release. This is needed to slim down the module in file size. + ## [3.8.0] - 2023-06-28 ### Added - The compendia are now sorted into folders. diff --git a/img/tokens/aberration.webp b/img/tokens/aberration.webp new file mode 100644 index 0000000..160a5e1 Binary files /dev/null and b/img/tokens/aberration.webp differ diff --git a/img/tokens/animal_dinosaur.webp b/img/tokens/animal_dinosaur.webp new file mode 100644 index 0000000..6273792 Binary files /dev/null and b/img/tokens/animal_dinosaur.webp differ diff --git a/img/tokens/animal_mundane.webp b/img/tokens/animal_mundane.webp new file mode 100644 index 0000000..24e8f9e Binary files /dev/null and b/img/tokens/animal_mundane.webp differ diff --git a/img/tokens/construct_ai.webp b/img/tokens/construct_ai.webp new file mode 100644 index 0000000..62122f1 Binary files /dev/null and b/img/tokens/construct_ai.webp differ diff --git a/img/tokens/construct_magical.webp b/img/tokens/construct_magical.webp new file mode 100644 index 0000000..e97351a Binary files /dev/null and b/img/tokens/construct_magical.webp differ diff --git a/img/tokens/construct_technological.webp b/img/tokens/construct_technological.webp new file mode 100644 index 0000000..1772abe Binary files /dev/null and b/img/tokens/construct_technological.webp differ diff --git a/img/tokens/dragon.webp b/img/tokens/dragon.webp new file mode 100644 index 0000000..5a188d7 Binary files /dev/null and b/img/tokens/dragon.webp differ diff --git a/img/tokens/elemental_air.webp b/img/tokens/elemental_air.webp new file mode 100644 index 0000000..a359096 Binary files /dev/null and b/img/tokens/elemental_air.webp differ diff --git a/img/tokens/elemental_earth.webp b/img/tokens/elemental_earth.webp new file mode 100644 index 0000000..5c768fe Binary files /dev/null and b/img/tokens/elemental_earth.webp differ diff --git a/img/tokens/elemental_energy.webp b/img/tokens/elemental_energy.webp new file mode 100644 index 0000000..a8fa05c Binary files /dev/null and b/img/tokens/elemental_energy.webp differ diff --git a/img/tokens/elemental_fire.webp b/img/tokens/elemental_fire.webp new file mode 100644 index 0000000..1a1df15 Binary files /dev/null and b/img/tokens/elemental_fire.webp differ diff --git a/img/tokens/elemental_water.webp b/img/tokens/elemental_water.webp new file mode 100644 index 0000000..5f60502 Binary files /dev/null and b/img/tokens/elemental_water.webp differ diff --git a/img/tokens/fey_faerie.webp b/img/tokens/fey_faerie.webp new file mode 100644 index 0000000..8e607b4 Binary files /dev/null and b/img/tokens/fey_faerie.webp differ diff --git a/img/tokens/fey_humanoid.webp b/img/tokens/fey_humanoid.webp new file mode 100644 index 0000000..b15a53e Binary files /dev/null and b/img/tokens/fey_humanoid.webp differ diff --git a/img/tokens/giant.webp b/img/tokens/giant.webp new file mode 100644 index 0000000..f427955 Binary files /dev/null and b/img/tokens/giant.webp differ diff --git a/img/tokens/humanoid_alien.webp b/img/tokens/humanoid_alien.webp new file mode 100644 index 0000000..44872e3 Binary files /dev/null and b/img/tokens/humanoid_alien.webp differ diff --git a/img/tokens/humanoid_animal.webp b/img/tokens/humanoid_animal.webp new file mode 100644 index 0000000..af4d9de Binary files /dev/null and b/img/tokens/humanoid_animal.webp differ diff --git a/img/tokens/humanoid_goblinoid.webp b/img/tokens/humanoid_goblinoid.webp new file mode 100644 index 0000000..4476558 Binary files /dev/null and b/img/tokens/humanoid_goblinoid.webp differ diff --git a/img/tokens/humanoid_lizardfolk.webp b/img/tokens/humanoid_lizardfolk.webp new file mode 100644 index 0000000..506c1ba Binary files /dev/null and b/img/tokens/humanoid_lizardfolk.webp differ diff --git a/img/tokens/humanoid_magical.webp b/img/tokens/humanoid_magical.webp new file mode 100644 index 0000000..27fcd68 Binary files /dev/null and b/img/tokens/humanoid_magical.webp differ diff --git a/img/tokens/humanoid_mundane.webp b/img/tokens/humanoid_mundane.webp new file mode 100644 index 0000000..d6a9113 Binary files /dev/null and b/img/tokens/humanoid_mundane.webp differ diff --git a/img/tokens/humanoid_super.webp b/img/tokens/humanoid_super.webp new file mode 100644 index 0000000..c7eb9d2 Binary files /dev/null and b/img/tokens/humanoid_super.webp differ diff --git a/img/tokens/magical-beast.webp b/img/tokens/magical-beast.webp new file mode 100644 index 0000000..ffcaba4 Binary files /dev/null and b/img/tokens/magical-beast.webp differ diff --git a/img/tokens/monstrous-humanoid.webp b/img/tokens/monstrous-humanoid.webp new file mode 100644 index 0000000..617c0f3 Binary files /dev/null and b/img/tokens/monstrous-humanoid.webp differ diff --git a/img/tokens/ooze.webp b/img/tokens/ooze.webp new file mode 100644 index 0000000..910973d Binary files /dev/null and b/img/tokens/ooze.webp differ diff --git a/img/tokens/outsider_celestial.webp b/img/tokens/outsider_celestial.webp new file mode 100644 index 0000000..cc23ddb Binary files /dev/null and b/img/tokens/outsider_celestial.webp differ diff --git a/img/tokens/outsider_cthulhuesque.webp b/img/tokens/outsider_cthulhuesque.webp new file mode 100644 index 0000000..77ab814 Binary files /dev/null and b/img/tokens/outsider_cthulhuesque.webp differ diff --git a/img/tokens/outsider_fiend.webp b/img/tokens/outsider_fiend.webp new file mode 100644 index 0000000..089e404 Binary files /dev/null and b/img/tokens/outsider_fiend.webp differ diff --git a/img/tokens/plant.webp b/img/tokens/plant.webp new file mode 100644 index 0000000..2c8446e Binary files /dev/null and b/img/tokens/plant.webp differ diff --git a/img/tokens/spacecraft_pioneer-era.webp b/img/tokens/spacecraft_pioneer-era.webp new file mode 100644 index 0000000..8d932fa Binary files /dev/null and b/img/tokens/spacecraft_pioneer-era.webp differ diff --git a/img/tokens/spacecraft_space-time-vehicles.webp b/img/tokens/spacecraft_space-time-vehicles.webp new file mode 100644 index 0000000..430e4d5 Binary files /dev/null and b/img/tokens/spacecraft_space-time-vehicles.webp differ diff --git a/img/tokens/spacecraft_spacecraft.webp b/img/tokens/spacecraft_spacecraft.webp new file mode 100644 index 0000000..7fe0361 Binary files /dev/null and b/img/tokens/spacecraft_spacecraft.webp differ diff --git a/img/tokens/spacecraft_starships.webp b/img/tokens/spacecraft_starships.webp new file mode 100644 index 0000000..197ceb4 Binary files /dev/null and b/img/tokens/spacecraft_starships.webp differ diff --git a/img/tokens/spacecraft_stellar-gate.webp b/img/tokens/spacecraft_stellar-gate.webp new file mode 100644 index 0000000..100d3e1 Binary files /dev/null and b/img/tokens/spacecraft_stellar-gate.webp differ diff --git a/img/tokens/undead_ghost.webp b/img/tokens/undead_ghost.webp new file mode 100644 index 0000000..8ee3c70 Binary files /dev/null and b/img/tokens/undead_ghost.webp differ diff --git a/img/tokens/undead_oblivious.webp b/img/tokens/undead_oblivious.webp new file mode 100644 index 0000000..168de9e Binary files /dev/null and b/img/tokens/undead_oblivious.webp differ diff --git a/img/tokens/undead_sentient.webp b/img/tokens/undead_sentient.webp new file mode 100644 index 0000000..eaef114 Binary files /dev/null and b/img/tokens/undead_sentient.webp differ diff --git a/img/tokens/vehicle_aircraft.webp b/img/tokens/vehicle_aircraft.webp new file mode 100644 index 0000000..cc6a377 Binary files /dev/null and b/img/tokens/vehicle_aircraft.webp differ diff --git a/img/tokens/vehicle_car.webp b/img/tokens/vehicle_car.webp new file mode 100644 index 0000000..15678b1 Binary files /dev/null and b/img/tokens/vehicle_car.webp differ diff --git a/img/tokens/vehicle_cycle.webp b/img/tokens/vehicle_cycle.webp new file mode 100644 index 0000000..87003e5 Binary files /dev/null and b/img/tokens/vehicle_cycle.webp differ diff --git a/img/tokens/vehicle_mech.webp b/img/tokens/vehicle_mech.webp new file mode 100644 index 0000000..09d241d Binary files /dev/null and b/img/tokens/vehicle_mech.webp differ diff --git a/img/tokens/vehicle_seacraft.webp b/img/tokens/vehicle_seacraft.webp new file mode 100644 index 0000000..a463ce1 Binary files /dev/null and b/img/tokens/vehicle_seacraft.webp differ diff --git a/img/tokens/vehicle_tank.webp b/img/tokens/vehicle_tank.webp new file mode 100644 index 0000000..205b41c Binary files /dev/null and b/img/tokens/vehicle_tank.webp differ diff --git a/img/tokens/vermin_insect.webp b/img/tokens/vermin_insect.webp new file mode 100644 index 0000000..d917103 Binary files /dev/null and b/img/tokens/vermin_insect.webp differ diff --git a/img/tokens/vermin_spider.webp b/img/tokens/vermin_spider.webp new file mode 100644 index 0000000..83ee66d Binary files /dev/null and b/img/tokens/vermin_spider.webp differ diff --git a/module.json b/module.json index b8ea6cf..868abe0 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "cyphersystem-compendium", "title": "Cypher SRD Compendium", "description": "A compendium pack for the Cypher System game system.", - "version": "3.8.0", + "version": "3.9.0", "compatibility": { "minimum": "11", "verified": "11.302", @@ -10,7 +10,7 @@ }, "url": "https://github.com/mrkwnzl/cyphersystem-compendium", "manifest": "https://raw.githubusercontent.com/mrkwnzl/cyphersystem-compendium/main/module.json", - "download": "https://github.com/mrkwnzl/cyphersystem-compendium/releases/download/v3.8.0/release.zip", + "download": "https://github.com/mrkwnzl/cyphersystem-compendium/releases/download/v3.9.0/release.zip", "authors": [ { "name": "Marko Wenzel", diff --git a/packs/abilities/000145.log b/packs/abilities/000303.log similarity index 100% rename from packs/abilities/000145.log rename to packs/abilities/000303.log diff --git a/packs/abilities/CURRENT b/packs/abilities/CURRENT index 3e77273..093b738 100644 --- a/packs/abilities/CURRENT +++ b/packs/abilities/CURRENT @@ -1 +1 @@ -MANIFEST-000144 +MANIFEST-000302 diff --git a/packs/abilities/LOG b/packs/abilities/LOG index c215b7a..b3dc468 100644 --- a/packs/abilities/LOG +++ b/packs/abilities/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.037424 311549000 Recovering log #143 -2023/06/28-08:22:10.037781 311549000 Delete type=3 #142 -2023/06/28-08:22:10.037824 311549000 Delete type=0 #143 +2023/07/29-17:53:00.878562 310195000 Recovering log #300 +2023/07/29-17:53:00.879084 310195000 Delete type=0 #300 +2023/07/29-17:53:00.879138 310195000 Delete type=3 #298 diff --git a/packs/abilities/LOG.old b/packs/abilities/LOG.old index 5cf3a93..eeed448 100644 --- a/packs/abilities/LOG.old +++ b/packs/abilities/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.753762 3132e6000 Recovering log #141 -2023/06/27-16:59:09.754305 3132e6000 Delete type=0 #141 -2023/06/27-16:59:09.754354 3132e6000 Delete type=3 #140 +2023/07/29-17:41:11.908156 30f197000 Recovering log #297 +2023/07/29-17:41:11.908984 30f197000 Delete type=0 #297 +2023/07/29-17:41:11.909056 30f197000 Delete type=3 #296 +2023/07/29-17:52:57.273390 30aaab000 Level-0 table #301: started +2023/07/29-17:52:57.273484 30aaab000 Level-0 table #301: 0 bytes OK +2023/07/29-17:52:57.273656 30aaab000 Delete type=0 #299 +2023/07/29-17:52:57.274197 30aaab000 Manual compaction at level-0 from '!items!0EhZzYdEhtCRnV4c' @ 72057594037927935 : 1 .. '!items!zuEylYrgOVAAjs71' @ 0 : 0; will stop at (end) diff --git a/packs/abilities/MANIFEST-000144 b/packs/abilities/MANIFEST-000302 similarity index 81% rename from packs/abilities/MANIFEST-000144 rename to packs/abilities/MANIFEST-000302 index 165ba0e..aa5bea0 100644 Binary files a/packs/abilities/MANIFEST-000144 and b/packs/abilities/MANIFEST-000302 differ diff --git a/packs/ammo/000143.log b/packs/ammo/000301.log similarity index 100% rename from packs/ammo/000143.log rename to packs/ammo/000301.log diff --git a/packs/ammo/CURRENT b/packs/ammo/CURRENT index 48a2453..16abe4a 100644 --- a/packs/ammo/CURRENT +++ b/packs/ammo/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/ammo/LOG b/packs/ammo/LOG index 874ac8d..d361dc1 100644 --- a/packs/ammo/LOG +++ b/packs/ammo/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.047529 30fd4c000 Recovering log #141 -2023/06/28-08:22:10.048474 30fd4c000 Delete type=0 #141 -2023/06/28-08:22:10.048512 30fd4c000 Delete type=3 #140 +2023/07/29-17:53:00.890712 310195000 Recovering log #298 +2023/07/29-17:53:00.891245 310195000 Delete type=0 #298 +2023/07/29-17:53:00.891307 310195000 Delete type=3 #296 diff --git a/packs/ammo/LOG.old b/packs/ammo/LOG.old index f735e24..2d971ab 100644 --- a/packs/ammo/LOG.old +++ b/packs/ammo/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.766575 312ae7000 Recovering log #139 -2023/06/27-16:59:09.766973 312ae7000 Delete type=0 #139 -2023/06/27-16:59:09.767019 312ae7000 Delete type=3 #138 +2023/07/29-17:41:11.934098 30f996000 Recovering log #295 +2023/07/29-17:41:11.936426 30f996000 Delete type=3 #294 +2023/07/29-17:41:11.936517 30f996000 Delete type=0 #295 +2023/07/29-17:52:57.275185 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.275280 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.275477 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.275852 30aaab000 Manual compaction at level-0 from '!items!1UGRE1k4ReUFAr34' @ 72057594037927935 : 1 .. '!items!mY1JGNvk9RPW7y2D' @ 0 : 0; will stop at (end) diff --git a/packs/ammo/MANIFEST-000142 b/packs/ammo/MANIFEST-000300 similarity index 82% rename from packs/ammo/MANIFEST-000142 rename to packs/ammo/MANIFEST-000300 index 11316b5..19c08de 100644 Binary files a/packs/ammo/MANIFEST-000142 and b/packs/ammo/MANIFEST-000300 differ diff --git a/packs/armor-fantasy/000146.log b/packs/armor-fantasy/000304.log similarity index 100% rename from packs/armor-fantasy/000146.log rename to packs/armor-fantasy/000304.log diff --git a/packs/armor-fantasy/CURRENT b/packs/armor-fantasy/CURRENT index bb9a53e..284c57b 100644 --- a/packs/armor-fantasy/CURRENT +++ b/packs/armor-fantasy/CURRENT @@ -1 +1 @@ -MANIFEST-000145 +MANIFEST-000303 diff --git a/packs/armor-fantasy/LOG b/packs/armor-fantasy/LOG index f73bd5c..7055799 100644 --- a/packs/armor-fantasy/LOG +++ b/packs/armor-fantasy/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.059502 31054b000 Recovering log #144 -2023/06/28-08:22:10.059870 31054b000 Delete type=3 #143 -2023/06/28-08:22:10.059913 31054b000 Delete type=0 #144 +2023/07/29-17:53:00.894761 30e998000 Recovering log #301 +2023/07/29-17:53:00.895540 30e998000 Delete type=0 #301 +2023/07/29-17:53:00.895591 30e998000 Delete type=3 #299 diff --git a/packs/armor-fantasy/LOG.old b/packs/armor-fantasy/LOG.old index 2a7bbc6..b290ecf 100644 --- a/packs/armor-fantasy/LOG.old +++ b/packs/armor-fantasy/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.772631 312ae7000 Recovering log #142 -2023/06/27-16:59:09.772977 312ae7000 Delete type=3 #141 -2023/06/27-16:59:09.773025 312ae7000 Delete type=0 #142 +2023/07/29-17:41:11.962780 310195000 Recovering log #298 +2023/07/29-17:41:11.963399 310195000 Delete type=0 #298 +2023/07/29-17:41:11.963455 310195000 Delete type=3 #297 +2023/07/29-17:52:57.276027 30aaab000 Level-0 table #302: started +2023/07/29-17:52:57.276182 30aaab000 Level-0 table #302: 0 bytes OK +2023/07/29-17:52:57.276375 30aaab000 Delete type=0 #300 +2023/07/29-17:52:57.277518 30aaab000 Manual compaction at level-0 from '!folders!VuxtCw6NynXH4Fvt' @ 72057594037927935 : 1 .. '!items!rzFPk78CO7irND5F' @ 0 : 0; will stop at (end) diff --git a/packs/armor-fantasy/MANIFEST-000145 b/packs/armor-fantasy/MANIFEST-000303 similarity index 81% rename from packs/armor-fantasy/MANIFEST-000145 rename to packs/armor-fantasy/MANIFEST-000303 index e40de27..1199667 100644 Binary files a/packs/armor-fantasy/MANIFEST-000145 and b/packs/armor-fantasy/MANIFEST-000303 differ diff --git a/packs/armor-modern/000143.log b/packs/armor-modern/000301.log similarity index 100% rename from packs/armor-modern/000143.log rename to packs/armor-modern/000301.log diff --git a/packs/armor-modern/CURRENT b/packs/armor-modern/CURRENT index 48a2453..16abe4a 100644 --- a/packs/armor-modern/CURRENT +++ b/packs/armor-modern/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/armor-modern/LOG b/packs/armor-modern/LOG index 6f4b910..f4d7c4b 100644 --- a/packs/armor-modern/LOG +++ b/packs/armor-modern/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.071205 30fd4c000 Recovering log #141 -2023/06/28-08:22:10.071580 30fd4c000 Delete type=0 #141 -2023/06/28-08:22:10.071631 30fd4c000 Delete type=3 #140 +2023/07/29-17:53:00.904723 310195000 Recovering log #298 +2023/07/29-17:53:00.905245 310195000 Delete type=0 #298 +2023/07/29-17:53:00.905302 310195000 Delete type=3 #296 diff --git a/packs/armor-modern/LOG.old b/packs/armor-modern/LOG.old index 2ddf8b1..3115f8b 100644 --- a/packs/armor-modern/LOG.old +++ b/packs/armor-modern/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.784918 312ae7000 Recovering log #139 -2023/06/27-16:59:09.785230 312ae7000 Delete type=0 #139 -2023/06/27-16:59:09.785257 312ae7000 Delete type=3 #138 +2023/07/29-17:41:11.981468 30f197000 Recovering log #295 +2023/07/29-17:41:11.982078 30f197000 Delete type=3 #294 +2023/07/29-17:41:11.982151 30f197000 Delete type=0 #295 +2023/07/29-17:52:57.280074 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.280156 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.280346 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.280717 30aaab000 Manual compaction at level-0 from '!items!AqT96NV9XXl8iNye' @ 72057594037927935 : 1 .. '!items!tLUMEDBAJJH6sFAg' @ 0 : 0; will stop at (end) diff --git a/packs/armor-modern/MANIFEST-000142 b/packs/armor-modern/MANIFEST-000300 similarity index 82% rename from packs/armor-modern/MANIFEST-000142 rename to packs/armor-modern/MANIFEST-000300 index 8a760c7..6a7a543 100644 Binary files a/packs/armor-modern/MANIFEST-000142 and b/packs/armor-modern/MANIFEST-000300 differ diff --git a/packs/armor-post-apocalyptic/000143.log b/packs/armor-post-apocalyptic/000301.log similarity index 100% rename from packs/armor-post-apocalyptic/000143.log rename to packs/armor-post-apocalyptic/000301.log diff --git a/packs/armor-post-apocalyptic/CURRENT b/packs/armor-post-apocalyptic/CURRENT index 48a2453..16abe4a 100644 --- a/packs/armor-post-apocalyptic/CURRENT +++ b/packs/armor-post-apocalyptic/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/armor-post-apocalyptic/LOG b/packs/armor-post-apocalyptic/LOG index 454de5f..75c0161 100644 --- a/packs/armor-post-apocalyptic/LOG +++ b/packs/armor-post-apocalyptic/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.105368 310d4a000 Recovering log #141 -2023/06/28-08:22:10.106147 310d4a000 Delete type=0 #141 -2023/06/28-08:22:10.106206 310d4a000 Delete type=3 #140 +2023/07/29-17:53:00.927448 30f197000 Recovering log #298 +2023/07/29-17:53:00.928011 30f197000 Delete type=0 #298 +2023/07/29-17:53:00.928074 30f197000 Delete type=3 #296 diff --git a/packs/armor-post-apocalyptic/LOG.old b/packs/armor-post-apocalyptic/LOG.old index 7423fc6..3e896ff 100644 --- a/packs/armor-post-apocalyptic/LOG.old +++ b/packs/armor-post-apocalyptic/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.848161 3132e6000 Recovering log #139 -2023/06/27-16:59:09.848746 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.848788 3132e6000 Delete type=3 #138 +2023/07/29-17:41:12.070998 30f197000 Recovering log #295 +2023/07/29-17:41:12.071874 30f197000 Delete type=3 #294 +2023/07/29-17:41:12.071970 30f197000 Delete type=0 #295 +2023/07/29-17:52:57.286736 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.286858 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.287030 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.287455 30aaab000 Manual compaction at level-0 from '!items!Hv5mU9dKhfQJA76Q' @ 72057594037927935 : 1 .. '!items!WnIcqsOLyuyQKSpZ' @ 0 : 0; will stop at (end) diff --git a/packs/armor-post-apocalyptic/MANIFEST-000142 b/packs/armor-post-apocalyptic/MANIFEST-000300 similarity index 82% rename from packs/armor-post-apocalyptic/MANIFEST-000142 rename to packs/armor-post-apocalyptic/MANIFEST-000300 index 0d606bd..6d97cb3 100644 Binary files a/packs/armor-post-apocalyptic/MANIFEST-000142 and b/packs/armor-post-apocalyptic/MANIFEST-000300 differ diff --git a/packs/armor-sci-fi/000148.log b/packs/armor-sci-fi/000306.log similarity index 100% rename from packs/armor-sci-fi/000148.log rename to packs/armor-sci-fi/000306.log diff --git a/packs/armor-sci-fi/CURRENT b/packs/armor-sci-fi/CURRENT index 1021bdc..7df7a1f 100644 --- a/packs/armor-sci-fi/CURRENT +++ b/packs/armor-sci-fi/CURRENT @@ -1 +1 @@ -MANIFEST-000147 +MANIFEST-000305 diff --git a/packs/armor-sci-fi/LOG b/packs/armor-sci-fi/LOG index 148fed3..4b70ed0 100644 --- a/packs/armor-sci-fi/LOG +++ b/packs/armor-sci-fi/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.073654 30fd4c000 Recovering log #146 -2023/06/28-08:22:10.074178 30fd4c000 Delete type=3 #145 -2023/06/28-08:22:10.074212 30fd4c000 Delete type=0 #146 +2023/07/29-17:53:00.907614 30f996000 Recovering log #303 +2023/07/29-17:53:00.908124 30f996000 Delete type=3 #301 +2023/07/29-17:53:00.908234 30f996000 Delete type=0 #303 diff --git a/packs/armor-sci-fi/LOG.old b/packs/armor-sci-fi/LOG.old index 48a224e..3dc3689 100644 --- a/packs/armor-sci-fi/LOG.old +++ b/packs/armor-sci-fi/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.788767 3122e8000 Recovering log #144 -2023/06/27-16:59:09.789089 3122e8000 Delete type=3 #143 -2023/06/27-16:59:09.789129 3122e8000 Delete type=0 #144 +2023/07/29-17:41:11.990289 30f197000 Recovering log #300 +2023/07/29-17:41:11.990879 30f197000 Delete type=0 #300 +2023/07/29-17:41:11.990938 30f197000 Delete type=3 #299 +2023/07/29-17:52:57.281057 30aaab000 Level-0 table #304: started +2023/07/29-17:52:57.281174 30aaab000 Level-0 table #304: 0 bytes OK +2023/07/29-17:52:57.281363 30aaab000 Delete type=0 #302 +2023/07/29-17:52:57.282156 30aaab000 Manual compaction at level-0 from '!folders!8S590DKmDHn117ny' @ 72057594037927935 : 1 .. '!items!sjqaxxX6UgIbSyLv' @ 0 : 0; will stop at (end) diff --git a/packs/armor-sci-fi/MANIFEST-000147 b/packs/armor-sci-fi/MANIFEST-000305 similarity index 80% rename from packs/armor-sci-fi/MANIFEST-000147 rename to packs/armor-sci-fi/MANIFEST-000305 index a40a9fa..f91a4ba 100644 Binary files a/packs/armor-sci-fi/MANIFEST-000147 and b/packs/armor-sci-fi/MANIFEST-000305 differ diff --git a/packs/artifacts-fairy-tale/000143.log b/packs/artifacts-fairy-tale/000301.log similarity index 100% rename from packs/artifacts-fairy-tale/000143.log rename to packs/artifacts-fairy-tale/000301.log diff --git a/packs/artifacts-fairy-tale/CURRENT b/packs/artifacts-fairy-tale/CURRENT index 48a2453..16abe4a 100644 --- a/packs/artifacts-fairy-tale/CURRENT +++ b/packs/artifacts-fairy-tale/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/artifacts-fairy-tale/LOG b/packs/artifacts-fairy-tale/LOG index 7bf8cec..345f7c5 100644 --- a/packs/artifacts-fairy-tale/LOG +++ b/packs/artifacts-fairy-tale/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.129432 310d4a000 Recovering log #141 -2023/06/28-08:22:10.129825 310d4a000 Delete type=0 #141 -2023/06/28-08:22:10.129858 310d4a000 Delete type=3 #140 +2023/07/29-17:53:00.934250 310195000 Recovering log #298 +2023/07/29-17:53:00.934816 310195000 Delete type=0 #298 +2023/07/29-17:53:00.934880 310195000 Delete type=3 #296 diff --git a/packs/artifacts-fairy-tale/LOG.old b/packs/artifacts-fairy-tale/LOG.old index 5941937..5168dcd 100644 --- a/packs/artifacts-fairy-tale/LOG.old +++ b/packs/artifacts-fairy-tale/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.868274 3132e6000 Recovering log #139 -2023/06/27-16:59:09.868660 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.868690 3132e6000 Delete type=3 #138 +2023/07/29-17:41:12.089841 30f197000 Recovering log #295 +2023/07/29-17:41:12.090717 30f197000 Delete type=3 #294 +2023/07/29-17:41:12.090841 30f197000 Delete type=0 #295 +2023/07/29-17:52:57.288066 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.288175 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.288337 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.288711 30aaab000 Manual compaction at level-0 from '!items!0IdrBhP1kaNpHZwh' @ 72057594037927935 : 1 .. '!items!zwM0MHgRtW02MXT3' @ 0 : 0; will stop at (end) diff --git a/packs/artifacts-fairy-tale/MANIFEST-000142 b/packs/artifacts-fairy-tale/MANIFEST-000300 similarity index 82% rename from packs/artifacts-fairy-tale/MANIFEST-000142 rename to packs/artifacts-fairy-tale/MANIFEST-000300 index a13222b..5bc1f96 100644 Binary files a/packs/artifacts-fairy-tale/MANIFEST-000142 and b/packs/artifacts-fairy-tale/MANIFEST-000300 differ diff --git a/packs/artifacts-fantasy/000143.log b/packs/artifacts-fantasy/000301.log similarity index 100% rename from packs/artifacts-fantasy/000143.log rename to packs/artifacts-fantasy/000301.log diff --git a/packs/artifacts-fantasy/CURRENT b/packs/artifacts-fantasy/CURRENT index 48a2453..16abe4a 100644 --- a/packs/artifacts-fantasy/CURRENT +++ b/packs/artifacts-fantasy/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/artifacts-fantasy/LOG b/packs/artifacts-fantasy/LOG index 968327f..69c5928 100644 --- a/packs/artifacts-fantasy/LOG +++ b/packs/artifacts-fantasy/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.064163 311549000 Recovering log #141 -2023/06/28-08:22:10.064844 311549000 Delete type=0 #141 -2023/06/28-08:22:10.064877 311549000 Delete type=3 #140 +2023/07/29-17:53:00.898576 30f996000 Recovering log #298 +2023/07/29-17:53:00.899184 30f996000 Delete type=0 #298 +2023/07/29-17:53:00.899244 30f996000 Delete type=3 #296 diff --git a/packs/artifacts-fantasy/LOG.old b/packs/artifacts-fantasy/LOG.old index d23d239..3a7dcd8 100644 --- a/packs/artifacts-fantasy/LOG.old +++ b/packs/artifacts-fantasy/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.774148 3132e6000 Recovering log #139 -2023/06/27-16:59:09.774488 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.774520 3132e6000 Delete type=3 #138 +2023/07/29-17:41:11.966944 30f197000 Recovering log #295 +2023/07/29-17:41:11.967488 30f197000 Delete type=3 #294 +2023/07/29-17:41:11.967552 30f197000 Delete type=0 #295 +2023/07/29-17:52:57.276789 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.276911 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.277121 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.279306 30aaab000 Manual compaction at level-0 from '!items!04OKw1i6SZShGMck' @ 72057594037927935 : 1 .. '!items!zyG6DRzLMhA5B9uW' @ 0 : 0; will stop at (end) diff --git a/packs/artifacts-fantasy/MANIFEST-000142 b/packs/artifacts-fantasy/MANIFEST-000300 similarity index 82% rename from packs/artifacts-fantasy/MANIFEST-000142 rename to packs/artifacts-fantasy/MANIFEST-000300 index f41444c..f7d3530 100644 Binary files a/packs/artifacts-fantasy/MANIFEST-000142 and b/packs/artifacts-fantasy/MANIFEST-000300 differ diff --git a/packs/artifacts-horror/000143.log b/packs/artifacts-horror/000301.log similarity index 100% rename from packs/artifacts-horror/000143.log rename to packs/artifacts-horror/000301.log diff --git a/packs/artifacts-horror/CURRENT b/packs/artifacts-horror/CURRENT index 48a2453..16abe4a 100644 --- a/packs/artifacts-horror/CURRENT +++ b/packs/artifacts-horror/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/artifacts-horror/LOG b/packs/artifacts-horror/LOG index 16aeace..bcbcd14 100644 --- a/packs/artifacts-horror/LOG +++ b/packs/artifacts-horror/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.080014 30fd4c000 Recovering log #141 -2023/06/28-08:22:10.080813 30fd4c000 Delete type=0 #141 -2023/06/28-08:22:10.080855 30fd4c000 Delete type=3 #140 +2023/07/29-17:53:00.916403 30f996000 Recovering log #298 +2023/07/29-17:53:00.916955 30f996000 Delete type=0 #298 +2023/07/29-17:53:00.917029 30f996000 Delete type=3 #296 diff --git a/packs/artifacts-horror/LOG.old b/packs/artifacts-horror/LOG.old index 13482e6..6761594 100644 --- a/packs/artifacts-horror/LOG.old +++ b/packs/artifacts-horror/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.798249 312ae7000 Recovering log #139 -2023/06/27-16:59:09.798812 312ae7000 Delete type=0 #139 -2023/06/27-16:59:09.798880 312ae7000 Delete type=3 #138 +2023/07/29-17:41:12.003562 310195000 Recovering log #295 +2023/07/29-17:41:12.004115 310195000 Delete type=3 #294 +2023/07/29-17:41:12.004180 310195000 Delete type=0 #295 +2023/07/29-17:52:57.283259 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.283355 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.283534 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.285288 30aaab000 Manual compaction at level-0 from '!items!WcrjZgKzg5VzkFVJ' @ 72057594037927935 : 1 .. '!items!sCTeJvOcviKd5GjN' @ 0 : 0; will stop at (end) diff --git a/packs/artifacts-horror/MANIFEST-000142 b/packs/artifacts-horror/MANIFEST-000300 similarity index 82% rename from packs/artifacts-horror/MANIFEST-000142 rename to packs/artifacts-horror/MANIFEST-000300 index abe8bd7..6a17d16 100644 Binary files a/packs/artifacts-horror/MANIFEST-000142 and b/packs/artifacts-horror/MANIFEST-000300 differ diff --git a/packs/artifacts-post-apocalyptic/000143.log b/packs/artifacts-post-apocalyptic/000301.log similarity index 100% rename from packs/artifacts-post-apocalyptic/000143.log rename to packs/artifacts-post-apocalyptic/000301.log diff --git a/packs/artifacts-post-apocalyptic/CURRENT b/packs/artifacts-post-apocalyptic/CURRENT index 48a2453..16abe4a 100644 --- a/packs/artifacts-post-apocalyptic/CURRENT +++ b/packs/artifacts-post-apocalyptic/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/artifacts-post-apocalyptic/LOG b/packs/artifacts-post-apocalyptic/LOG index 881ea04..8c01240 100644 --- a/packs/artifacts-post-apocalyptic/LOG +++ b/packs/artifacts-post-apocalyptic/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.107744 31054b000 Recovering log #141 -2023/06/28-08:22:10.130735 31054b000 Delete type=0 #141 -2023/06/28-08:22:10.130773 31054b000 Delete type=3 #140 +2023/07/29-17:53:00.929912 30e998000 Recovering log #298 +2023/07/29-17:53:00.930540 30e998000 Delete type=0 #298 +2023/07/29-17:53:00.930610 30e998000 Delete type=3 #296 diff --git a/packs/artifacts-post-apocalyptic/LOG.old b/packs/artifacts-post-apocalyptic/LOG.old index f7600c4..c7d6266 100644 --- a/packs/artifacts-post-apocalyptic/LOG.old +++ b/packs/artifacts-post-apocalyptic/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.851433 313ae5000 Recovering log #139 -2023/06/27-16:59:09.851768 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.851810 313ae5000 Delete type=3 #138 +2023/07/29-17:41:12.072653 30e998000 Recovering log #295 +2023/07/29-17:41:12.073401 30e998000 Delete type=3 #294 +2023/07/29-17:41:12.073492 30e998000 Delete type=0 #295 +2023/07/29-17:52:57.287100 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.287187 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.287398 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.288057 30aaab000 Manual compaction at level-0 from '!items!54P9fzXQjgpQT1gZ' @ 72057594037927935 : 1 .. '!items!xGGPXV5UufPD4m5F' @ 0 : 0; will stop at (end) diff --git a/packs/artifacts-post-apocalyptic/MANIFEST-000142 b/packs/artifacts-post-apocalyptic/MANIFEST-000300 similarity index 82% rename from packs/artifacts-post-apocalyptic/MANIFEST-000142 rename to packs/artifacts-post-apocalyptic/MANIFEST-000300 index fdf0818..b12be79 100644 Binary files a/packs/artifacts-post-apocalyptic/MANIFEST-000142 and b/packs/artifacts-post-apocalyptic/MANIFEST-000300 differ diff --git a/packs/artifacts-sci-fi/000143.log b/packs/artifacts-sci-fi/000301.log similarity index 100% rename from packs/artifacts-sci-fi/000143.log rename to packs/artifacts-sci-fi/000301.log diff --git a/packs/artifacts-sci-fi/CURRENT b/packs/artifacts-sci-fi/CURRENT index 48a2453..16abe4a 100644 --- a/packs/artifacts-sci-fi/CURRENT +++ b/packs/artifacts-sci-fi/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/artifacts-sci-fi/LOG b/packs/artifacts-sci-fi/LOG index 9b6977b..3c08c20 100644 --- a/packs/artifacts-sci-fi/LOG +++ b/packs/artifacts-sci-fi/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.075009 30fd4c000 Recovering log #141 -2023/06/28-08:22:10.075524 30fd4c000 Delete type=0 #141 -2023/06/28-08:22:10.075550 30fd4c000 Delete type=3 #140 +2023/07/29-17:53:00.910295 30f197000 Recovering log #298 +2023/07/29-17:53:00.910967 30f197000 Delete type=0 #298 +2023/07/29-17:53:00.911043 30f197000 Delete type=3 #296 diff --git a/packs/artifacts-sci-fi/LOG.old b/packs/artifacts-sci-fi/LOG.old index b4abef8..78aa35f 100644 --- a/packs/artifacts-sci-fi/LOG.old +++ b/packs/artifacts-sci-fi/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.788842 313ae5000 Recovering log #139 -2023/06/27-16:59:09.789138 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.789167 313ae5000 Delete type=3 #138 +2023/07/29-17:41:11.990908 310195000 Recovering log #295 +2023/07/29-17:41:11.991418 310195000 Delete type=3 #294 +2023/07/29-17:41:11.991481 310195000 Delete type=0 #295 +2023/07/29-17:52:57.281409 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.281523 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.281714 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.282169 30aaab000 Manual compaction at level-0 from '!items!2DV53WUEfYS6wWxl' @ 72057594037927935 : 1 .. '!items!krsthzgwJpFLEVML' @ 0 : 0; will stop at (end) diff --git a/packs/artifacts-sci-fi/MANIFEST-000142 b/packs/artifacts-sci-fi/MANIFEST-000300 similarity index 82% rename from packs/artifacts-sci-fi/MANIFEST-000142 rename to packs/artifacts-sci-fi/MANIFEST-000300 index 3884d03..7504a15 100644 Binary files a/packs/artifacts-sci-fi/MANIFEST-000142 and b/packs/artifacts-sci-fi/MANIFEST-000300 differ diff --git a/packs/artifacts-superhero/000143.log b/packs/artifacts-superhero/000301.log similarity index 100% rename from packs/artifacts-superhero/000143.log rename to packs/artifacts-superhero/000301.log diff --git a/packs/artifacts-superhero/CURRENT b/packs/artifacts-superhero/CURRENT index 48a2453..16abe4a 100644 --- a/packs/artifacts-superhero/CURRENT +++ b/packs/artifacts-superhero/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/artifacts-superhero/LOG b/packs/artifacts-superhero/LOG index 24ea1bf..db0a00f 100644 --- a/packs/artifacts-superhero/LOG +++ b/packs/artifacts-superhero/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.086794 30fd4c000 Recovering log #141 -2023/06/28-08:22:10.087169 30fd4c000 Delete type=0 #141 -2023/06/28-08:22:10.087199 30fd4c000 Delete type=3 #140 +2023/07/29-17:53:00.919637 30f197000 Recovering log #298 +2023/07/29-17:53:00.920118 30f197000 Delete type=0 #298 +2023/07/29-17:53:00.920162 30f197000 Delete type=3 #296 diff --git a/packs/artifacts-superhero/LOG.old b/packs/artifacts-superhero/LOG.old index 772ad79..3a46684 100644 --- a/packs/artifacts-superhero/LOG.old +++ b/packs/artifacts-superhero/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.816644 3132e6000 Recovering log #139 -2023/06/27-16:59:09.817222 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.817268 3132e6000 Delete type=3 #138 +2023/07/29-17:41:12.006900 30e998000 Recovering log #295 +2023/07/29-17:41:12.007457 30e998000 Delete type=3 #294 +2023/07/29-17:41:12.007535 30e998000 Delete type=0 #295 +2023/07/29-17:52:57.285299 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.285421 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.285595 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.286047 30aaab000 Manual compaction at level-0 from '!items!2ENNMqilV1qoB35e' @ 72057594037927935 : 1 .. '!items!wgCCdteqRb8KY8bn' @ 0 : 0; will stop at (end) diff --git a/packs/artifacts-superhero/MANIFEST-000142 b/packs/artifacts-superhero/MANIFEST-000300 similarity index 82% rename from packs/artifacts-superhero/MANIFEST-000142 rename to packs/artifacts-superhero/MANIFEST-000300 index 8a7e32a..b6f14c2 100644 Binary files a/packs/artifacts-superhero/MANIFEST-000142 and b/packs/artifacts-superhero/MANIFEST-000300 differ diff --git a/packs/basic-creatures-and-npcs/000013.ldb b/packs/basic-creatures-and-npcs/000013.ldb deleted file mode 100644 index ed22d41..0000000 Binary files a/packs/basic-creatures-and-npcs/000013.ldb and /dev/null differ diff --git a/packs/basic-creatures-and-npcs/000303.ldb b/packs/basic-creatures-and-npcs/000303.ldb new file mode 100644 index 0000000..6d00c6a Binary files /dev/null and b/packs/basic-creatures-and-npcs/000303.ldb differ diff --git a/packs/basic-creatures-and-npcs/000143.log b/packs/basic-creatures-and-npcs/000305.log similarity index 100% rename from packs/basic-creatures-and-npcs/000143.log rename to packs/basic-creatures-and-npcs/000305.log diff --git a/packs/basic-creatures-and-npcs/CURRENT b/packs/basic-creatures-and-npcs/CURRENT index 48a2453..3e78a5c 100644 --- a/packs/basic-creatures-and-npcs/CURRENT +++ b/packs/basic-creatures-and-npcs/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000304 diff --git a/packs/basic-creatures-and-npcs/LOG b/packs/basic-creatures-and-npcs/LOG index 845b9da..79a1287 100644 --- a/packs/basic-creatures-and-npcs/LOG +++ b/packs/basic-creatures-and-npcs/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.148994 30fd4c000 Recovering log #141 -2023/06/28-08:22:10.149487 30fd4c000 Delete type=0 #141 -2023/06/28-08:22:10.149538 30fd4c000 Delete type=3 #140 +2023/07/29-17:53:00.944012 30e998000 Recovering log #301 +2023/07/29-17:53:00.944538 30e998000 Delete type=0 #301 +2023/07/29-17:53:00.944586 30e998000 Delete type=3 #299 diff --git a/packs/basic-creatures-and-npcs/LOG.old b/packs/basic-creatures-and-npcs/LOG.old index a5d4cd4..8426a67 100644 --- a/packs/basic-creatures-and-npcs/LOG.old +++ b/packs/basic-creatures-and-npcs/LOG.old @@ -1,3 +1,14 @@ -2023/06/27-16:59:09.888349 3132e6000 Recovering log #139 -2023/06/27-16:59:09.888818 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.888852 3132e6000 Delete type=3 #138 +2023/07/29-17:41:12.113477 30f996000 Recovering log #298 +2023/07/29-17:41:12.114361 30f996000 Delete type=0 #298 +2023/07/29-17:41:12.114443 30f996000 Delete type=3 #296 +2023/07/29-17:52:57.289403 30aaab000 Level-0 table #302: started +2023/07/29-17:52:57.289519 30aaab000 Level-0 table #302: 0 bytes OK +2023/07/29-17:52:57.289696 30aaab000 Delete type=0 #300 +2023/07/29-17:52:57.298481 30aaab000 Manual compaction at level-0 from '!actors!0WiWAbNWXRypYxjh' @ 72057594037927935 : 1 .. '!actors!zfGhfwjEU0wvE9S2' @ 0 : 0; will stop at '!actors!zfGhfwjEU0wvE9S2' @ 667 : 1 +2023/07/29-17:52:57.298490 30aaab000 Compacting 1@0 + 1@1 files +2023/07/29-17:52:57.300763 30aaab000 Generated table #303@0: 158 keys, 121988 bytes +2023/07/29-17:52:57.300772 30aaab000 Compacted 1@0 + 1@1 files => 121988 bytes +2023/07/29-17:52:57.300831 30aaab000 compacted to: files[ 0 1 0 0 0 0 0 ] +2023/07/29-17:52:57.300875 30aaab000 Delete type=2 #263 +2023/07/29-17:52:57.300976 30aaab000 Delete type=2 #297 +2023/07/29-17:52:57.302970 30aaab000 Manual compaction at level-0 from '!actors!zfGhfwjEU0wvE9S2' @ 667 : 1 .. '!actors!zfGhfwjEU0wvE9S2' @ 0 : 0; will stop at (end) diff --git a/packs/basic-creatures-and-npcs/MANIFEST-000142 b/packs/basic-creatures-and-npcs/MANIFEST-000142 deleted file mode 100644 index c06fbbd..0000000 Binary files a/packs/basic-creatures-and-npcs/MANIFEST-000142 and /dev/null differ diff --git a/packs/basic-creatures-and-npcs/MANIFEST-000304 b/packs/basic-creatures-and-npcs/MANIFEST-000304 new file mode 100644 index 0000000..1c89250 Binary files /dev/null and b/packs/basic-creatures-and-npcs/MANIFEST-000304 differ diff --git a/packs/basic-skills/000143.log b/packs/basic-skills/000301.log similarity index 100% rename from packs/basic-skills/000143.log rename to packs/basic-skills/000301.log diff --git a/packs/basic-skills/CURRENT b/packs/basic-skills/CURRENT index 48a2453..16abe4a 100644 --- a/packs/basic-skills/CURRENT +++ b/packs/basic-skills/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/basic-skills/LOG b/packs/basic-skills/LOG index 13115cb..7424842 100644 --- a/packs/basic-skills/LOG +++ b/packs/basic-skills/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.041494 31054b000 Recovering log #141 -2023/06/28-08:22:10.041889 31054b000 Delete type=0 #141 -2023/06/28-08:22:10.041927 31054b000 Delete type=3 #140 +2023/07/29-17:53:00.882054 30f197000 Recovering log #298 +2023/07/29-17:53:00.882683 30f197000 Delete type=0 #298 +2023/07/29-17:53:00.882844 30f197000 Delete type=3 #296 diff --git a/packs/basic-skills/LOG.old b/packs/basic-skills/LOG.old index ca45d5a..cff5c7f 100644 --- a/packs/basic-skills/LOG.old +++ b/packs/basic-skills/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.758309 313ae5000 Recovering log #139 -2023/06/27-16:59:09.758900 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.758958 313ae5000 Delete type=3 #138 +2023/07/29-17:41:11.912624 30f197000 Recovering log #295 +2023/07/29-17:41:11.913255 30f197000 Delete type=3 #294 +2023/07/29-17:41:11.913341 30f197000 Delete type=0 #295 +2023/07/29-17:52:57.273709 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.273830 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.274096 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.274207 30aaab000 Manual compaction at level-0 from '!items!5X8qgmSuvRVNTiaP' @ 72057594037927935 : 1 .. '!items!zhQK4a79V1U6iuq8' @ 0 : 0; will stop at (end) diff --git a/packs/basic-skills/MANIFEST-000142 b/packs/basic-skills/MANIFEST-000300 similarity index 82% rename from packs/basic-skills/MANIFEST-000142 rename to packs/basic-skills/MANIFEST-000300 index 2adcf72..4a4c6f9 100644 Binary files a/packs/basic-skills/MANIFEST-000142 and b/packs/basic-skills/MANIFEST-000300 differ diff --git a/packs/creatures/000013.ldb b/packs/creatures/000013.ldb deleted file mode 100644 index 5f45a45..0000000 Binary files a/packs/creatures/000013.ldb and /dev/null differ diff --git a/packs/creatures/000305.ldb b/packs/creatures/000305.ldb new file mode 100644 index 0000000..96da12c Binary files /dev/null and b/packs/creatures/000305.ldb differ diff --git a/packs/creatures/000143.log b/packs/creatures/000307.log similarity index 100% rename from packs/creatures/000143.log rename to packs/creatures/000307.log diff --git a/packs/creatures/CURRENT b/packs/creatures/CURRENT index 48a2453..759a159 100644 --- a/packs/creatures/CURRENT +++ b/packs/creatures/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000306 diff --git a/packs/creatures/LOG b/packs/creatures/LOG index 36bb6d5..611c88d 100644 --- a/packs/creatures/LOG +++ b/packs/creatures/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.142706 311549000 Recovering log #141 -2023/06/28-08:22:10.143183 311549000 Delete type=0 #141 -2023/06/28-08:22:10.143321 311549000 Delete type=3 #140 +2023/07/29-17:53:00.939165 30f996000 Recovering log #303 +2023/07/29-17:53:00.939780 30f996000 Delete type=3 #301 +2023/07/29-17:53:00.939852 30f996000 Delete type=0 #303 diff --git a/packs/creatures/LOG.old b/packs/creatures/LOG.old index 50ccdba..fd886f1 100644 --- a/packs/creatures/LOG.old +++ b/packs/creatures/LOG.old @@ -1,3 +1,14 @@ -2023/06/27-16:59:09.871717 3122e8000 Recovering log #139 -2023/06/27-16:59:09.872076 3122e8000 Delete type=0 #139 -2023/06/27-16:59:09.872108 3122e8000 Delete type=3 #138 +2023/07/29-17:41:12.098798 30f996000 Recovering log #300 +2023/07/29-17:41:12.099625 30f996000 Delete type=0 #300 +2023/07/29-17:41:12.099709 30f996000 Delete type=3 #298 +2023/07/29-17:52:57.289068 30aaab000 Level-0 table #304: started +2023/07/29-17:52:57.289152 30aaab000 Level-0 table #304: 0 bytes OK +2023/07/29-17:52:57.289343 30aaab000 Delete type=0 #302 +2023/07/29-17:52:57.289762 30aaab000 Manual compaction at level-0 from '!actors!02LotzBPq6hZTu2N' @ 72057594037927935 : 1 .. '!actors.items!4dIvoNg3PN9MC6Nl.S29Nxh0DbY3gheKl' @ 0 : 0; will stop at '!actors!zPkBPq6VPLEKtQPE' @ 813 : 1 +2023/07/29-17:52:57.289769 30aaab000 Compacting 1@0 + 1@1 files +2023/07/29-17:52:57.297693 30aaab000 Generated table #305@0: 153 keys, 475652 bytes +2023/07/29-17:52:57.297704 30aaab000 Compacted 1@0 + 1@1 files => 475652 bytes +2023/07/29-17:52:57.297765 30aaab000 compacted to: files[ 0 1 0 0 0 0 0 ] +2023/07/29-17:52:57.297877 30aaab000 Delete type=2 #299 +2023/07/29-17:52:57.298010 30aaab000 Delete type=2 #295 +2023/07/29-17:52:57.301406 30aaab000 Manual compaction at level-0 from '!actors!zPkBPq6VPLEKtQPE' @ 813 : 1 .. '!actors.items!4dIvoNg3PN9MC6Nl.S29Nxh0DbY3gheKl' @ 0 : 0; will stop at (end) diff --git a/packs/creatures/MANIFEST-000142 b/packs/creatures/MANIFEST-000142 deleted file mode 100644 index 6a89185..0000000 Binary files a/packs/creatures/MANIFEST-000142 and /dev/null differ diff --git a/packs/creatures/MANIFEST-000306 b/packs/creatures/MANIFEST-000306 new file mode 100644 index 0000000..a0cef97 Binary files /dev/null and b/packs/creatures/MANIFEST-000306 differ diff --git a/packs/cypher-journals/000145.log b/packs/cypher-journals/000303.log similarity index 100% rename from packs/cypher-journals/000145.log rename to packs/cypher-journals/000303.log diff --git a/packs/cypher-journals/CURRENT b/packs/cypher-journals/CURRENT index 3e77273..093b738 100644 --- a/packs/cypher-journals/CURRENT +++ b/packs/cypher-journals/CURRENT @@ -1 +1 @@ -MANIFEST-000144 +MANIFEST-000302 diff --git a/packs/cypher-journals/LOG b/packs/cypher-journals/LOG index 9b7bc9d..efb5a54 100644 --- a/packs/cypher-journals/LOG +++ b/packs/cypher-journals/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.151272 310d4a000 Recovering log #143 -2023/06/28-08:22:10.152599 310d4a000 Delete type=3 #142 -2023/06/28-08:22:10.152655 310d4a000 Delete type=0 #143 +2023/07/29-17:53:00.945147 310195000 Recovering log #300 +2023/07/29-17:53:00.945733 310195000 Delete type=0 #300 +2023/07/29-17:53:00.945797 310195000 Delete type=3 #298 diff --git a/packs/cypher-journals/LOG.old b/packs/cypher-journals/LOG.old index 72b701c..9d6a6f7 100644 --- a/packs/cypher-journals/LOG.old +++ b/packs/cypher-journals/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.891848 3122e8000 Recovering log #141 -2023/06/27-16:59:09.892399 3122e8000 Delete type=0 #141 -2023/06/27-16:59:09.892462 3122e8000 Delete type=3 #140 +2023/07/29-17:41:12.113495 310195000 Recovering log #297 +2023/07/29-17:41:12.114396 310195000 Delete type=0 #297 +2023/07/29-17:41:12.114476 310195000 Delete type=3 #296 +2023/07/29-17:52:57.302998 30aaab000 Level-0 table #301: started +2023/07/29-17:52:57.303140 30aaab000 Level-0 table #301: 0 bytes OK +2023/07/29-17:52:57.303452 30aaab000 Delete type=0 #299 +2023/07/29-17:52:57.304086 30aaab000 Manual compaction at level-0 from '!folders!PVDUdSijk7bQINpP' @ 72057594037927935 : 1 .. '!journal.pages!nnDPf4sPK61ROEV8.pv2wF08b4nAjfygJ' @ 0 : 0; will stop at (end) diff --git a/packs/cypher-journals/MANIFEST-000144 b/packs/cypher-journals/MANIFEST-000302 similarity index 61% rename from packs/cypher-journals/MANIFEST-000144 rename to packs/cypher-journals/MANIFEST-000302 index 28b4294..e9e7f18 100644 Binary files a/packs/cypher-journals/MANIFEST-000144 and b/packs/cypher-journals/MANIFEST-000302 differ diff --git a/packs/cypher-roll-tables/000145.log b/packs/cypher-roll-tables/000303.log similarity index 100% rename from packs/cypher-roll-tables/000145.log rename to packs/cypher-roll-tables/000303.log diff --git a/packs/cypher-roll-tables/CURRENT b/packs/cypher-roll-tables/CURRENT index 3e77273..093b738 100644 --- a/packs/cypher-roll-tables/CURRENT +++ b/packs/cypher-roll-tables/CURRENT @@ -1 +1 @@ -MANIFEST-000144 +MANIFEST-000302 diff --git a/packs/cypher-roll-tables/LOG b/packs/cypher-roll-tables/LOG index 80d4f80..eb4d563 100644 --- a/packs/cypher-roll-tables/LOG +++ b/packs/cypher-roll-tables/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.155923 31054b000 Recovering log #143 -2023/06/28-08:22:10.156416 31054b000 Delete type=3 #142 -2023/06/28-08:22:10.156471 31054b000 Delete type=0 #143 +2023/07/29-17:53:00.947559 310195000 Recovering log #300 +2023/07/29-17:53:00.948156 310195000 Delete type=0 #300 +2023/07/29-17:53:00.948223 310195000 Delete type=3 #298 diff --git a/packs/cypher-roll-tables/LOG.old b/packs/cypher-roll-tables/LOG.old index 2d66b6c..76614b9 100644 --- a/packs/cypher-roll-tables/LOG.old +++ b/packs/cypher-roll-tables/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.896944 312ae7000 Recovering log #141 -2023/06/27-16:59:09.897294 312ae7000 Delete type=0 #141 -2023/06/27-16:59:09.897324 312ae7000 Delete type=3 #140 +2023/07/29-17:41:12.174495 30f996000 Recovering log #297 +2023/07/29-17:41:12.175704 30f996000 Delete type=0 #297 +2023/07/29-17:41:12.175778 30f996000 Delete type=3 #296 +2023/07/29-17:52:57.301064 30aaab000 Level-0 table #301: started +2023/07/29-17:52:57.301172 30aaab000 Level-0 table #301: 0 bytes OK +2023/07/29-17:52:57.301355 30aaab000 Delete type=0 #299 +2023/07/29-17:52:57.302986 30aaab000 Manual compaction at level-0 from '!folders!0RS7WhapO2MR1n3V' @ 72057594037927935 : 1 .. '!tables.results!zDo6fnblxkAjzvc3.zbFfFku7flreoesW' @ 0 : 0; will stop at (end) diff --git a/packs/cypher-roll-tables/MANIFEST-000144 b/packs/cypher-roll-tables/MANIFEST-000302 similarity index 68% rename from packs/cypher-roll-tables/MANIFEST-000144 rename to packs/cypher-roll-tables/MANIFEST-000302 index cae4e7a..e74fc5b 100644 Binary files a/packs/cypher-roll-tables/MANIFEST-000144 and b/packs/cypher-roll-tables/MANIFEST-000302 differ diff --git a/packs/cyphers-fairy-tale/000143.log b/packs/cyphers-fairy-tale/000301.log similarity index 100% rename from packs/cyphers-fairy-tale/000143.log rename to packs/cyphers-fairy-tale/000301.log diff --git a/packs/cyphers-fairy-tale/CURRENT b/packs/cyphers-fairy-tale/CURRENT index 48a2453..16abe4a 100644 --- a/packs/cyphers-fairy-tale/CURRENT +++ b/packs/cyphers-fairy-tale/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/cyphers-fairy-tale/LOG b/packs/cyphers-fairy-tale/LOG index f23f2db..fe54d32 100644 --- a/packs/cyphers-fairy-tale/LOG +++ b/packs/cyphers-fairy-tale/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.134296 31054b000 Recovering log #141 -2023/06/28-08:22:10.134873 31054b000 Delete type=0 #141 -2023/06/28-08:22:10.134909 31054b000 Delete type=3 #140 +2023/07/29-17:53:00.934985 30f996000 Recovering log #298 +2023/07/29-17:53:00.935538 30f996000 Delete type=0 #298 +2023/07/29-17:53:00.935605 30f996000 Delete type=3 #296 diff --git a/packs/cyphers-fairy-tale/LOG.old b/packs/cyphers-fairy-tale/LOG.old index 2fc30d8..863c2a7 100644 --- a/packs/cyphers-fairy-tale/LOG.old +++ b/packs/cyphers-fairy-tale/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.869520 313ae5000 Recovering log #139 -2023/06/27-16:59:09.869925 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.869960 313ae5000 Delete type=3 #138 +2023/07/29-17:41:12.089896 30f996000 Recovering log #295 +2023/07/29-17:41:12.090808 30f996000 Delete type=3 #294 +2023/07/29-17:41:12.091110 30f996000 Delete type=0 #295 +2023/07/29-17:52:57.288406 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.288495 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.288656 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.289394 30aaab000 Manual compaction at level-0 from '!items!0Mi9xL3CoXPImuQU' @ 72057594037927935 : 1 .. '!items!y8EJPwSZ1KzEvY5W' @ 0 : 0; will stop at (end) diff --git a/packs/cyphers-fairy-tale/MANIFEST-000142 b/packs/cyphers-fairy-tale/MANIFEST-000300 similarity index 82% rename from packs/cyphers-fairy-tale/MANIFEST-000142 rename to packs/cyphers-fairy-tale/MANIFEST-000300 index a029f0b..f0d4ca3 100644 Binary files a/packs/cyphers-fairy-tale/MANIFEST-000142 and b/packs/cyphers-fairy-tale/MANIFEST-000300 differ diff --git a/packs/cyphers-fantasy/000143.log b/packs/cyphers-fantasy/000301.log similarity index 100% rename from packs/cyphers-fantasy/000143.log rename to packs/cyphers-fantasy/000301.log diff --git a/packs/cyphers-fantasy/CURRENT b/packs/cyphers-fantasy/CURRENT index 48a2453..16abe4a 100644 --- a/packs/cyphers-fantasy/CURRENT +++ b/packs/cyphers-fantasy/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/cyphers-fantasy/LOG b/packs/cyphers-fantasy/LOG index 6e03511..79e88d1 100644 --- a/packs/cyphers-fantasy/LOG +++ b/packs/cyphers-fantasy/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.064514 31054b000 Recovering log #141 -2023/06/28-08:22:10.064926 31054b000 Delete type=0 #141 -2023/06/28-08:22:10.065218 31054b000 Delete type=3 #140 +2023/07/29-17:53:00.899035 30e998000 Recovering log #298 +2023/07/29-17:53:00.899550 30e998000 Delete type=0 #298 +2023/07/29-17:53:00.899604 30e998000 Delete type=3 #296 diff --git a/packs/cyphers-fantasy/LOG.old b/packs/cyphers-fantasy/LOG.old index 577754d..be345cf 100644 --- a/packs/cyphers-fantasy/LOG.old +++ b/packs/cyphers-fantasy/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.779652 313ae5000 Recovering log #139 -2023/06/27-16:59:09.780320 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.780366 313ae5000 Delete type=3 #138 +2023/07/29-17:41:11.971283 310195000 Recovering log #295 +2023/07/29-17:41:11.971975 310195000 Delete type=3 #294 +2023/07/29-17:41:11.972057 310195000 Delete type=0 #295 +2023/07/29-17:52:57.277171 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.277264 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.277455 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.279319 30aaab000 Manual compaction at level-0 from '!items!7JDsaQfcg5oEt3Xn' @ 72057594037927935 : 1 .. '!items!xTvbEVqKiRDR7gRL' @ 0 : 0; will stop at (end) diff --git a/packs/cyphers-fantasy/MANIFEST-000142 b/packs/cyphers-fantasy/MANIFEST-000300 similarity index 82% rename from packs/cyphers-fantasy/MANIFEST-000142 rename to packs/cyphers-fantasy/MANIFEST-000300 index afcfbae..dda85a6 100644 Binary files a/packs/cyphers-fantasy/MANIFEST-000142 and b/packs/cyphers-fantasy/MANIFEST-000300 differ diff --git a/packs/cyphers-horror/000143.log b/packs/cyphers-horror/000301.log similarity index 100% rename from packs/cyphers-horror/000143.log rename to packs/cyphers-horror/000301.log diff --git a/packs/cyphers-horror/CURRENT b/packs/cyphers-horror/CURRENT index 48a2453..16abe4a 100644 --- a/packs/cyphers-horror/CURRENT +++ b/packs/cyphers-horror/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/cyphers-horror/LOG b/packs/cyphers-horror/LOG index e9ad549..8cfb7eb 100644 --- a/packs/cyphers-horror/LOG +++ b/packs/cyphers-horror/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.086687 310d4a000 Recovering log #141 -2023/06/28-08:22:10.087091 310d4a000 Delete type=0 #141 -2023/06/28-08:22:10.087126 310d4a000 Delete type=3 #140 +2023/07/29-17:53:00.919121 30e998000 Recovering log #298 +2023/07/29-17:53:00.919693 30e998000 Delete type=0 #298 +2023/07/29-17:53:00.919744 30e998000 Delete type=3 #296 diff --git a/packs/cyphers-horror/LOG.old b/packs/cyphers-horror/LOG.old index acfd5af..7cf6bbf 100644 --- a/packs/cyphers-horror/LOG.old +++ b/packs/cyphers-horror/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.799176 313ae5000 Recovering log #139 -2023/06/27-16:59:09.799592 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.799623 313ae5000 Delete type=3 #138 +2023/07/29-17:41:12.004246 30f197000 Recovering log #295 +2023/07/29-17:41:12.004782 30f197000 Delete type=3 #294 +2023/07/29-17:41:12.004855 30f197000 Delete type=0 #295 +2023/07/29-17:52:57.284933 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.285031 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.285226 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.285665 30aaab000 Manual compaction at level-0 from '!items!00hW0Qry5d8OFA51' @ 72057594037927935 : 1 .. '!items!yWn1TZGLEGMqkCI4' @ 0 : 0; will stop at (end) diff --git a/packs/cyphers-horror/MANIFEST-000142 b/packs/cyphers-horror/MANIFEST-000300 similarity index 82% rename from packs/cyphers-horror/MANIFEST-000142 rename to packs/cyphers-horror/MANIFEST-000300 index 4084f11..4e51c91 100644 Binary files a/packs/cyphers-horror/MANIFEST-000142 and b/packs/cyphers-horror/MANIFEST-000300 differ diff --git a/packs/cyphers-power-boost/000143.log b/packs/cyphers-power-boost/000301.log similarity index 100% rename from packs/cyphers-power-boost/000143.log rename to packs/cyphers-power-boost/000301.log diff --git a/packs/cyphers-power-boost/CURRENT b/packs/cyphers-power-boost/CURRENT index 48a2453..16abe4a 100644 --- a/packs/cyphers-power-boost/CURRENT +++ b/packs/cyphers-power-boost/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/cyphers-power-boost/LOG b/packs/cyphers-power-boost/LOG index b714ea4..4b6b47e 100644 --- a/packs/cyphers-power-boost/LOG +++ b/packs/cyphers-power-boost/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.100712 311549000 Recovering log #141 -2023/06/28-08:22:10.101156 311549000 Delete type=0 #141 -2023/06/28-08:22:10.101190 311549000 Delete type=3 #140 +2023/07/29-17:53:00.922675 30e998000 Recovering log #298 +2023/07/29-17:53:00.923305 30e998000 Delete type=0 #298 +2023/07/29-17:53:00.923360 30e998000 Delete type=3 #296 diff --git a/packs/cyphers-power-boost/LOG.old b/packs/cyphers-power-boost/LOG.old index f3dd633..13f3249 100644 --- a/packs/cyphers-power-boost/LOG.old +++ b/packs/cyphers-power-boost/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.816644 3122e8000 Recovering log #139 -2023/06/27-16:59:09.817200 3122e8000 Delete type=0 #139 -2023/06/27-16:59:09.817248 3122e8000 Delete type=3 #138 +2023/07/29-17:41:12.007479 30f197000 Recovering log #295 +2023/07/29-17:41:12.008047 30f197000 Delete type=3 #294 +2023/07/29-17:41:12.008143 30f197000 Delete type=0 #295 +2023/07/29-17:52:57.285675 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.285787 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.285995 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.286725 30aaab000 Manual compaction at level-0 from '!items!21qrMjA9SQFvWfkp' @ 72057594037927935 : 1 .. '!items!xc7bsHHbEM84KLa9' @ 0 : 0; will stop at (end) diff --git a/packs/cyphers-power-boost/MANIFEST-000142 b/packs/cyphers-power-boost/MANIFEST-000300 similarity index 82% rename from packs/cyphers-power-boost/MANIFEST-000142 rename to packs/cyphers-power-boost/MANIFEST-000300 index 82be4d4..9cba970 100644 Binary files a/packs/cyphers-power-boost/MANIFEST-000142 and b/packs/cyphers-power-boost/MANIFEST-000300 differ diff --git a/packs/cyphers/000143.log b/packs/cyphers/000301.log similarity index 100% rename from packs/cyphers/000143.log rename to packs/cyphers/000301.log diff --git a/packs/cyphers/CURRENT b/packs/cyphers/CURRENT index 48a2453..16abe4a 100644 --- a/packs/cyphers/CURRENT +++ b/packs/cyphers/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/cyphers/LOG b/packs/cyphers/LOG index 6af2571..aa9744d 100644 --- a/packs/cyphers/LOG +++ b/packs/cyphers/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.047682 31054b000 Recovering log #141 -2023/06/28-08:22:10.048200 31054b000 Delete type=0 #141 -2023/06/28-08:22:10.048236 31054b000 Delete type=3 #140 +2023/07/29-17:53:00.890847 30f996000 Recovering log #298 +2023/07/29-17:53:00.891337 30f996000 Delete type=0 #298 +2023/07/29-17:53:00.891387 30f996000 Delete type=3 #296 diff --git a/packs/cyphers/LOG.old b/packs/cyphers/LOG.old index bd33731..323df54 100644 --- a/packs/cyphers/LOG.old +++ b/packs/cyphers/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.768262 313ae5000 Recovering log #139 -2023/06/27-16:59:09.768619 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.768657 313ae5000 Delete type=3 #138 +2023/07/29-17:41:11.925422 310195000 Recovering log #295 +2023/07/29-17:41:11.925948 310195000 Delete type=3 #294 +2023/07/29-17:41:11.926026 310195000 Delete type=0 #295 +2023/07/29-17:52:57.275525 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.275610 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.275777 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.275863 30aaab000 Manual compaction at level-0 from '!items!0VkKJcPSO7Scn7Ef' @ 72057594037927935 : 1 .. '!items!zqv51NhAhlMBm2lG' @ 0 : 0; will stop at (end) diff --git a/packs/cyphers/MANIFEST-000142 b/packs/cyphers/MANIFEST-000300 similarity index 81% rename from packs/cyphers/MANIFEST-000142 rename to packs/cyphers/MANIFEST-000300 index 7a7e852..6965eae 100644 Binary files a/packs/cyphers/MANIFEST-000142 and b/packs/cyphers/MANIFEST-000300 differ diff --git a/packs/descriptor-characteristics/000143.log b/packs/descriptor-characteristics/000301.log similarity index 100% rename from packs/descriptor-characteristics/000143.log rename to packs/descriptor-characteristics/000301.log diff --git a/packs/descriptor-characteristics/CURRENT b/packs/descriptor-characteristics/CURRENT index 48a2453..16abe4a 100644 --- a/packs/descriptor-characteristics/CURRENT +++ b/packs/descriptor-characteristics/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/descriptor-characteristics/LOG b/packs/descriptor-characteristics/LOG index d26c5d3..c7c3037 100644 --- a/packs/descriptor-characteristics/LOG +++ b/packs/descriptor-characteristics/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.038778 30fd4c000 Recovering log #141 -2023/06/28-08:22:10.039109 30fd4c000 Delete type=0 #141 -2023/06/28-08:22:10.039134 30fd4c000 Delete type=3 #140 +2023/07/29-17:53:00.879146 30f197000 Recovering log #298 +2023/07/29-17:53:00.879609 30f197000 Delete type=0 #298 +2023/07/29-17:53:00.879650 30f197000 Delete type=3 #296 diff --git a/packs/descriptor-characteristics/LOG.old b/packs/descriptor-characteristics/LOG.old index 878659f..a69a0f7 100644 --- a/packs/descriptor-characteristics/LOG.old +++ b/packs/descriptor-characteristics/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.755103 3132e6000 Recovering log #139 -2023/06/27-16:59:09.755418 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.755442 3132e6000 Delete type=3 #138 +2023/07/29-17:41:11.908399 310195000 Recovering log #295 +2023/07/29-17:41:11.909123 310195000 Delete type=3 #294 +2023/07/29-17:41:11.909212 310195000 Delete type=0 #295 +2023/07/29-17:52:57.273002 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.273133 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.273327 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.274185 30aaab000 Manual compaction at level-0 from '!items!0efUBEaMaoe3XB4q' @ 72057594037927935 : 1 .. '!items!zKHJrLeBOfy0p9du' @ 0 : 0; will stop at (end) diff --git a/packs/descriptor-characteristics/MANIFEST-000142 b/packs/descriptor-characteristics/MANIFEST-000300 similarity index 82% rename from packs/descriptor-characteristics/MANIFEST-000142 rename to packs/descriptor-characteristics/MANIFEST-000300 index 9787252..c6e8b30 100644 Binary files a/packs/descriptor-characteristics/MANIFEST-000142 and b/packs/descriptor-characteristics/MANIFEST-000300 differ diff --git a/packs/equipment-fairy-tale/000143.log b/packs/equipment-fairy-tale/000301.log similarity index 100% rename from packs/equipment-fairy-tale/000143.log rename to packs/equipment-fairy-tale/000301.log diff --git a/packs/equipment-fairy-tale/CURRENT b/packs/equipment-fairy-tale/CURRENT index 48a2453..16abe4a 100644 --- a/packs/equipment-fairy-tale/CURRENT +++ b/packs/equipment-fairy-tale/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/equipment-fairy-tale/LOG b/packs/equipment-fairy-tale/LOG index 3c677e6..8a17111 100644 --- a/packs/equipment-fairy-tale/LOG +++ b/packs/equipment-fairy-tale/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.142214 310d4a000 Recovering log #141 -2023/06/28-08:22:10.142665 310d4a000 Delete type=0 #141 -2023/06/28-08:22:10.142699 310d4a000 Delete type=3 #140 +2023/07/29-17:53:00.939265 310195000 Recovering log #298 +2023/07/29-17:53:00.939845 310195000 Delete type=0 #298 +2023/07/29-17:53:00.939898 310195000 Delete type=3 #296 diff --git a/packs/equipment-fairy-tale/LOG.old b/packs/equipment-fairy-tale/LOG.old index 11231b7..355c8a6 100644 --- a/packs/equipment-fairy-tale/LOG.old +++ b/packs/equipment-fairy-tale/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.870059 3132e6000 Recovering log #139 -2023/06/27-16:59:09.870445 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.870478 3132e6000 Delete type=3 #138 +2023/07/29-17:41:12.097902 310195000 Recovering log #295 +2023/07/29-17:41:12.098781 310195000 Delete type=3 #294 +2023/07/29-17:41:12.098880 310195000 Delete type=0 #295 +2023/07/29-17:52:57.288721 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.288802 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.289012 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.289745 30aaab000 Manual compaction at level-0 from '!items!0LmUpE9QXm8Np4JX' @ 72057594037927935 : 1 .. '!items!zDyRjip6Txj1inW9' @ 0 : 0; will stop at (end) diff --git a/packs/equipment-fairy-tale/MANIFEST-000142 b/packs/equipment-fairy-tale/MANIFEST-000300 similarity index 82% rename from packs/equipment-fairy-tale/MANIFEST-000142 rename to packs/equipment-fairy-tale/MANIFEST-000300 index 05b31df..3e7dedd 100644 Binary files a/packs/equipment-fairy-tale/MANIFEST-000142 and b/packs/equipment-fairy-tale/MANIFEST-000300 differ diff --git a/packs/equipment-fantasy/000143.log b/packs/equipment-fantasy/000301.log similarity index 100% rename from packs/equipment-fantasy/000143.log rename to packs/equipment-fantasy/000301.log diff --git a/packs/equipment-fantasy/CURRENT b/packs/equipment-fantasy/CURRENT index 48a2453..16abe4a 100644 --- a/packs/equipment-fantasy/CURRENT +++ b/packs/equipment-fantasy/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/equipment-fantasy/LOG b/packs/equipment-fantasy/LOG index 50d8732..52bd093 100644 --- a/packs/equipment-fantasy/LOG +++ b/packs/equipment-fantasy/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.068554 311549000 Recovering log #141 -2023/06/28-08:22:10.069093 311549000 Delete type=0 #141 -2023/06/28-08:22:10.069132 311549000 Delete type=3 #140 +2023/07/29-17:53:00.901913 30f996000 Recovering log #298 +2023/07/29-17:53:00.902426 30f996000 Delete type=0 #298 +2023/07/29-17:53:00.902480 30f996000 Delete type=3 #296 diff --git a/packs/equipment-fantasy/LOG.old b/packs/equipment-fantasy/LOG.old index 18f837d..58c39d5 100644 --- a/packs/equipment-fantasy/LOG.old +++ b/packs/equipment-fantasy/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.781396 3122e8000 Recovering log #139 -2023/06/27-16:59:09.781745 3122e8000 Delete type=0 #139 -2023/06/27-16:59:09.781777 3122e8000 Delete type=3 #138 +2023/07/29-17:41:11.977270 30e998000 Recovering log #295 +2023/07/29-17:41:11.977840 30e998000 Delete type=3 #294 +2023/07/29-17:41:11.977918 30e998000 Delete type=0 #295 +2023/07/29-17:52:57.279329 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.279458 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.279666 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.280399 30aaab000 Manual compaction at level-0 from '!items!2H9cno4UHJndR0Lx' @ 72057594037927935 : 1 .. '!items!xdrtd5XmKC656Xa3' @ 0 : 0; will stop at (end) diff --git a/packs/equipment-fantasy/MANIFEST-000142 b/packs/equipment-fantasy/MANIFEST-000300 similarity index 82% rename from packs/equipment-fantasy/MANIFEST-000142 rename to packs/equipment-fantasy/MANIFEST-000300 index dc46e10..d92f5fb 100644 Binary files a/packs/equipment-fantasy/MANIFEST-000142 and b/packs/equipment-fantasy/MANIFEST-000300 differ diff --git a/packs/equipment-modern/000143.log b/packs/equipment-modern/000301.log similarity index 100% rename from packs/equipment-modern/000143.log rename to packs/equipment-modern/000301.log diff --git a/packs/equipment-modern/CURRENT b/packs/equipment-modern/CURRENT index 48a2453..16abe4a 100644 --- a/packs/equipment-modern/CURRENT +++ b/packs/equipment-modern/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/equipment-modern/LOG b/packs/equipment-modern/LOG index 87c9c33..23f5beb 100644 --- a/packs/equipment-modern/LOG +++ b/packs/equipment-modern/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.071644 310d4a000 Recovering log #141 -2023/06/28-08:22:10.071992 310d4a000 Delete type=0 #141 -2023/06/28-08:22:10.072029 310d4a000 Delete type=3 #140 +2023/07/29-17:53:00.904845 30e998000 Recovering log #298 +2023/07/29-17:53:00.905348 30e998000 Delete type=0 #298 +2023/07/29-17:53:00.905407 30e998000 Delete type=3 #296 diff --git a/packs/equipment-modern/LOG.old b/packs/equipment-modern/LOG.old index 11b5f0f..391422c 100644 --- a/packs/equipment-modern/LOG.old +++ b/packs/equipment-modern/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.786184 313ae5000 Recovering log #139 -2023/06/27-16:59:09.786509 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.786534 313ae5000 Delete type=3 #138 +2023/07/29-17:41:11.986569 30f996000 Recovering log #295 +2023/07/29-17:41:11.987462 30f996000 Delete type=3 #294 +2023/07/29-17:41:11.987565 30f996000 Delete type=0 #295 +2023/07/29-17:52:57.280408 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.280494 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.280657 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.281048 30aaab000 Manual compaction at level-0 from '!items!13woD4sUoJbNy1au' @ 72057594037927935 : 1 .. '!items!z7DWmc192wfrW5X4' @ 0 : 0; will stop at (end) diff --git a/packs/equipment-modern/MANIFEST-000142 b/packs/equipment-modern/MANIFEST-000300 similarity index 82% rename from packs/equipment-modern/MANIFEST-000142 rename to packs/equipment-modern/MANIFEST-000300 index ecb8b1d..4e3e132 100644 Binary files a/packs/equipment-modern/MANIFEST-000142 and b/packs/equipment-modern/MANIFEST-000300 differ diff --git a/packs/equipment-post-apocalyptic/000143.log b/packs/equipment-post-apocalyptic/000301.log similarity index 100% rename from packs/equipment-post-apocalyptic/000143.log rename to packs/equipment-post-apocalyptic/000301.log diff --git a/packs/equipment-post-apocalyptic/CURRENT b/packs/equipment-post-apocalyptic/CURRENT index 48a2453..16abe4a 100644 --- a/packs/equipment-post-apocalyptic/CURRENT +++ b/packs/equipment-post-apocalyptic/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/equipment-post-apocalyptic/LOG b/packs/equipment-post-apocalyptic/LOG index 24ef0f1..2477e1e 100644 --- a/packs/equipment-post-apocalyptic/LOG +++ b/packs/equipment-post-apocalyptic/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.119912 311549000 Recovering log #141 -2023/06/28-08:22:10.120325 311549000 Delete type=0 #141 -2023/06/28-08:22:10.120355 311549000 Delete type=3 #140 +2023/07/29-17:53:00.931763 30f996000 Recovering log #298 +2023/07/29-17:53:00.932467 30f996000 Delete type=0 #298 +2023/07/29-17:53:00.932534 30f996000 Delete type=3 #296 diff --git a/packs/equipment-post-apocalyptic/LOG.old b/packs/equipment-post-apocalyptic/LOG.old index dbb509d..709096f 100644 --- a/packs/equipment-post-apocalyptic/LOG.old +++ b/packs/equipment-post-apocalyptic/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.852091 312ae7000 Recovering log #139 -2023/06/27-16:59:09.855773 312ae7000 Delete type=0 #139 -2023/06/27-16:59:09.855854 312ae7000 Delete type=3 #138 +2023/07/29-17:41:12.075247 30f197000 Recovering log #295 +2023/07/29-17:41:12.076032 30f197000 Delete type=3 #294 +2023/07/29-17:41:12.076119 30f197000 Delete type=0 #295 +2023/07/29-17:52:57.287793 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.287872 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.288009 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.288397 30aaab000 Manual compaction at level-0 from '!items!0vFrABenylbBi3yw' @ 72057594037927935 : 1 .. '!items!s23m8lRUYCXNthKZ' @ 0 : 0; will stop at (end) diff --git a/packs/equipment-post-apocalyptic/MANIFEST-000142 b/packs/equipment-post-apocalyptic/MANIFEST-000300 similarity index 82% rename from packs/equipment-post-apocalyptic/MANIFEST-000142 rename to packs/equipment-post-apocalyptic/MANIFEST-000300 index bd4baad..1fcaa66 100644 Binary files a/packs/equipment-post-apocalyptic/MANIFEST-000142 and b/packs/equipment-post-apocalyptic/MANIFEST-000300 differ diff --git a/packs/equipment-sci-fi/000144.log b/packs/equipment-sci-fi/000302.log similarity index 100% rename from packs/equipment-sci-fi/000144.log rename to packs/equipment-sci-fi/000302.log diff --git a/packs/equipment-sci-fi/CURRENT b/packs/equipment-sci-fi/CURRENT index f52d399..066a17b 100644 --- a/packs/equipment-sci-fi/CURRENT +++ b/packs/equipment-sci-fi/CURRENT @@ -1 +1 @@ -MANIFEST-000143 +MANIFEST-000301 diff --git a/packs/equipment-sci-fi/LOG b/packs/equipment-sci-fi/LOG index 29e088e..ff1c576 100644 --- a/packs/equipment-sci-fi/LOG +++ b/packs/equipment-sci-fi/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.075511 31054b000 Recovering log #142 -2023/06/28-08:22:10.075858 31054b000 Delete type=3 #141 -2023/06/28-08:22:10.075909 31054b000 Delete type=0 #142 +2023/07/29-17:53:00.910352 310195000 Recovering log #299 +2023/07/29-17:53:00.910919 310195000 Delete type=0 #299 +2023/07/29-17:53:00.910978 310195000 Delete type=3 #297 diff --git a/packs/equipment-sci-fi/LOG.old b/packs/equipment-sci-fi/LOG.old index 2729677..c17e485 100644 --- a/packs/equipment-sci-fi/LOG.old +++ b/packs/equipment-sci-fi/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.791472 312ae7000 Recovering log #140 -2023/06/27-16:59:09.791816 312ae7000 Delete type=3 #139 -2023/06/27-16:59:09.791867 312ae7000 Delete type=0 #140 +2023/07/29-17:41:11.993741 30f197000 Recovering log #296 +2023/07/29-17:41:11.994314 30f197000 Delete type=3 #295 +2023/07/29-17:41:11.994386 30f197000 Delete type=0 #296 +2023/07/29-17:52:57.281786 30aaab000 Level-0 table #300: started +2023/07/29-17:52:57.281902 30aaab000 Level-0 table #300: 0 bytes OK +2023/07/29-17:52:57.282099 30aaab000 Delete type=0 #298 +2023/07/29-17:52:57.282553 30aaab000 Manual compaction at level-0 from '!folders!40FMwVrL57gMPm5j' @ 72057594037927935 : 1 .. '!items!zbpEwiFp6gIIzBhf' @ 0 : 0; will stop at (end) diff --git a/packs/equipment-sci-fi/MANIFEST-000143 b/packs/equipment-sci-fi/MANIFEST-000301 similarity index 80% rename from packs/equipment-sci-fi/MANIFEST-000143 rename to packs/equipment-sci-fi/MANIFEST-000301 index b3cbc44..78291e6 100644 Binary files a/packs/equipment-sci-fi/MANIFEST-000143 and b/packs/equipment-sci-fi/MANIFEST-000301 differ diff --git a/packs/expanded-skills/000143.log b/packs/expanded-skills/000301.log similarity index 100% rename from packs/expanded-skills/000143.log rename to packs/expanded-skills/000301.log diff --git a/packs/expanded-skills/CURRENT b/packs/expanded-skills/CURRENT index 48a2453..16abe4a 100644 --- a/packs/expanded-skills/CURRENT +++ b/packs/expanded-skills/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/expanded-skills/LOG b/packs/expanded-skills/LOG index eb97add..0695063 100644 --- a/packs/expanded-skills/LOG +++ b/packs/expanded-skills/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.043565 310d4a000 Recovering log #141 -2023/06/28-08:22:10.043963 310d4a000 Delete type=0 #141 -2023/06/28-08:22:10.044001 310d4a000 Delete type=3 #140 +2023/07/29-17:53:00.887333 30e998000 Recovering log #298 +2023/07/29-17:53:00.888007 30e998000 Delete type=0 #298 +2023/07/29-17:53:00.888064 30e998000 Delete type=3 #296 diff --git a/packs/expanded-skills/LOG.old b/packs/expanded-skills/LOG.old index 19d8882..9b56e5a 100644 --- a/packs/expanded-skills/LOG.old +++ b/packs/expanded-skills/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.760261 313ae5000 Recovering log #139 -2023/06/27-16:59:09.760783 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.760848 313ae5000 Delete type=3 #138 +2023/07/29-17:41:11.917438 30f197000 Recovering log #295 +2023/07/29-17:41:11.918086 30f197000 Delete type=3 #294 +2023/07/29-17:41:11.918164 30f197000 Delete type=0 #295 +2023/07/29-17:52:57.274408 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.274524 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.274744 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.275827 30aaab000 Manual compaction at level-0 from '!items!0aNwCJ6Xn5mLC3OO' @ 72057594037927935 : 1 .. '!items!zz0QUtOoUro9OErB' @ 0 : 0; will stop at (end) diff --git a/packs/expanded-skills/MANIFEST-000142 b/packs/expanded-skills/MANIFEST-000300 similarity index 82% rename from packs/expanded-skills/MANIFEST-000142 rename to packs/expanded-skills/MANIFEST-000300 index e9a5f0c..87b7068 100644 Binary files a/packs/expanded-skills/MANIFEST-000142 and b/packs/expanded-skills/MANIFEST-000300 differ diff --git a/packs/inabilities/000143.log b/packs/inabilities/000301.log similarity index 100% rename from packs/inabilities/000143.log rename to packs/inabilities/000301.log diff --git a/packs/inabilities/CURRENT b/packs/inabilities/CURRENT index 48a2453..16abe4a 100644 --- a/packs/inabilities/CURRENT +++ b/packs/inabilities/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/inabilities/LOG b/packs/inabilities/LOG index 5bda620..a7efd51 100644 --- a/packs/inabilities/LOG +++ b/packs/inabilities/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.043731 31054b000 Recovering log #141 -2023/06/28-08:22:10.044149 31054b000 Delete type=0 #141 -2023/06/28-08:22:10.044247 31054b000 Delete type=3 #140 +2023/07/29-17:53:00.888213 310195000 Recovering log #298 +2023/07/29-17:53:00.888759 310195000 Delete type=0 #298 +2023/07/29-17:53:00.888815 310195000 Delete type=3 #296 diff --git a/packs/inabilities/LOG.old b/packs/inabilities/LOG.old index e55616f..126b917 100644 --- a/packs/inabilities/LOG.old +++ b/packs/inabilities/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.764913 3132e6000 Recovering log #139 -2023/06/27-16:59:09.765696 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.765749 3132e6000 Delete type=3 #138 +2023/07/29-17:41:11.918458 310195000 Recovering log #295 +2023/07/29-17:41:11.918988 310195000 Delete type=3 #294 +2023/07/29-17:41:11.919059 310195000 Delete type=0 #295 +2023/07/29-17:52:57.274800 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.274944 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.275136 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.275840 30aaab000 Manual compaction at level-0 from '!items!1Jo8JX85AfL1Kx5P' @ 72057594037927935 : 1 .. '!items!zHgQDe14mPF3G95Q' @ 0 : 0; will stop at (end) diff --git a/packs/inabilities/MANIFEST-000142 b/packs/inabilities/MANIFEST-000300 similarity index 82% rename from packs/inabilities/MANIFEST-000142 rename to packs/inabilities/MANIFEST-000300 index 2d2dc98..e1443c8 100644 Binary files a/packs/inabilities/MANIFEST-000142 and b/packs/inabilities/MANIFEST-000300 differ diff --git a/packs/npcs/000013.ldb b/packs/npcs/000013.ldb deleted file mode 100644 index 13f852e..0000000 Binary files a/packs/npcs/000013.ldb and /dev/null differ diff --git a/packs/npcs/000303.ldb b/packs/npcs/000303.ldb new file mode 100644 index 0000000..01ca240 Binary files /dev/null and b/packs/npcs/000303.ldb differ diff --git a/packs/npcs/000143.log b/packs/npcs/000305.log similarity index 100% rename from packs/npcs/000143.log rename to packs/npcs/000305.log diff --git a/packs/npcs/CURRENT b/packs/npcs/CURRENT index 48a2453..3e78a5c 100644 --- a/packs/npcs/CURRENT +++ b/packs/npcs/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000304 diff --git a/packs/npcs/LOG b/packs/npcs/LOG index 0064ae1..9137a9e 100644 --- a/packs/npcs/LOG +++ b/packs/npcs/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.145098 310d4a000 Recovering log #141 -2023/06/28-08:22:10.145604 310d4a000 Delete type=0 #141 -2023/06/28-08:22:10.145631 310d4a000 Delete type=3 #140 +2023/07/29-17:53:00.942373 30f197000 Recovering log #301 +2023/07/29-17:53:00.942958 30f197000 Delete type=0 #301 +2023/07/29-17:53:00.943009 30f197000 Delete type=3 #299 diff --git a/packs/npcs/LOG.old b/packs/npcs/LOG.old index a3f9522..5ea438b 100644 --- a/packs/npcs/LOG.old +++ b/packs/npcs/LOG.old @@ -1,3 +1,14 @@ -2023/06/27-16:59:09.872183 3132e6000 Recovering log #139 -2023/06/27-16:59:09.872516 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.872547 3132e6000 Delete type=3 #138 +2023/07/29-17:41:12.103730 310195000 Recovering log #298 +2023/07/29-17:41:12.104635 310195000 Delete type=0 #298 +2023/07/29-17:41:12.104713 310195000 Delete type=3 #296 +2023/07/29-17:52:57.298099 30aaab000 Level-0 table #302: started +2023/07/29-17:52:57.298240 30aaab000 Level-0 table #302: 0 bytes OK +2023/07/29-17:52:57.298423 30aaab000 Delete type=0 #300 +2023/07/29-17:52:57.301424 30aaab000 Manual compaction at level-0 from '!actors!17FhJIqwNpdkCE3Q' @ 72057594037927935 : 1 .. '!actors!zuIZxopJiJL4VBVh' @ 0 : 0; will stop at '!actors!zuIZxopJiJL4VBVh' @ 78 : 1 +2023/07/29-17:52:57.301430 30aaab000 Compacting 1@0 + 1@1 files +2023/07/29-17:52:57.302574 30aaab000 Generated table #303@0: 24 keys, 46959 bytes +2023/07/29-17:52:57.302586 30aaab000 Compacted 1@0 + 1@1 files => 46959 bytes +2023/07/29-17:52:57.302664 30aaab000 compacted to: files[ 0 1 0 0 0 0 0 ] +2023/07/29-17:52:57.302751 30aaab000 Delete type=2 #263 +2023/07/29-17:52:57.302865 30aaab000 Delete type=2 #297 +2023/07/29-17:52:57.303682 30aaab000 Manual compaction at level-0 from '!actors!zuIZxopJiJL4VBVh' @ 78 : 1 .. '!actors!zuIZxopJiJL4VBVh' @ 0 : 0; will stop at (end) diff --git a/packs/npcs/MANIFEST-000142 b/packs/npcs/MANIFEST-000142 deleted file mode 100644 index 7ceac46..0000000 Binary files a/packs/npcs/MANIFEST-000142 and /dev/null differ diff --git a/packs/npcs/MANIFEST-000304 b/packs/npcs/MANIFEST-000304 new file mode 100644 index 0000000..25da047 Binary files /dev/null and b/packs/npcs/MANIFEST-000304 differ diff --git a/packs/posthuman-packages-sci-fi/000143.log b/packs/posthuman-packages-sci-fi/000301.log similarity index 100% rename from packs/posthuman-packages-sci-fi/000143.log rename to packs/posthuman-packages-sci-fi/000301.log diff --git a/packs/posthuman-packages-sci-fi/CURRENT b/packs/posthuman-packages-sci-fi/CURRENT index 48a2453..16abe4a 100644 --- a/packs/posthuman-packages-sci-fi/CURRENT +++ b/packs/posthuman-packages-sci-fi/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/posthuman-packages-sci-fi/LOG b/packs/posthuman-packages-sci-fi/LOG index 6cad20a..890220a 100644 --- a/packs/posthuman-packages-sci-fi/LOG +++ b/packs/posthuman-packages-sci-fi/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.076901 310d4a000 Recovering log #141 -2023/06/28-08:22:10.077375 310d4a000 Delete type=0 #141 -2023/06/28-08:22:10.077403 310d4a000 Delete type=3 #140 +2023/07/29-17:53:00.913353 30f197000 Recovering log #298 +2023/07/29-17:53:00.913959 30f197000 Delete type=0 #298 +2023/07/29-17:53:00.914029 30f197000 Delete type=3 #296 diff --git a/packs/posthuman-packages-sci-fi/LOG.old b/packs/posthuman-packages-sci-fi/LOG.old index 22a7326..e0886e6 100644 --- a/packs/posthuman-packages-sci-fi/LOG.old +++ b/packs/posthuman-packages-sci-fi/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.791194 3132e6000 Recovering log #139 -2023/06/27-16:59:09.791578 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.791638 3132e6000 Delete type=3 #138 +2023/07/29-17:41:11.993762 30e998000 Recovering log #295 +2023/07/29-17:41:11.994363 30e998000 Delete type=3 #294 +2023/07/29-17:41:11.994464 30e998000 Delete type=0 #295 +2023/07/29-17:52:57.282179 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.282296 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.282503 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.283250 30aaab000 Manual compaction at level-0 from '!items!3wdzPU0Yqsajf8n9' @ 72057594037927935 : 1 .. '!items!eO9Z6F4peHuSqnCA' @ 0 : 0; will stop at (end) diff --git a/packs/posthuman-packages-sci-fi/MANIFEST-000142 b/packs/posthuman-packages-sci-fi/MANIFEST-000300 similarity index 82% rename from packs/posthuman-packages-sci-fi/MANIFEST-000142 rename to packs/posthuman-packages-sci-fi/MANIFEST-000300 index 288f3bb..aa22607 100644 Binary files a/packs/posthuman-packages-sci-fi/MANIFEST-000142 and b/packs/posthuman-packages-sci-fi/MANIFEST-000300 differ diff --git a/packs/power-shifts/000143.log b/packs/power-shifts/000301.log similarity index 100% rename from packs/power-shifts/000143.log rename to packs/power-shifts/000301.log diff --git a/packs/power-shifts/CURRENT b/packs/power-shifts/CURRENT index 48a2453..16abe4a 100644 --- a/packs/power-shifts/CURRENT +++ b/packs/power-shifts/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/power-shifts/LOG b/packs/power-shifts/LOG index 944edbf..e843d72 100644 --- a/packs/power-shifts/LOG +++ b/packs/power-shifts/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.104671 31054b000 Recovering log #141 -2023/06/28-08:22:10.105145 31054b000 Delete type=0 #141 -2023/06/28-08:22:10.105203 31054b000 Delete type=3 #140 +2023/07/29-17:53:00.926712 30e998000 Recovering log #298 +2023/07/29-17:53:00.927284 30e998000 Delete type=0 #298 +2023/07/29-17:53:00.927337 30e998000 Delete type=3 #296 diff --git a/packs/power-shifts/LOG.old b/packs/power-shifts/LOG.old index c04920b..da411fe 100644 --- a/packs/power-shifts/LOG.old +++ b/packs/power-shifts/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.832035 3122e8000 Recovering log #139 -2023/06/27-16:59:09.832639 3122e8000 Delete type=0 #139 -2023/06/27-16:59:09.832687 3122e8000 Delete type=3 #138 +2023/07/29-17:41:12.065614 30f996000 Recovering log #295 +2023/07/29-17:41:12.066768 30f996000 Delete type=3 #294 +2023/07/29-17:41:12.066897 30f996000 Delete type=0 #295 +2023/07/29-17:52:57.286056 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.286151 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.286370 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.287081 30aaab000 Manual compaction at level-0 from '!items!ClwsF2GBoWlGR9To' @ 72057594037927935 : 1 .. '!items!uQLh67ISIUJ4O3bC' @ 0 : 0; will stop at (end) diff --git a/packs/power-shifts/MANIFEST-000142 b/packs/power-shifts/MANIFEST-000300 similarity index 82% rename from packs/power-shifts/MANIFEST-000142 rename to packs/power-shifts/MANIFEST-000300 index 098e198..505e160 100644 Binary files a/packs/power-shifts/MANIFEST-000142 and b/packs/power-shifts/MANIFEST-000300 differ diff --git a/packs/starships/000042.ldb b/packs/starships/000042.ldb deleted file mode 100644 index 6a054c9..0000000 Binary files a/packs/starships/000042.ldb and /dev/null differ diff --git a/packs/starships/000302.ldb b/packs/starships/000302.ldb new file mode 100644 index 0000000..b3e63d2 Binary files /dev/null and b/packs/starships/000302.ldb differ diff --git a/packs/starships/000144.log b/packs/starships/000304.log similarity index 100% rename from packs/starships/000144.log rename to packs/starships/000304.log diff --git a/packs/starships/CURRENT b/packs/starships/CURRENT index f52d399..284c57b 100644 --- a/packs/starships/CURRENT +++ b/packs/starships/CURRENT @@ -1 +1 @@ -MANIFEST-000143 +MANIFEST-000303 diff --git a/packs/starships/LOG b/packs/starships/LOG index bcc1c73..98d6860 100644 --- a/packs/starships/LOG +++ b/packs/starships/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.078931 310d4a000 Recovering log #142 -2023/06/28-08:22:10.079527 310d4a000 Delete type=3 #141 -2023/06/28-08:22:10.079701 310d4a000 Delete type=0 #142 +2023/07/29-17:53:00.916295 30e998000 Recovering log #300 +2023/07/29-17:53:00.916873 30e998000 Delete type=0 #300 +2023/07/29-17:53:00.916934 30e998000 Delete type=3 #298 diff --git a/packs/starships/LOG.old b/packs/starships/LOG.old index a01cc30..c6697da 100644 --- a/packs/starships/LOG.old +++ b/packs/starships/LOG.old @@ -1,3 +1,14 @@ -2023/06/27-16:59:09.795049 312ae7000 Recovering log #140 -2023/06/27-16:59:09.795585 312ae7000 Delete type=3 #139 -2023/06/27-16:59:09.795645 312ae7000 Delete type=0 #140 +2023/07/29-17:41:11.999006 30f996000 Recovering log #297 +2023/07/29-17:41:11.999559 30f996000 Delete type=3 #295 +2023/07/29-17:41:11.999625 30f996000 Delete type=0 #297 +2023/07/29-17:52:57.282923 30aaab000 Level-0 table #301: started +2023/07/29-17:52:57.283008 30aaab000 Level-0 table #301: 0 bytes OK +2023/07/29-17:52:57.283203 30aaab000 Delete type=0 #299 +2023/07/29-17:52:57.283601 30aaab000 Manual compaction at level-0 from '!actors!03ZMzWk2enmHlj7o' @ 72057594037927935 : 1 .. '!folders!yPaiVYkv8CLgd86q' @ 0 : 0; will stop at '!actors!yHKBRxUAI9FN8lFB' @ 124 : 1 +2023/07/29-17:52:57.283609 30aaab000 Compacting 1@0 + 1@1 files +2023/07/29-17:52:57.284646 30aaab000 Generated table #302@0: 46 keys, 37927 bytes +2023/07/29-17:52:57.284655 30aaab000 Compacted 1@0 + 1@1 files => 37927 bytes +2023/07/29-17:52:57.284720 30aaab000 compacted to: files[ 0 1 0 0 0 0 0 ] +2023/07/29-17:52:57.284773 30aaab000 Delete type=2 #296 +2023/07/29-17:52:57.284870 30aaab000 Delete type=2 #42 +2023/07/29-17:52:57.285652 30aaab000 Manual compaction at level-0 from '!actors!yHKBRxUAI9FN8lFB' @ 124 : 1 .. '!folders!yPaiVYkv8CLgd86q' @ 0 : 0; will stop at (end) diff --git a/packs/starships/MANIFEST-000143 b/packs/starships/MANIFEST-000143 deleted file mode 100644 index 7888d66..0000000 Binary files a/packs/starships/MANIFEST-000143 and /dev/null differ diff --git a/packs/starships/MANIFEST-000303 b/packs/starships/MANIFEST-000303 new file mode 100644 index 0000000..4fad325 Binary files /dev/null and b/packs/starships/MANIFEST-000303 differ diff --git a/packs/supervillains/000013.ldb b/packs/supervillains/000013.ldb deleted file mode 100644 index 5f67815..0000000 Binary files a/packs/supervillains/000013.ldb and /dev/null differ diff --git a/packs/supervillains/000254.ldb b/packs/supervillains/000254.ldb new file mode 100644 index 0000000..bb258c6 Binary files /dev/null and b/packs/supervillains/000254.ldb differ diff --git a/packs/supervillains/000143.log b/packs/supervillains/000302.log similarity index 100% rename from packs/supervillains/000143.log rename to packs/supervillains/000302.log diff --git a/packs/supervillains/CURRENT b/packs/supervillains/CURRENT index 48a2453..066a17b 100644 --- a/packs/supervillains/CURRENT +++ b/packs/supervillains/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000301 diff --git a/packs/supervillains/LOG b/packs/supervillains/LOG index 75d776e..9ccdc5d 100644 --- a/packs/supervillains/LOG +++ b/packs/supervillains/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.101591 31054b000 Recovering log #141 -2023/06/28-08:22:10.101983 31054b000 Delete type=0 #141 -2023/06/28-08:22:10.102015 31054b000 Delete type=3 #140 +2023/07/29-17:53:00.922729 310195000 Recovering log #299 +2023/07/29-17:53:00.923300 310195000 Delete type=0 #299 +2023/07/29-17:53:00.923352 310195000 Delete type=3 #297 diff --git a/packs/supervillains/LOG.old b/packs/supervillains/LOG.old index 8cf992e..8b1a17b 100644 --- a/packs/supervillains/LOG.old +++ b/packs/supervillains/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.832035 3132e6000 Recovering log #139 -2023/06/27-16:59:09.832664 3132e6000 Delete type=0 #139 -2023/06/27-16:59:09.832699 3132e6000 Delete type=3 #138 +2023/07/29-17:41:12.014533 30f197000 Recovering log #296 +2023/07/29-17:41:12.015080 30f197000 Delete type=3 #295 +2023/07/29-17:41:12.015181 30f197000 Delete type=0 #296 +2023/07/29-17:52:57.286421 30aaab000 Level-0 table #300: started +2023/07/29-17:52:57.286509 30aaab000 Level-0 table #300: 0 bytes OK +2023/07/29-17:52:57.286671 30aaab000 Delete type=0 #298 +2023/07/29-17:52:57.287092 30aaab000 Manual compaction at level-0 from '!actors!DjvEyHmc4quD3hZ2' @ 72057594037927935 : 1 .. '!actors!xbzQuHZksxluwy30' @ 0 : 0; will stop at (end) diff --git a/packs/supervillains/MANIFEST-000142 b/packs/supervillains/MANIFEST-000142 deleted file mode 100644 index 99130a3..0000000 Binary files a/packs/supervillains/MANIFEST-000142 and /dev/null differ diff --git a/packs/supervillains/MANIFEST-000301 b/packs/supervillains/MANIFEST-000301 new file mode 100644 index 0000000..0b3b3ae Binary files /dev/null and b/packs/supervillains/MANIFEST-000301 differ diff --git a/packs/vehicles/000026.ldb b/packs/vehicles/000026.ldb deleted file mode 100644 index 7bd59dd..0000000 Binary files a/packs/vehicles/000026.ldb and /dev/null differ diff --git a/packs/vehicles/000304.ldb b/packs/vehicles/000304.ldb new file mode 100644 index 0000000..5ebac3e Binary files /dev/null and b/packs/vehicles/000304.ldb differ diff --git a/packs/vehicles/000146.log b/packs/vehicles/000306.log similarity index 100% rename from packs/vehicles/000146.log rename to packs/vehicles/000306.log diff --git a/packs/vehicles/CURRENT b/packs/vehicles/CURRENT index bb9a53e..7df7a1f 100644 --- a/packs/vehicles/CURRENT +++ b/packs/vehicles/CURRENT @@ -1 +1 @@ -MANIFEST-000145 +MANIFEST-000305 diff --git a/packs/vehicles/LOG b/packs/vehicles/LOG index b134295..781eba6 100644 --- a/packs/vehicles/LOG +++ b/packs/vehicles/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.055654 310d4a000 Recovering log #144 -2023/06/28-08:22:10.056102 310d4a000 Delete type=3 #143 -2023/06/28-08:22:10.056145 310d4a000 Delete type=0 #144 +2023/07/29-17:53:00.894406 30f197000 Recovering log #302 +2023/07/29-17:53:00.894945 30f197000 Delete type=3 #300 +2023/07/29-17:53:00.895032 30f197000 Delete type=0 #302 diff --git a/packs/vehicles/LOG.old b/packs/vehicles/LOG.old index fb25cb5..fb03bc7 100644 --- a/packs/vehicles/LOG.old +++ b/packs/vehicles/LOG.old @@ -1,3 +1,14 @@ -2023/06/27-16:59:09.769847 3132e6000 Recovering log #142 -2023/06/27-16:59:09.770245 3132e6000 Delete type=3 #141 -2023/06/27-16:59:09.770295 3132e6000 Delete type=0 #142 +2023/07/29-17:41:11.959704 310195000 Recovering log #299 +2023/07/29-17:41:11.960301 310195000 Delete type=0 #299 +2023/07/29-17:41:11.960364 310195000 Delete type=3 #297 +2023/07/29-17:52:57.276432 30aaab000 Level-0 table #303: started +2023/07/29-17:52:57.276551 30aaab000 Level-0 table #303: 0 bytes OK +2023/07/29-17:52:57.276735 30aaab000 Delete type=0 #301 +2023/07/29-17:52:57.277538 30aaab000 Manual compaction at level-0 from '!actors!1KkzzZbpRVDbGgcX' @ 72057594037927935 : 1 .. '!folders!RTyT8zilF5sSXGqF' @ 0 : 0; will stop at '!actors!zS8b4gAthT9YFqxq' @ 208 : 1 +2023/07/29-17:52:57.277546 30aaab000 Compacting 1@0 + 1@1 files +2023/07/29-17:52:57.278981 30aaab000 Generated table #304@0: 58 keys, 52565 bytes +2023/07/29-17:52:57.278994 30aaab000 Compacted 1@0 + 1@1 files => 52565 bytes +2023/07/29-17:52:57.279064 30aaab000 compacted to: files[ 0 1 0 0 0 0 0 ] +2023/07/29-17:52:57.279124 30aaab000 Delete type=2 #298 +2023/07/29-17:52:57.279240 30aaab000 Delete type=2 #26 +2023/07/29-17:52:57.279719 30aaab000 Manual compaction at level-0 from '!actors!zS8b4gAthT9YFqxq' @ 208 : 1 .. '!folders!RTyT8zilF5sSXGqF' @ 0 : 0; will stop at (end) diff --git a/packs/vehicles/MANIFEST-000145 b/packs/vehicles/MANIFEST-000145 deleted file mode 100644 index 45cf713..0000000 Binary files a/packs/vehicles/MANIFEST-000145 and /dev/null differ diff --git a/packs/vehicles/MANIFEST-000305 b/packs/vehicles/MANIFEST-000305 new file mode 100644 index 0000000..7040a2c Binary files /dev/null and b/packs/vehicles/MANIFEST-000305 differ diff --git a/packs/weapons-fantasy/000146.log b/packs/weapons-fantasy/000304.log similarity index 100% rename from packs/weapons-fantasy/000146.log rename to packs/weapons-fantasy/000304.log diff --git a/packs/weapons-fantasy/CURRENT b/packs/weapons-fantasy/CURRENT index bb9a53e..284c57b 100644 --- a/packs/weapons-fantasy/CURRENT +++ b/packs/weapons-fantasy/CURRENT @@ -1 +1 @@ -MANIFEST-000145 +MANIFEST-000303 diff --git a/packs/weapons-fantasy/LOG b/packs/weapons-fantasy/LOG index e7ef98c..880491f 100644 --- a/packs/weapons-fantasy/LOG +++ b/packs/weapons-fantasy/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.068554 31054b000 Recovering log #144 -2023/06/28-08:22:10.069089 31054b000 Delete type=3 #143 -2023/06/28-08:22:10.069147 31054b000 Delete type=0 #144 +2023/07/29-17:53:00.902003 30f197000 Recovering log #301 +2023/07/29-17:53:00.902530 30f197000 Delete type=0 #301 +2023/07/29-17:53:00.902584 30f197000 Delete type=3 #299 diff --git a/packs/weapons-fantasy/LOG.old b/packs/weapons-fantasy/LOG.old index 4cf16d6..9c38e31 100644 --- a/packs/weapons-fantasy/LOG.old +++ b/packs/weapons-fantasy/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.784443 3132e6000 Recovering log #142 -2023/06/27-16:59:09.784788 3132e6000 Delete type=3 #141 -2023/06/27-16:59:09.784837 3132e6000 Delete type=0 #142 +2023/07/29-17:41:11.979750 30e998000 Recovering log #298 +2023/07/29-17:41:11.980330 30e998000 Delete type=0 #298 +2023/07/29-17:41:11.980394 30e998000 Delete type=3 #297 +2023/07/29-17:52:57.279728 30aaab000 Level-0 table #302: started +2023/07/29-17:52:57.279855 30aaab000 Level-0 table #302: 0 bytes OK +2023/07/29-17:52:57.280025 30aaab000 Delete type=0 #300 +2023/07/29-17:52:57.280707 30aaab000 Manual compaction at level-0 from '!folders!pJVXQTD41UmNUdZu' @ 72057594037927935 : 1 .. '!items!zuI2zJqYv2bPN415' @ 0 : 0; will stop at (end) diff --git a/packs/weapons-fantasy/MANIFEST-000145 b/packs/weapons-fantasy/MANIFEST-000303 similarity index 80% rename from packs/weapons-fantasy/MANIFEST-000145 rename to packs/weapons-fantasy/MANIFEST-000303 index 4f117f1..0d12f52 100644 Binary files a/packs/weapons-fantasy/MANIFEST-000145 and b/packs/weapons-fantasy/MANIFEST-000303 differ diff --git a/packs/weapons-modern/000146.log b/packs/weapons-modern/000304.log similarity index 100% rename from packs/weapons-modern/000146.log rename to packs/weapons-modern/000304.log diff --git a/packs/weapons-modern/CURRENT b/packs/weapons-modern/CURRENT index bb9a53e..284c57b 100644 --- a/packs/weapons-modern/CURRENT +++ b/packs/weapons-modern/CURRENT @@ -1 +1 @@ -MANIFEST-000145 +MANIFEST-000303 diff --git a/packs/weapons-modern/LOG b/packs/weapons-modern/LOG index 47068de..14a6473 100644 --- a/packs/weapons-modern/LOG +++ b/packs/weapons-modern/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.073096 310d4a000 Recovering log #144 -2023/06/28-08:22:10.073501 310d4a000 Delete type=3 #143 -2023/06/28-08:22:10.073542 310d4a000 Delete type=0 #144 +2023/07/29-17:53:00.907642 30f197000 Recovering log #301 +2023/07/29-17:53:00.908177 30f197000 Delete type=0 #301 +2023/07/29-17:53:00.908239 30f197000 Delete type=3 #299 diff --git a/packs/weapons-modern/LOG.old b/packs/weapons-modern/LOG.old index bf99adc..9af2581 100644 --- a/packs/weapons-modern/LOG.old +++ b/packs/weapons-modern/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.786539 3122e8000 Recovering log #142 -2023/06/27-16:59:09.786822 3122e8000 Delete type=3 #141 -2023/06/27-16:59:09.786856 3122e8000 Delete type=0 #142 +2023/07/29-17:41:11.987722 30f197000 Recovering log #298 +2023/07/29-17:41:11.988307 30f197000 Delete type=0 #298 +2023/07/29-17:41:11.988356 30f197000 Delete type=3 #297 +2023/07/29-17:52:57.280726 30aaab000 Level-0 table #302: started +2023/07/29-17:52:57.280813 30aaab000 Level-0 table #302: 0 bytes OK +2023/07/29-17:52:57.281001 30aaab000 Delete type=0 #300 +2023/07/29-17:52:57.281775 30aaab000 Manual compaction at level-0 from '!folders!Mc5ZVwKa7auAvVlw' @ 72057594037927935 : 1 .. '!items!wDV0Rbou4poxCdm1' @ 0 : 0; will stop at (end) diff --git a/packs/weapons-modern/MANIFEST-000145 b/packs/weapons-modern/MANIFEST-000303 similarity index 81% rename from packs/weapons-modern/MANIFEST-000145 rename to packs/weapons-modern/MANIFEST-000303 index a1c567f..529d711 100644 Binary files a/packs/weapons-modern/MANIFEST-000145 and b/packs/weapons-modern/MANIFEST-000303 differ diff --git a/packs/weapons-post-apocalyptic/000143.log b/packs/weapons-post-apocalyptic/000301.log similarity index 100% rename from packs/weapons-post-apocalyptic/000143.log rename to packs/weapons-post-apocalyptic/000301.log diff --git a/packs/weapons-post-apocalyptic/CURRENT b/packs/weapons-post-apocalyptic/CURRENT index 48a2453..16abe4a 100644 --- a/packs/weapons-post-apocalyptic/CURRENT +++ b/packs/weapons-post-apocalyptic/CURRENT @@ -1 +1 @@ -MANIFEST-000142 +MANIFEST-000300 diff --git a/packs/weapons-post-apocalyptic/LOG b/packs/weapons-post-apocalyptic/LOG index fa0b425..a8e29bd 100644 --- a/packs/weapons-post-apocalyptic/LOG +++ b/packs/weapons-post-apocalyptic/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.126364 30fd4c000 Recovering log #141 -2023/06/28-08:22:10.127033 30fd4c000 Delete type=0 #141 -2023/06/28-08:22:10.127129 30fd4c000 Delete type=3 #140 +2023/07/29-17:53:00.932735 310195000 Recovering log #298 +2023/07/29-17:53:00.933317 310195000 Delete type=0 #298 +2023/07/29-17:53:00.933378 310195000 Delete type=3 #296 diff --git a/packs/weapons-post-apocalyptic/LOG.old b/packs/weapons-post-apocalyptic/LOG.old index 5f155a2..1a9dc5c 100644 --- a/packs/weapons-post-apocalyptic/LOG.old +++ b/packs/weapons-post-apocalyptic/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.865301 313ae5000 Recovering log #139 -2023/06/27-16:59:09.865877 313ae5000 Delete type=0 #139 -2023/06/27-16:59:09.865923 313ae5000 Delete type=3 #138 +2023/07/29-17:41:12.076086 30f996000 Recovering log #295 +2023/07/29-17:41:12.076777 30f996000 Delete type=3 #294 +2023/07/29-17:41:12.076898 30f996000 Delete type=0 #295 +2023/07/29-17:52:57.287466 30aaab000 Level-0 table #299: started +2023/07/29-17:52:57.287550 30aaab000 Level-0 table #299: 0 bytes OK +2023/07/29-17:52:57.287742 30aaab000 Delete type=0 #297 +2023/07/29-17:52:57.288385 30aaab000 Manual compaction at level-0 from '!items!7M8uEI7cKT0UztUy' @ 72057594037927935 : 1 .. '!items!erpmmOJulN96Afgr' @ 0 : 0; will stop at (end) diff --git a/packs/weapons-post-apocalyptic/MANIFEST-000142 b/packs/weapons-post-apocalyptic/MANIFEST-000300 similarity index 82% rename from packs/weapons-post-apocalyptic/MANIFEST-000142 rename to packs/weapons-post-apocalyptic/MANIFEST-000300 index efeff6f..8c2e36c 100644 Binary files a/packs/weapons-post-apocalyptic/MANIFEST-000142 and b/packs/weapons-post-apocalyptic/MANIFEST-000300 differ diff --git a/packs/weapons-sci-fi/000146.log b/packs/weapons-sci-fi/000304.log similarity index 100% rename from packs/weapons-sci-fi/000146.log rename to packs/weapons-sci-fi/000304.log diff --git a/packs/weapons-sci-fi/CURRENT b/packs/weapons-sci-fi/CURRENT index bb9a53e..284c57b 100644 --- a/packs/weapons-sci-fi/CURRENT +++ b/packs/weapons-sci-fi/CURRENT @@ -1 +1 @@ -MANIFEST-000145 +MANIFEST-000303 diff --git a/packs/weapons-sci-fi/LOG b/packs/weapons-sci-fi/LOG index 23ac6f1..b555ff9 100644 --- a/packs/weapons-sci-fi/LOG +++ b/packs/weapons-sci-fi/LOG @@ -1,3 +1,3 @@ -2023/06/28-08:22:10.077514 311549000 Recovering log #144 -2023/06/28-08:22:10.077858 311549000 Delete type=3 #143 -2023/06/28-08:22:10.077911 311549000 Delete type=0 #144 +2023/07/29-17:53:00.913418 310195000 Recovering log #301 +2023/07/29-17:53:00.914017 310195000 Delete type=0 #301 +2023/07/29-17:53:00.914091 310195000 Delete type=3 #299 diff --git a/packs/weapons-sci-fi/LOG.old b/packs/weapons-sci-fi/LOG.old index 7af1775..4181c45 100644 --- a/packs/weapons-sci-fi/LOG.old +++ b/packs/weapons-sci-fi/LOG.old @@ -1,3 +1,7 @@ -2023/06/27-16:59:09.794981 3132e6000 Recovering log #142 -2023/06/27-16:59:09.795486 3132e6000 Delete type=3 #141 -2023/06/27-16:59:09.795548 3132e6000 Delete type=0 #142 +2023/07/29-17:41:11.998813 30e998000 Recovering log #298 +2023/07/29-17:41:11.999355 30e998000 Delete type=0 #298 +2023/07/29-17:41:11.999401 30e998000 Delete type=3 #297 +2023/07/29-17:52:57.282561 30aaab000 Level-0 table #302: started +2023/07/29-17:52:57.282680 30aaab000 Level-0 table #302: 0 bytes OK +2023/07/29-17:52:57.282875 30aaab000 Delete type=0 #300 +2023/07/29-17:52:57.283585 30aaab000 Manual compaction at level-0 from '!folders!1mfD4NcUBNotKurs' @ 72057594037927935 : 1 .. '!items!ztzW5SA3EfXR1zhu' @ 0 : 0; will stop at (end) diff --git a/packs/weapons-sci-fi/MANIFEST-000145 b/packs/weapons-sci-fi/MANIFEST-000303 similarity index 81% rename from packs/weapons-sci-fi/MANIFEST-000145 rename to packs/weapons-sci-fi/MANIFEST-000303 index 08664eb..2ccf39e 100644 Binary files a/packs/weapons-sci-fi/MANIFEST-000145 and b/packs/weapons-sci-fi/MANIFEST-000303 differ