v3.2 — ArchiveXL localization with VALID empty .archive

- Copy valid 8192-byte .archive from Arasaka Cyberarms mod
- ArchiveXL .xl file references translation_strings.json
- YAML uses string keys (crystal_katana_name) not LocKey#
- ArchiveXL resolves string keys via translation_strings.json
- This time the .archive is a real valid CP2077 archive file
This commit is contained in:
arch_agent
2026-07-21 22:37:33 +02:00
parent 1382c89737
commit 4b004b729d
5 changed files with 63 additions and 21 deletions
@@ -0,0 +1,26 @@
[
{
"femaleVariant": "Crystal Cleaver",
"maleVariant": "",
"primaryKey": 0,
"secondaryKey": "crystal_katana_name"
},
{
"femaleVariant": "A katana with a monomolecular crystal blade. Every strike causes uncontrollable bleeding — armor is meaningless.",
"maleVariant": "",
"primaryKey": 0,
"secondaryKey": "crystal_katana_desc"
},
{
"femaleVariant": "Phantom Splitter",
"maleVariant": "",
"primaryKey": 0,
"secondaryKey": "crystal_knife_name"
},
{
"femaleVariant": "A throwing knife with a monomolecular crystal edge. Thrown hits guarantee bleeding. If the target is already bleeding, the knife causes hemorrhaging and heals the wielder.",
"maleVariant": "",
"primaryKey": 0,
"secondaryKey": "crystal_knife_desc"
}
]