1 Attachment(s)
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
@idle...
i just seen from pures save file that the header changes the size too...
look for the original size of the file... shouldn't be very far from there
@pure
just edited your savefile (changed the amount from 1 to 33)...
didn't test it though... as i'm a bit tired i might have made an error... i hope not though ^_^''
anyway i added a bookmark file for that save... it should help you edit it further
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
i understand everything
but what is this "go to 0xD05C" ?
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
wow they brought out stuff for kingdoms of amalur already nice
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
@poison25
that means go to the offset "0xD05C" (0x means its a hex value)
but as you might have read in my previous post that value might be a different one in your save...
so look for the original size of your save file some where around that position
it is saved in 4bytes (int32)
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Quote:
Originally Posted by
cybersam
yea... but maybe not in the frist version...
we will have to see... as there are a lot of moving around (jumping from one offset to another just to fix the size)...
now i'm going to try to add a new item.... hope this works too ^_^'
I'll waiting for u,good job thank you
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Nice man not only are you good at making programs but also making nice and simple tutorials
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding
Works perfect, thanks mate.
Re: [TUTORIAL] Kingdoms of Amalur Item Effect Modding