Iam stuck here.. I crafted the weapon at a BS in game. Found the item. Ctrl+f>[item name] then the weapon is highlighted. But then what numbers is it i can mod with new hex codes?
Before you do anything, un-equip the items that you want to modify, if you equip the items and then modify them, the game will crash when you load it in game, so un-equip the items and then re-equip them after modifying
In the hex numbers in front of the weapon hex number, there should an area that should have 3 00's and then the 0x, [x = the number of enchants on the weapon. Then you should see 00 xx xx xx, xx xx xx should be the 1st enchant on the weapon from the top down usually, followed by FF FF FF FF, as long as you see the four FF's at the end of the line followed by an 00 xx xx xx FF FF FF FF, it should mean that there is more enchants on the item, if it doesn't follow that , then there are no more enchantments. ,You can change the number of enchants on a wepon by changing the 1st 0x to where 0x can be up to 08 different enchants and 0C or 12 of the same enchants. The same enchants means that you are stacking enchants of the same Enchant ID's or the same effect category, like 2x +60% dmg enchants to make the weapon have +120% dmg or +15% dmg, +25% dmg, and +40+ dmg to get +80% dmg.
So, if your wpn has 1 enchant on it, the numbers should look something like this:
00 00 00 01 00 is the enchantment amount on the weapon zz zz zz is the enchant id gg gg gg gg gg gg has to do with something about the item weight, durability, and other stats I assume, but no one knows how to change it correctly hh hh hh hh hh hh... is the item name
if you want to add more enchants to the weapon, lets say you want to add 5 more enchants, then it should look like this now:
06 is the enchantment amount on the weapon zz zz zz is the enchant ids gg gg gg gg gg gg has to do with something about the item weight, durability, and other stats I assume, but no one knows how to change it correctly hh hh hh hh hh hh... is the item name
Their actually effect IDs not enchantment IDs, because other things besides equipment use them for effects, and their all interchangeable.
From what I know so far patron gods, blessings, potions, destinies, lorestones(might be separate from EIDs), passive/activated/sustained abilities, curses/diseases, armor, weapons, accessories, and probably even npcs/enemies use EIDs.
You don't need to unequip something if your just adding more effects(but the effects won't activate until you re-equip it though)
Always unequip them if you want to swap or remove an effect from a piece of equipment.
If you remove/change an effect on an equipped item you can either get stuck with the old effect with no way to remove it(the game stores effects in 2 places, but the second location doesn't use EIDs, so It's difficult to find) or your file can become unstable and freeze on loading(usually it's less common than getting stuck with an effect).
Also don't change the FFFFFFFF parts between effects on equipment.
I figured out how to make weapons do the attacks of different weapon types. Changing a single byte near a weapons name(currently only forged weapons) can force a weapon to use the graphics of your alternate weapon. In your primary slot put the weapon you want to use for it's appearance. In your second slot put a modified weapon of another type, it will take on the appearance of the primary weapon. You can do things like shoot arrows from a faeblade.
For example you have a 1H Sword as your primary, and a modified 2H Sword as your secondary. The primary attacks will be normal 1H attacks(with the stats of the primary), but the secondary attacks will be 2H attacks(with the stats of the secondary weapon)performed with the 1H sword. The only change is the secondary weapons appearance.
Anyways here's how you do it: 1) Open your save in any hex editor.
2) On any forged equipment find the 241101 right before a weapon's name
3) change the value to 241401 and save.
Once you do that the weapon can morph into the visual form(including elemental auras) of your other equipped weapon.
Daggers and Sceptres don't work for some reason. Certain combinations with chakrams cause clones of your primary weapon to appear in mid air(that won't go away), this effects 1H Sword + Chakram and Staff + Chakram.