red_cloud0 wrote: ↑Sun Jan 20, 2019 4:37 am
Is there a way to make the all skills table customizeable? I'd like to add a couple of specific skills to certain party members (namely the Tension skills for Flynn/Repede), but I don't want to add all the skills to all the characters.
Use zachillios ToV_Zv4.CT
Let's say you want to give Repedes dash skill to other characters. You look at Skills -> Repede
You can take each set of numbers in the value and 00 them. By doing so, a character will still have his skills showing on the skill menu, but it will have a learning bar on them. For example:
B6 2D 38 DB 83 0F EC FB 32 7C 80 6F 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 38 CC 12 54 00 00 00 00 04 00 00 00 00 00 00 00
The B6 in bold represents Strength and Strength 2. If you replace it with 00, so that
00 2D 38 DB 83 0F EC FB 32 7C 80 6F 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 38 CC 12 54 00 00 00 00 04 00 00 00 00 00 00 00
You'll have both Strength and Strength 2 showing up with a learning bar. With that in mind, you can just play around until you find the skill you want. In this case, the dash skill is that 2 on the bold 12:
B6 2D 38 DB 83 0F EC FB 32 7C 80 6F 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 38 CC
12 54 00 00 00 00 04 00 00 00 00 00 00 00
So you can take Estellise value for example:
B6 3E FD DB D2 A9 1B 3F 32 72 80 6F 00 00 00 09 58 06 E9 A0 03 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 20 07 11 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
And on the same column (line up the values in notepad) add that 02.
B6 3E FD DB D2 A9 1B 3F 32 72 80 6F 00 00 00 09 58 06 E9 A0 03 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00
02 00 00 00 00 20 07 11 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
This will make Estellise have Repedes dash skill. Hope that's not too confusing.
Sometimes for example...
B2 26 FD DB E3 F9 E4 71 32 FE 51 0E 00 00 00 00 00 00 01 00 00 00 00 00 80
19 48 34 22 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00 00
In this case, that 19 was actually 3 skills and I just wanted one of them. So just tested different lower values until I got one for just that skill, which was 08 (Light Cast).
Anyway, it's an easy process, just takes some trial and error. Try to find the set of numbers that contain the skill you want and play around with the values to figure out the right one. I wanted to make a proper table for this but sadly I just don't have the time for that right now. It's also the kind of thing that's much easier when you already have a 100% save to work with.