Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Hey you legend why not make an editor for us lazy people :D like the dungeon seige item editor :D.
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Quote:
Originally Posted by
pureIso
Hey you legend why not make an editor for us lazy people :D like the dungeon seige item editor :D.
I don't know how to make Item Editors :(
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
well i just suggested that because they are saved as int32... and not int24 ^_^'
and well it looks like i need to do some more research to see if i can get it to work with adding more effects to the item... atm it doesn't work... (changed the size checks in 5 different locations... still getting a corruption...)
how did you change the effects properties on the pc version... or where... ?!
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Quote:
Originally Posted by
cybersam
well i just suggested that because they are saved as int32... and not int24 ^_^'
and well it looks like i need to do some more research to see if i can get it to work with adding more effects to the item... atm it doesn't work... (changed the size checks in 5 different locations... still getting a corruption...)
how did you change the effects properties on the pc version... or where... ?!
What do you mean by change the effect properties?
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
the value that the effects add to the item
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Quote:
Originally Posted by
cybersam
the value that the effects add to the item
I just counted how many effects the item has after adding more to it and then changed the the value to the amount of effects the item now had... I didn't change or do anything else.
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
ah... so if you add more effects of the same type it will just be added together...
i was wondering because the values are pretty high on your screenshots ^_^
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Quote:
Originally Posted by
cybersam
ah... so if you add more effects of the same type it will just be added together...
i was wondering because the values are pretty high on your screenshots ^_^
Yep I just Add effects to stack the effect amount :)