Page 4 of 8

Re: Disgaea 5

Posted: Thu Jun 08, 2017 10:55 pm
by vosszaa
Im using this first 10 Characters 300% aptitude down below

Code: Select all

4123F730 0000012C
400A4778 00000000
4123F732 0000012C
400A4778 00000000
4123F734 0000012C
400A4778 00000000
4123F736 0000012C
400A4778 00000000
4123F738 0000012C
400A4778 00000000
4123F73A 0000012C
400A4778 00000000
4123F73C 0000012C
400A4778 00000000
4123F73E 0000012C
400A4778 00000000
but if I change "0A" to "64" so it works for the first 100 characters like so..

Code: Select all

4123F730 0000012C
40644778 00000000
4123F732 0000012C
40644778 00000000
4123F734 0000012C
40644778 00000000
4123F736 0000012C
40644778 00000000
4123F738 0000012C
40644778 00000000
4123F73A 0000012C
40644778 00000000
4123F73C 0000012C
40644778 00000000
4123F73E 0000012C
40644778 00000000
It doesnt work. What did i do wrong?

Re: Disgaea 5

Posted: Fri Jun 09, 2017 12:13 am
by PikaFiend
The 0A is only there to direct the code to write x amount of times. It's always variable, within the limits of the game anyway.

Re: Disgaea 5

Posted: Fri Jun 09, 2017 3:14 am
by vosszaa
PikaFiend wrote:The 0A is only there to direct the code to write x amount of times. It's always variable, within the limits of the game anyway.
Yeah im aware of that which is why i want it to write 100 times instead of just 10. I did the same with mana code for 10 characters to 100 characters instead which works just fine but for aptitude it refuse to work for some reason

My original post wasnt clear. Sorry

Re: Disgaea 5

Posted: Fri Jun 09, 2017 3:22 am
by PikaFiend
I would love to be able to tell you why it's not writing properly, but since it's written correctly and it writes correctly in the original incarnation, it's leaving me at a loss. Maybe I'll give it a try on my own save some time soon and see if maybe it's just your game, or if it's broken for me when I apply to 100 characters instead of 10.

Re: Disgaea 5

Posted: Fri Jun 09, 2017 5:14 am
by vosszaa
Thank you for that. Really appreciate you helping a newbie here :)

Also, the 9999 total cheat points works fine but if i try to modify the percentage directly instead of total cheat points, it doesnt work

For example i set exp percentage to 5532%, mana to 4321% then search those values in advance mode. i would find 1 or 2 address then i change that to 9999 on both values so both exp and mana will have 9999% each

When i load the game, all the cheat points are reset back into the pool as if they never been assigned and those percentage are also reset to 0%

Can you help me out on this as well please

Re: Disgaea 5

Posted: Fri Jun 09, 2017 6:22 am
by PikaFiend
That's something I noticed when I was testing my code for the Cheat Points out. I haven't revisited because I have a lot going on in my personal life. But I'll take another look at that as well some time in the near future. No promises on when because things are hectic, but it's on my to-do list.

Re: Disgaea 5

Posted: Fri Jun 09, 2017 6:32 am
by vosszaa
That's cool man. No hurry

Re: Disgaea 5

Posted: Fri Jun 09, 2017 11:27 pm
by patbz
PikaFiend wrote:I would love to be able to tell you why it's not writing properly, but since it's written correctly and it writes correctly in the original incarnation, it's leaving me at a loss. Maybe I'll give it a try on my own save some time soon and see if maybe it's just your game, or if it's broken for me when I apply to 100 characters instead of 10.
I know it at least works when I edited it to 52character from the 10 in the code as I just tried it last night.

Another useful code that I don't think I saw post here yet from the Web.save-editor.com site is the below code for the extra common evility slots.

Code: Select all

First 100 Characters Common Evility Slots 
4123F6F0 00000305
40644778 00000000
You still need to level up manually to get the 12 slots from reaching 1-9999, but it adds the below common evility slots.

5 slots from Charaworld,
3 slots from the witch lady in max Charaworld

Re: Disgaea 5

Posted: Sat Jun 10, 2017 2:29 am
by PikaFiend
I just want to clarify something. When you're editing it to change 100 characters' aptitudes, do you actually have 100 characters?

Re: Disgaea 5

Posted: Sat Jun 10, 2017 9:20 am
by vosszaa
PikaFiend wrote:I just want to clarify something. When you're editing it to change 100 characters' aptitudes, do you actually have 100 characters?
No i dont have 100 characters but because the mana code works when i change it from 10 to 100 so i thought it could work in the same fashion