360haven works best with JavaScript enabled
[Tutorial] Simple Hex Modding Final Fantasy XIII-3: Lightning Returns - Page 9
Loading
Register
Page 9 of 21 FirstFirst ... 456789101112131419 ... LastLast
Results 65 to 72 of 161
  1. #65
    Eternal

    Re: Simple Hex Modding Final Fantasy XIII-3: Lightning Returns

    Anyone figured out how to edit/add abilities correctly? For example:

    Be able to add "Ability lv 5", "Ability lv 3" etc.
    Be able to edit the modifiers
    Be able to edit the ATB cost
    Be able to edit the passive ability

    Is it possible to do that? If so, can someone kindly post some steps with an example?
    Last edited by Eternal; 03-27-2014 at 11:04 PM.

  2. #66
    Gfx Artist
    Rpg_Fan

    Ryudo is offline
    Join Date : Dec 2010
    Location : Netherlands
    Posts : 925
    Array

    Re: Simple Hex Modding Final Fantasy XIII-3: Lightning Returns

    Quote Originally Posted by Eternal View Post
    Anyone figured out how to edit/add abilities correctly? For example:

    Be able to add "Ability lv 5", "Ability lv 3" etc.
    Be able to edit the modifiers
    Be able to edit the ATB cost

    Is it possible to do that? If so, can someone kindly post some steps with an example?
    Yeah, it's possible. But Echelo's editor can already do this for you. So I suggest you use that instead, as it's a lot simpler doing it that way.
    Downloads : 25 || Uploads : 1 || Rep Power : 5906 || Posts : 925 || Thanks : 86 || Thanked 234 Times in 134 Posts



  3. #67
    Eternal

    Re: Simple Hex Modding Final Fantasy XIII-3: Lightning Returns

    Quote Originally Posted by Ryudo View Post
    Yeah, it's possible. But Echelo's editor can already do this for you. So I suggest you use that instead, as it's a lot simpler doing it that way.
    I've been using Echelo's editor and the the button to add the abilities is greyed out. I have a PAL PS3 save. Am I missing something?

    EDIT - I re-read the first post from Echelo's thread and it says "(Ability tab is READ ONLY for now)".

  4. #68
    Gfx Artist
    Rpg_Fan

    Ryudo is offline
    Join Date : Dec 2010
    Location : Netherlands
    Posts : 925
    Array

    Re: Simple Hex Modding Final Fantasy XIII-3: Lightning Returns

    Ah right. Well I guess I can add that portion later (probably this weekend, because I'll be busy today and tomorrow).
    Downloads : 25 || Uploads : 1 || Rep Power : 5906 || Posts : 925 || Thanks : 86 || Thanked 234 Times in 134 Posts



  5. #69
    Eternal

    Re: Simple Hex Modding Final Fantasy XIII-3: Lightning Returns

    Thank you. Also I forgot to add "Passive ability" to that list above. If you could include how to add that as well please?

    I tried to mess around with the hex editor yesterday. Since I was using a PS3 save, I did not need to use Horizon. Opened the app.dat file straight into Jappi and decrypted, and then opened it in HxD editor. I could see the abilities like mc910_00 (Elementa), but I did not know what the numbers after meant. Like where is the cost, where is the modifier etc. Also, what would Elementa level 2 or level 3 look like? mc910_00_01 and mc910_00_02?
    I tried to change a few things, then encrypted it again with Jappi. The save corrupted however -.-

    Anyway, I'm sure you'll explain it all this weekend. Looking forward to your post.


    EDIT - I've figured out how to edit abilities. What I'm not sure on is how to ADD new abilities to the list. Will just typing in the empty area after your last ability work? Or are there more areas to worry about?
    Last edited by Eternal; 03-29-2014 at 07:15 AM.

  6. #70
    Gfx Artist
    Rpg_Fan

    Ryudo is offline
    Join Date : Dec 2010
    Location : Netherlands
    Posts : 925
    Array

    Re: Simple Hex Modding Final Fantasy XIII-3: Lightning Returns

    There's more to worry about, just typing at the end of it won't work unless you already had 400 Abilities as far as I know.
    I'm not exactly sure HOW it works. It's messy to say the least. And it's probably easier to just edit existing ones.

    Anyways, here'swhat I found so far:

    Active Abilities: (Missing a few here, most likely some Buffs and Debuffs)
    Code:
    ac300_00_00 = ATB Charge (Level 1)
    ac300_00_10 = ATB Charge (Level 2)
    ac300_00_20 = ATB Charge (Level 3)
    ac300_00_30 = ATB Charge (Level 4)
    ac300_00_40 = ATB Charge (Level *)
    at010_00_00 = Attack (Level 1)
    at010_00_10 = Attack (Level 2)
    at010_00_20 = Attack (Level 3)
    at010_00_30 = Attack (Level 4)
    at010_00_40 = Attack (Level *)
    at010_10_00 = Flamestrike (Level 1)
    at010_10_10 = Flamestrike (Level 2)
    at010_10_20 = Flamestrike (Level 3)
    at010_10_30 = Flamestrike (Level 4)
    at010_10_40 = Flamestrike (Level *)
    at010_20_00 = Froststrike (Level 1)
    at010_20_10 = Froststrike (Level 2)
    at010_20_20 = Froststrike (Level 3)
    at010_20_30 = Froststrike (Level 4)
    at010_20_40 = Froststrike (Level *)
    at010_30_00 = Sparkstrike (Level 1)
    at010_30_10 = Sparkstrike (Level 2)
    at010_30_20 = Sparkstrike (Level 3)
    at010_30_30 = Sparkstrike (Level 4)
    at010_30_40 = Sparkstrike (Level *)
    at010_50_00 = Galestrike (Level 1)
    at010_50_10 = Galestrike (Level 2)
    at010_50_20 = Galestrike (Level 3)
    at010_50_30 = Galestrike (Level 4)
    at010_50_40 = Galestrike (Level *)
    at060_00_00 = Light Slash (Level 1)
    at060_00_10 = Light Slash (Level 2)
    at060_00_20 = Light Slash (Level 3)
    at060_00_30 = Light Slash (Level 4)
    at060_00_40 = Light Slash (Level *)
    at130_00_00 = Beat Down (Level 1)
    at130_00_10 = Beat Down (Level 2)
    at130_00_20 = Beat Down (Level 3)
    at130_00_30 = Beat Down (Level 4)
    at130_00_40 = Beat Down (Level *)
    at150_00_00 = Charged Strike (Level 1)
    at150_00_10 = Charged Strike (Level 2)
    at150_00_20 = Charged Strike (Level 3)
    at150_00_30 = Charged Strike (Level 4)
    at150_00_40 = Charged Strike (Level *)
    at160_00_00 = Fatal Sweep (Level 1)
    at160_00_10 = Fatal Sweep (Level 2)
    at160_00_20 = Fatal Sweep (Level 3)
    at160_00_30 = Fatal Sweep (Level 4)
    at160_00_40 = Fatal Sweep (Level *)
    at520_00_00 = Blitz (Level 1)
    at520_00_10 = Blitz (Level 2)
    at520_00_20 = Blitz (Level 3)
    at520_00_30 = Blitz (Level 4)
    at520_00_40 = Blitz (Level *)
    at620_00_00 = Area Sweep (Level 1)
    at620_00_10 = Area Sweep (Level 2)
    at620_00_20 = Area Sweep (Level 3)
    at620_00_30 = Area Sweep (Level 4)
    at620_00_40 = Area Sweep (Level *)
    at620_10_00 = Heat Blitz (Level 1)
    at620_10_10 = Heat Blitz (Level 2)
    at620_10_20 = Heat Blitz (Level 3)
    at620_10_30 = Heat Blitz (Level 4)
    at620_10_40 = Heat Blitz (Level *)
    at620_20_00 = Ice Blitz (Level 1)
    at620_20_10 = Ice Blitz (Level 2)
    at620_20_20 = Ice Blitz (Level 3)
    at620_20_30 = Ice Blitz (Level 4)
    at620_20_40 = Ice Blitz (Level *)
    at620_30_00 = Electric Blitz (Level 1)
    at620_30_10 = Electric Blitz (Level 2)
    at620_30_20 = Electric Blitz (Level 3)
    at620_30_30 = Electric Blitz (Level 4)
    at620_30_40 = Electric Blitz (Level *)
    at620_50_00 = Aero Blitz (Level 1)
    at620_50_10 = Aero Blitz (Level 2)
    at620_50_20 = Aero Blitz (Level 3)
    at620_50_30 = Aero Blitz (Level 4)
    at620_50_40 = Aero Blitz (Level *)
    at700_00_00 = Punt (Level 1)
    at700_00_10 = Punt (Level 2)
    at700_00_20 = Punt (Level 3)
    at700_00_30 = Punt (Level 4)
    at700_00_40 = Punt (Level *)
    at800_00_00 = Heavy Slash (Level 1)
    at800_00_10 = Heavy Slash (Level 2)
    at800_00_20 = Heavy Slash (Level 3)
    at800_00_30 = Heavy Slash (Level 4)
    at800_00_40 = Heavy Slash (Level *)
    av010_00_00 = Evade (Level 1)
    av010_00_10 = Evade (Level 2)
    av010_00_20 = Evade (Level 3)
    av010_00_30 = Evade (Level 4)
    av010_00_40 = Evade (Level *)
    ga010_00_00 = Counterblow (Level 1)
    ga010_00_10 = Counterblow (Level 2)
    ga010_00_20 = Counterblow (Level 3)
    ga010_00_30 = Counterblow (Level 4)
    ga010_00_40 = Counterblow (Level *)
    ga110_00_00 = Counterspell (Level 1)
    ga110_00_10 = Counterspell (Level 2)
    ga110_00_20 = Counterspell (Level 3)
    ga110_00_30 = Counterspell (Level 4)
    ga110_00_40 = Counterspell (Level *)
    gd010_00_00 = Steelguard (Level 1)
    gd010_00_10 = Steelguard (Level 2)
    gd010_00_20 = Steelguard (Level 3)
    gd010_00_30 = Steelguard (Level 4)
    gd010_00_40 = Steelguard (Level *)
    gd020_00_00 = Guard (Level 1)
    gd020_00_10 = Guard (Level 2)
    gd020_00_20 = Guard (Level 3)
    gd020_00_30 = Guard (Level 4)
    gd020_00_40 = Guard (Level *)
    gd030_00_00 = Light Guard (Level 1)
    gd030_00_10 = Light Guard (Level 2)
    gd030_00_20 = Light Guard (Level 3)
    gd030_00_30 = Light Guard (Level 4)
    gd030_00_40 = Light Guard (Level *)
    gd040_00_00 = Heavy Guard (Level 1)
    gd040_00_10 = Heavy Guard (Level 2)
    gd040_00_20 = Heavy Guard (Level 3)
    gd040_00_30 = Heavy Guard (Level 4)
    gd040_00_40 = Heavy Guard (Level *)
    gd110_00_00 = Mediguard (Level 1)
    gd110_00_10 = Mediguard (Level 2)
    gd110_00_20 = Mediguard (Level 3)
    gd110_00_30 = Mediguard (Level 4)
    gd110_00_40 = Mediguard (Level *)
    gd510_00_00 = ?
    gd510_00_10 = ?
    gd510_00_20 = ?
    gd510_00_30 = ?
    gd510_00_40 = ?
    gd810_00_00 = ?
    gd810_00_10 = ?
    gd810_00_20 = ?
    gd810_00_30 = ?
    gd810_00_40 = ?
    ma000_00_00 = Ruin (Level 1)
    ma000_00_10 = Ruin (Level 2)
    ma000_00_20 = Ruin (Level 3)
    ma000_00_30 = Ruin (Level 4)
    ma000_00_40 = Ruin (Level *)
    ma020_00_00 = Ruinga (Level 1)
    ma020_00_10 = Ruinga (Level 2)
    ma020_00_20 = Ruinga (Level 3)
    ma020_00_30 = Ruinga (Level 4)
    ma020_00_40 = Ruinga (Level *)
    ma100_00_00 = Magnet (Level 1)
    ma100_00_10 = Magnet (Level 2)
    ma100_00_20 = Magnet (Level 3)
    ma100_00_30 = Magnet (Level 4)
    ma100_00_40 = Magnet (Level *)
    mb000_00_00 = Fire (Level 1)
    mb000_00_10 = Fire (Level 2)
    mb000_00_20 = Fire (Level 3)
    mb000_00_30 = Fire (Level 4)
    mb000_00_40 = Fire (Level *)
    mb010_00_00 = Fira (Level 1)
    mb010_00_10 = Fira (Level 2)
    mb010_00_20 = Fira (Level 3)
    mb010_00_30 = Fira (Level 4)
    mb010_00_40 = Fira (Level *)
    mb020_00_00 = Firaga (Level 1)
    mb020_00_10 = Firaga (Level 2)
    mb020_00_20 = Firaga (Level 3)
    mb020_00_30 = Firaga (Level 4)
    mb020_00_40 = Firaga (Level *)
    mb030_00_00 = Flare (Level 1)
    mb030_00_10 = Flare (Level 2)
    mb030_00_20 = Flare (Level 3)
    mb030_00_30 = Flare (Level 4)
    mb030_00_40 = Flare (Level *)
    mb100_00_00 = Blizzard (Level 1)
    mb100_00_10 = Blizzard (Level 2)
    mb100_00_20 = Blizzard (Level 3)
    mb100_00_30 = Blizzard (Level 4)
    mb100_00_40 = Blizzard (Level *)
    mb110_00_00 = Blizzara (Level 1)
    mb110_00_10 = Blizzara (Level 2)
    mb110_00_20 = Blizzara (Level 3)
    mb110_00_30 = Blizzara (Level 4)
    mb110_00_40 = Blizzara (Level *)
    mb120_00_00 = Blizzaga (Level 1)
    mb120_00_10 = Blizzaga (Level 2)
    mb120_00_20 = Blizzaga (Level 3)
    mb120_00_30 = Blizzaga (Level 4)
    mb120_00_40 = Blizzaga (Level *)
    mb130_00_00 = Chill (Level 1)
    mb130_00_10 = Chill (Level 2)
    mb130_00_20 = Chill (Level 3)
    mb130_00_30 = Chill (Level 4)
    mb130_00_40 = Chill (Level *)
    mb200_00_00 = Thunder (Level 1)
    mb200_00_10 = Thunder (Level 2)
    mb200_00_20 = Thunder (Level 3)
    mb200_00_30 = Thunder (Level 4)
    mb200_00_40 = Thunder (Level *)
    mb210_00_00 = Thundara (Level 1)
    mb210_00_10 = Thundara (Level 2)
    mb210_00_20 = Thundara (Level 3)
    mb210_00_30 = Thundara (Level 4)
    mb210_00_40 = Thundara (Level *)
    mb220_00_00 = Thundaga (Level 1)
    mb220_00_10 = Thundaga (Level 2)
    mb220_00_20 = Thundaga (Level 3)
    mb220_00_30 = Thundaga (Level 4)
    mb220_00_40 = Thundaga (Level *)
    mb230_00_00 = Surge (Level 1)
    mb230_00_10 = Surge (Level 2)
    mb230_00_20 = Surge (Level 3)
    mb230_00_30 = Surge (Level 4)
    mb230_00_40 = Surge (Level *)
    mb400_00_00 = Aero (Level 1)
    mb400_00_10 = Aero (Level 2)
    mb400_00_20 = Aero (Level 3)
    mb400_00_30 = Aero (Level 4)
    mb400_00_40 = Aero (Level *)
    mb410_00_00 = Aerora (Level 1)
    mb410_00_10 = Aerora (Level 2)
    mb410_00_20 = Aerora (Level 3)
    mb410_00_30 = Aerora (Level 4)
    mb410_00_40 = Aerora (Level *)
    mb420_00_00 = Aeroga (Level 1)
    mb420_00_10 = Aeroga (Level 2)
    mb420_00_20 = Aeroga (Level 3)
    mb420_00_30 = Aeroga (Level 4)
    mb420_00_40 = Aeroga (Level *)
    mb430_00_00 = Tornado (Level 1)
    mb430_00_10 = Tornado (Level 2)
    mb430_00_20 = Tornado (Level 3)
    mb430_00_30 = Tornado (Level 4)
    mb430_00_40 = Tornado (Level *)
    mc100_00_00 = Flamespark (Level 1)
    mc100_00_10 = Flamespark (Level 2)
    mc100_00_20 = Flamespark (Level 3)
    mc100_00_30 = Flamespark (Level 4)
    mc100_00_40 = Flamespark (Level *)
    mc110_00_00 = Flamesparka (Level 1)
    mc110_00_10 = Flamesparka (Level 2)
    mc110_00_20 = Flamesparka (Level 3)
    mc110_00_30 = Flamesparka (Level 4)
    mc110_00_40 = Flamesparka (Level *)
    mc200_00_00 = Firestorm (Level 1)
    mc200_00_10 = Firestorm (Level 2)
    mc200_00_20 = Firestorm (Level 3)
    mc200_00_30 = Firestorm (Level 4)
    mc200_00_40 = Firestorm (Level *)
    mc210_00_00 = Firestorma (Level 1)
    mc210_00_10 = Firestorma (Level 2)
    mc210_00_20 = Firestorma (Level 3)
    mc210_00_30 = Firestorma (Level 4)
    mc210_00_40 = Firestorma (Level *)
    mc300_00_00 = Icespark (Level 1)
    mc300_00_10 = Icespark (Level 2
    mc300_00_20 = Icespark (Level 3
    mc300_00_30 = Icespark (Level 4
    mc300_00_40 = Icespark (Level *
    mc310_00_00 = Icesparka (Level 1)
    mc310_00_10 = Icesparka (Level 1)
    mc310_00_20 = Icesparka (Level 1)
    mc310_00_30 = Icesparka (Level 1)
    mc310_00_40 = Icesparka (Level 1)
    mc400_00_00 = Icestorm (Level 1)
    mc400_00_10 = Icestorm (Level 2)
    mc400_00_20 = Icestorm (Level 3)
    mc400_00_30 = Icestorm (Level 4)
    mc400_00_40 = Icestorm (Level *)
    mc410_00_00 = Icestorma (Level 1)
    mc410_00_10 = Icestorma (Level 2)
    mc410_00_20 = Icestorma (Level 3)
    mc410_00_30 = Icestorma (Level 4)
    mc410_00_40 = Icestorma (Level *)
    mc900_00_00 = Element (Level 1)
    mc900_00_10 = Element (Level 2)
    mc900_00_20 = Element (Level 3)
    mc900_00_30 = Element (Level 4)
    mc900_00_40 = Element (Level *)
    mc910_00_00 = Elementa (Level 1)
    mc910_00_10 = Elementa (Level 2)
    mc910_00_20 = Elementa (Level 3)
    mc910_00_30 = Elementa (Level 4)
    mc910_00_40 = Elementa (Level *)
    mg000_00_00 = Deprotect (Level 1)
    mg000_00_10 = Deprotect (Level 2)
    mg000_00_20 = Deprotect (Level 3)
    mg000_00_30 = Deprotect (Level 4)
    mg000_00_40 = Deprotect (Level *)
    mg010_00_00 = Deshell (Level 1)
    mg010_00_10 = Deshell (Level 2)
    mg010_00_20 = Deshell (Level 3)
    mg010_00_30 = Deshell (Level 4)
    mg010_00_40 = Deshell (Level *)
    mg020_00_00 = Poison (Level 1)
    mg020_00_10 = Poison (Level 2)
    mg020_00_20 = Poison (Level 3)
    mg020_00_30 = Poison (Level 4)
    mg020_00_40 = Poison (Level *)
    mg030_00_00 = Imperil (Level 1)
    mg030_00_10 = Imperil (Level 2)
    mg030_00_20 = Imperil (Level 3)
    mg030_00_30 = Imperil (Level 4)
    mg030_00_40 = Imperil (Level *)
    mg200_00_00 = Deprotega (Level 1)
    mg200_00_10 = Deprotega (Level 2)
    mg200_00_20 = Deprotega (Level 3)
    mg200_00_30 = Deprotega (Level 4)
    mg200_00_40 = Deprotega (Level *)
    mg210_00_00 = Deshellga (Level 1)
    mg210_00_10 = Deshellga (Level 2)
    mg210_00_20 = Deshellga (Level 3)
    mg210_00_30 = Deshellga (Level 4)
    mg210_00_40 = Deshellga (Level *)
    mg220_00_00 = Poisonga (Level 1)
    mg220_00_10 = Poisonga (Level 2)
    mg220_00_20 = Poisonga (Level 3)
    mg220_00_30 = Poisonga (Level 4)
    mg220_00_40 = Poisonga (Level *)
    mg230_00_00 = Imperilga (Level 1)
    mg230_00_10 = Imperilga (Level 2)
    mg230_00_20 = Imperilga (Level 3)
    mg230_00_30 = Imperilga (Level 4)
    mg230_00_40 = Imperilga (Level *)
    mg240_00_00 = Dispel (Level 1)
    mg240_00_10 = Dispel (Level 2)
    mg240_00_20 = Dispel (Level 3)
    mg240_00_30 = Dispel (Level 4)
    mg240_00_40 = Dispel (Level *)
    mg250_00_00 = ?
    mg250_00_10 = ?
    mg250_00_20 = ?
    mg250_00_30 = ?
    mg250_00_40 = ?
    mg500_00_00 = Slow (Level 1)
    mg500_00_10 = Slow (Level 2)
    mg500_00_20 = Slow (Level 3)
    mg500_00_30 = Slow (Level 4)
    mg500_00_40 = Slow (Level *)
    mg530_00_00 = Curse (Level 1)
    mg530_00_10 = Curse (Level 2)
    mg530_00_20 = Curse (Level 3)
    mg530_00_30 = Curse (Level 4)
    mg530_00_40 = Curse (Level *)
    mg560_00_00 = Debrave (Level 1)
    mg560_00_10 = Debrave (Level 2)
    mg560_00_20 = Debrave (Level 3)
    mg560_00_30 = Debrave (Level 4)
    mg560_00_40 = Debrave (Level *)
    mg570_00_00 = Defaith (Level 1)
    mg570_00_10 = Defaith (Level 2)
    mg570_00_20 = Defaith (Level 3)
    mg570_00_30 = Defaith (Level 4)
    mg570_00_40 = Defaith (Level *)
    mg700_00_00 = ?
    mg700_00_10 = ?
    mg700_00_20 = ?
    mg700_00_30 = ?
    mg700_00_40 = ?
    mg730_00_00 = ?
    mg730_00_10 = ?
    mg730_00_20 = ?
    mg730_00_30 = ?
    mg730_00_40 = ?
    mg760_00_00 = Debravega (Level 1)
    mg760_00_10 = Debravega (Level 2)
    mg760_00_20 = Debravega (Level 3)
    mg760_00_30 = Debravega (Level 4)
    mg760_00_40 = Debravega (Level *)
    mg770_00_00 = ?
    mg770_00_10 = ?
    mg770_00_20 = ?
    mg770_00_30 = ?
    mg770_00_40 = ?
    mg900_00_00 = ?
    mg900_00_10 = ?
    mg900_00_20 = ?
    mg900_00_30 = ?
    mg900_00_40 = ?
    ms900_00_00 = ?
    ms900_00_10 = ?
    ms900_00_20 = ?
    ms900_00_30 = ?
    ms900_00_40 = ?
    ms910_00_00 = ?
    ms910_00_10 = ?
    ms910_00_20 = ?
    ms910_00_30 = ?
    ms910_00_40 = ?



    Passive (Auto) Abilities:
    Code:
    wear_at040 = Strength +40
    wear_at080 = Strength +80
    wear_at140 = Strength +110
    wear_at180 = Strength +120
    wear_at220 = Strength +130
    wear_at300 = Strength +150
    wear_at380 = Strength +180
    wear_mg040 = Magic +40
    wear_mg080 = Magic +80
    wear_mg140 = Magic +110
    wear_mg180 = Magic +120
    wear_mg220 = Magic +130
    wear_mg300 = Magic +150
    wear_mg380 = Magic +180
    wear_mx210 = Strength & Magic +150
    wear_hp0100 = Maximum HP +100
    wear_hp0200 = Maximum HP +150
    wear_hp0300 = Maximum HP +180
    wear_hp1200 = Maximum HP +500
    wear_hp1500 = Maximum HP +600
    wear_atbup_05 = Maximum ATB +5
    wear_sp005 = ATB Speed +5
    wear_sp030 = ATB Speed +30
    spa_2010 = Stagger Duration +3%
    spa_2011 = Stagger Duration +5%
    spa_2013 = Stagger Duration +10%
    spa_4000 = Status Ailment Damage +20%
    spa_4001 = Status Ailment Damage +25%
    spa_4010 = Status Ailment Damage +10%
    spa_7300 = Multiple Targets +10%
    spa_7301 = Multiple Targets +20%
    spa_7302 = Multiple Targets +30%
    aa_rat300_00 = Elemental Chaser


    There's obviously a lot more Passive Abilities, but I haven't had the time lately to test the values.


    So how does one edit a skill? First of all, go to Offset 3632C


    Let's take Beat Down (LVL 1) for an example.

    61 74 31 33 30 5F 30 30 5F 30 30 00 00 00 61 74 31 33 30 5F 30 30 00 00 00 00 00 00 [00 00 00 00 00 00 00 00] 00 00 00 00 00 00 00 01 00 00 FF FF FF DD


    The part in [ ] is where your Passive Ability will be placed.

    So if you want Beat Down LVL 1 with... Status Ailment Damage +25%, you'd put:

    61 74 31 33 30 5F 30 30 5F 30 30 00 00 00 61 74 31 33 30 5F 30 30 00 00 00 00 00 00 [73 70 61 5F 34 30 30 31] 00 00 00 00 00 00 00 01 00 00 FF FF FF DD
    Downloads : 25 || Uploads : 1 || Rep Power : 5906 || Posts : 925 || Thanks : 86 || Thanked 234 Times in 134 Posts



  7. #71
    Eternal

    Re: Simple Hex Modding Final Fantasy XIII-3: Lightning Returns

    Okay cool. Guess I'll just stick with editing the ones I have. I now have all the abilities worked out and only need to figure out some auto-passives. Esp, "Critical: Faith + Haste 60 secs" and of those sort. They should be in the range spa_61xx.
    Is there a better way to check for them other than just edit save, test in game, repeat?

  8. #72
    Gfx Artist
    Rpg_Fan

    Ryudo is offline
    Join Date : Dec 2010
    Location : Netherlands
    Posts : 925
    Array

    Re: Simple Hex Modding Final Fantasy XIII-3: Lightning Returns

    Quote Originally Posted by Eternal View Post
    Okay cool. Guess I'll just stick with editing the ones I have. I now have all the abilities worked out and only need to figure out some auto-passives. Esp, "Critical: Faith + Haste 60 secs" and of those sort. They should be in the range spa_61xx.
    Is there a better way to check for them other than just edit save, test in game, repeat?
    Nope, it's the only way sadly.

    It'd go faster if you have a JTagged console so that you can edit saves remotely over FTP, cutting out the process of transferring saves back and forth on USB drive to PC and back.
    Downloads : 25 || Uploads : 1 || Rep Power : 5906 || Posts : 925 || Thanks : 86 || Thanked 234 Times in 134 Posts



 

 
Page 9 of 21 FirstFirst ... 456789101112131419 ... LastLast

Similar Threads

  1. Review - Lightning Returns: Final Fantasy XIII
    By THUMBS in forum Youtube Famous
    Replies: 2
    Last Post: 02-11-2014, 05:06 PM
  2. [YouTube] Battle System - LIGHTNING RETURNS: FINAL FANTASY XIII
    By CloudStrife7x in forum Youtube Famous
    Replies: 5
    Last Post: 01-25-2014, 04:54 PM
  3. 'Final Fantasy XIII - Lightning Returns' announced!
    By Ryudo in forum Youtube Famous
    Replies: 7
    Last Post: 09-03-2012, 01:30 AM

Visitors found this page by searching for:

lightning returns mods

how to mod ability in lightning return

lrff13 how to move locked abilities

FFXIII LR edit ability stats

ff XIII lightning returns code game genie ps3

Hack ffxiii lightning returns horizon

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯