3 Attachment(s)
[TUTORIAL] Kingdoms of Amalur Item Effect Modding
Hey guys, quick tutorial on how to mod what effects are on an item.
To mod the Effects on an item:
1. Forge a custom item at the Blacksmith.
2. Name the item to whatever you want.
3. Open your save in Hex Workshop.
4. Search for the name of the item and mod the Effects.
NOTE: You can only mod the "Support" Effects that are added to a weapon. You can't mod the Blade or Hilt (at least not yet).
----------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks to cybersam for his Tutorial on how to add additional Effects to items on the 360 version: http://www.360haven.com/forums/showt...ll=1#post67239
Thanks to Folly for posting some more Effect ID's.
----------------------------------------------------------------------------------------------------------------------------------------------------------
If you want to add Effects to an Item the easiest way I found is to just make Robes (haven't tested it on other armor pieces) they give you 5-6 effects. If you make like 5 of them and name them something like Trash Item 1, Trash Item 2, etc. You can then just remove the Effects from the Robes and put them on a weapon or other armor. This way the only thing you'd have to change is the Effect Amount and not have to worry about all the Block Sizes...
http://img42.imageshack.us/img42/2608/trashrobes.jpg
----------------------------------------------------------------------------------------------------------------------------------------------------------
EFFECT ID SWAPPING:
http://img13.imageshack.us/img13/967...temmodding.jpg
Effect ID's (Incomplete: v1.5):
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Hey thanks for this. It will come very in handy I'm sure.
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
very nice tutorial Idle, keep up the awesome job you do :)
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
nice work idle...
i hope you already converted thise ids from little to big endian ^_^'
and please try to list them in 4 bytes instead of 3 ^_^'''
and about the amount not working on the 360... maybe it does... if it works on the pc version without changing the sizes of the blocks and lists...
there are still a few other size checks though that might corrupt the save... ^_^'
so i'll try to add some and see if it works ^_^
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Sorry for the noob question idle but am i modding the effect ID, or wat am i changing, and thanks for the tut.....
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Quote:
Originally Posted by
cybersam
nice work idle...
i hope you already converted thise ids from little to big endian ^_^'
and please try to list them in 4 bytes instead of 3 ^_^'''
and about the amount not working on the 360... maybe it does... if it works on the pc version without changing the sizes of the blocks and lists...
there are still a few other size checks though that might corrupt the save... ^_^'
so i'll try to add some and see if it works ^_^
Yes I converted the ID to Big :) Also the ID's always are in Int24 (there is always a 00 infront). I didn't really think I needed to add a byte to the ID that never changes...