Open Umgak opened 4 months ago
Hmm. I wonder why these weren't found in the script. I'll have to take a look at it. The grouping of stuff is done manually though, so that could be why things got placed in the wrong file.
WDYM DLCMagic is missing categories? You mean missing entries?
Thanks for the bug report!
WDYM DLCMagic is missing categories? You mean missing entries?
In the vanilla Magic.txt, all spell names are preceded by their spell type, either [Sorcery] or [Incantation]. This wasn't carried over to DLC spells, so I added them for consistency. All of the spells are there (unless there's some super secret Miyazaki ARG or something, but that's unlikely) with their correct IDs, I just prefixed them.
The following items are miscategorized: Igon's Harpoon (Items\DLC\DLCWeapons\DLCMeleeWeapons.txt:58, should be Items\DLC\DLCWeapons\DLCAmmo.txt:3) Perfumer's Talisman (Items\DLC\DLCTalismans.txt:1, this item is not from the DLC and is already present in Items\Talismans.txt:65)
The following items are missing:
Items\DLC\DLCWeapons\DLCAmmo.txt
(DLCAmmo is also out of order)Items\DLC\DLCWeapons\DLCMeleeWeapons.txt
Items\DLC\DLCWeapons\DLCShields.txt
Items\DLC\DLCWeapons\DLCSpellTools.txt
Also,
Items\DLC\DLCMagic.txt
is missing categories, and several categories are formatted as[ID] - [Name]
instead of the standard[ID] [Name]
format. I have not reviewed Goods categories or Armor.Here are the resources files with my changes included. Resources.zip