Disgaea 5

vosszaa
Junior Member
Posts: 19
Joined: Wed May 17, 2017 7:12 am

Re: Disgaea 5

Post by vosszaa » Thu Jun 08, 2017 10:55 pm

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?
Last edited by vosszaa on Fri Jun 09, 2017 3:12 am, edited 1 time in total.
User avatar
PikaFiend
Member
Posts: 95
Joined: Wed Apr 19, 2017 11:39 pm

Re: Disgaea 5

Post by PikaFiend » Fri Jun 09, 2017 12:13 am

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.
"The Bird of Hermes is my name. Eat my wings to keep me tame." ~The Ripley Scroll, author unknown.
vosszaa
Junior Member
Posts: 19
Joined: Wed May 17, 2017 7:12 am

Re: Disgaea 5

Post by vosszaa » Fri Jun 09, 2017 3:14 am

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
User avatar
PikaFiend
Member
Posts: 95
Joined: Wed Apr 19, 2017 11:39 pm

Re: Disgaea 5

Post by PikaFiend » Fri Jun 09, 2017 3:22 am

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.
"The Bird of Hermes is my name. Eat my wings to keep me tame." ~The Ripley Scroll, author unknown.
vosszaa
Junior Member
Posts: 19
Joined: Wed May 17, 2017 7:12 am

Re: Disgaea 5

Post by vosszaa » Fri Jun 09, 2017 5:14 am

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
User avatar
PikaFiend
Member
Posts: 95
Joined: Wed Apr 19, 2017 11:39 pm

Re: Disgaea 5

Post by PikaFiend » Fri Jun 09, 2017 6:22 am

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.
"The Bird of Hermes is my name. Eat my wings to keep me tame." ~The Ripley Scroll, author unknown.
vosszaa
Junior Member
Posts: 19
Joined: Wed May 17, 2017 7:12 am

Re: Disgaea 5

Post by vosszaa » Fri Jun 09, 2017 6:32 am

That's cool man. No hurry
patbz
Junior Member
Posts: 3
Joined: Thu Jun 01, 2017 5:03 am

Re: Disgaea 5

Post by patbz » Fri Jun 09, 2017 11:27 pm

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
User avatar
PikaFiend
Member
Posts: 95
Joined: Wed Apr 19, 2017 11:39 pm

Re: Disgaea 5

Post by PikaFiend » Sat Jun 10, 2017 2:29 am

I just want to clarify something. When you're editing it to change 100 characters' aptitudes, do you actually have 100 characters?
"The Bird of Hermes is my name. Eat my wings to keep me tame." ~The Ripley Scroll, author unknown.
vosszaa
Junior Member
Posts: 19
Joined: Wed May 17, 2017 7:12 am

Re: Disgaea 5

Post by vosszaa » Sat Jun 10, 2017 9:20 am

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
Post Reply