ROM Hack [Request] Final Fantasy Explorers save editor

unknowndatax

Well-Known Member
Newcomer
Joined
Jan 23, 2016
Messages
68
Trophies
0
Age
35
XP
1,256
Country
United States
Do you have their ID names by chance? And 50 bytes long eh. Not so much a problem then.
I do, but I haven't updated my tool to put a name to an ID. The file attached contains the ID and the name ID (used to find the name). An entry is 0x58 bytes long.

Entry:
0x00000000, 4 bytes = ID
0x00000004, 4 bytes = index
0x00000008, 4 bytes = index
0x0000000c, 4 bytes = Name ID
 

Attachments

  • AbilityTable.zip
    37.6 KB · Views: 317

Jan Tan

Well-Known Member
Newcomer
Joined
Jun 12, 2015
Messages
66
Trophies
0
XP
112
Country
Canada
I do, but I haven't updated my tool to put a name to an ID. The file attached contains the ID and the name ID (used to find the name). An entry is 0x58 bytes long.

Entry:
0x00000000, 4 bytes = ID
0x00000004, 4 bytes = index
0x00000008, 4 bytes = index
0x0000000c, 4 bytes = Name ID
Thanks! Is this the list of mutations or jist the skills? Do you mind sending me a private message on how you extract data, like this table, to make a compilation. Your other compilation helped a lot btw.
 

LoDeus

Well-Known Member
Newcomer
Joined
Feb 2, 2016
Messages
95
Trophies
0
Age
25
XP
204
Country
Belgium
Hello! I have a *little* problem: I can't extract the save data files :/ I only got a red bottom screen when I try with SVDT or Save Manager (I'm on n3DS, 10.5.0-30E, Browserhax, Digital copy of the game bought on the eShop, I love the theme :3 )
 

unknowndatax

Well-Known Member
Newcomer
Joined
Jan 23, 2016
Messages
68
Trophies
0
Age
35
XP
1,256
Country
United States
Thanks! Is this the list of mutations or jist the skills? Do you mind sending me a private message on how you extract data, like this table, to make a compilation. Your other compilation helped a lot btw.
It's just the abilities, but I've attached the mutation table.

The way I've been getting them is just looking at a memory dump from the game. All you do is search for any related information and piece the information together.
Entry = 0x6c
0x00000000, 4 bytes = number (this is used in the save file)
0x00000004, 4 bytes = display name id
0x00000008, 4 bytes = name id

can we edit stats of accesory ?
In order to do it, you will need the accessory ID, and trait ID(s). Once you have that, you can give the trait a value if it allows it.
 

Attachments

  • MutationTable.zip
    10.1 KB · Views: 244
  • TraitTable.rar
    3.8 KB · Views: 263
  • Like
Reactions: Jan Tan

Jan Tan

Well-Known Member
Newcomer
Joined
Jun 12, 2015
Messages
66
Trophies
0
XP
112
Country
Canada
It's just the abilities, but I've attached the mutation table.

The way I've been getting them is just looking at a memory dump from the game. All you do is search for any related information and piece the information together.
Entry = 0x6c
0x00000000, 4 bytes = number (this is used in the save file)
0x00000004, 4 bytes = display name id
0x00000008, 4 bytes = name id


In order to do it, you will need the accessory ID, and trait ID(s). Once you have that, you can give the trait a value if it allows it.
You make my life easier. Thank you.

EDIT: I was able to edit a custom ability:

Ultima11
MultiHit 3 (2e00) #46
AP inv factor 3 (4400) #68
AoE 1 (2d00) #45
Resonance Boost 4 (4e00) #78

First thing I noticed is that editing affects the Custom Abilities you already have. Second, there seems to be no pattern on how skills are arranged in the hex editor. In my game, I have Ultima first then Skill A with mutations A B C. In HxD, I still have Ultima then Skill Y with mutation Q. Can you see my dilemma here?

As for mutations, they seem to only take the ID values of the skill (see above). I am thinking that these mutations follow the order they appear in the CS list located in the Notebook.

EDIT2: Nevermind. I went to Datels database and followed the order the mutations listed.
 
Last edited by Jan Tan,

Tenaro

Member
Newcomer
Joined
Jan 31, 2016
Messages
11
Trophies
0
Age
37
XP
55
Country
Brazil
They can tell me why the scythers tab does not have any weapons it?
it is possible to edit them or do something to obtain them ?
and referring to her as the character rises EL, is to change some experience factor so I can leave my character with EL taller quickly ?

if they can help me I will be grateful
 

Arikaido

Well-Known Member
Member
Joined
Jan 29, 2010
Messages
145
Trophies
0
XP
681
Country
United States
Hello! I have a *little* problem: I can't extract the save data files :/ I only got a red bottom screen when I try with SVDT or Save Manager (I'm on n3DS, 10.5.0-30E, Browserhax, Digital copy of the game bought on the eShop, I love the theme :3 )
I'm having a similar issue. I can extract other save files just fine, so I'm not sure why it isn't working specifically for FFEx. Anyone aware of this or a workaround?

ADDED: After a little research, it seems like this is a somewhat known issue. Seems like there's a new encryption involving games released after a certain point. Guess I'll just have to hold on until that encryption is cracked.
 
Last edited by Arikaido,

Lexar

Active Member
Newcomer
Joined
Jan 30, 2016
Messages
44
Trophies
0
Age
29
XP
138
Country
France
It's just the abilities, but I've attached the mutation table.

The way I've been getting them is just looking at a memory dump from the game. All you do is search for any related information and piece the information together.
Entry = 0x6c
0x00000000, 4 bytes = number (this is used in the save file)
0x00000004, 4 bytes = display name id
0x00000008, 4 bytes = name id


In order to do it, you will need the accessory ID, and trait ID(s). Once you have that, you can give the trait a value if it allows it.


but how can i found item, i'm looking for accesory wich boost movement speed
 

infinete

The Temp's cynic.
Member
Joined
May 20, 2008
Messages
473
Trophies
1
Age
36
Location
London
XP
1,522
Country
Has anyone figured out how to add the legendary weapon quests rather than just unlocking the items?
I have save data imediatly before and after applying the serials from the CE pack (EU)..I can see the differences in hex but making those changes to my non ce save did not unlock the quests...unless someone else wants to take a look?
 

Tenaro

Member
Newcomer
Joined
Jan 31, 2016
Messages
11
Trophies
0
Age
37
XP
55
Country
Brazil
Good morning , I was noticing that the offset 540 , which corresponds to the EL, when it changes its value later on in the offset 544 and 545 their values also change would be they data that matches the amount of XP gained to change your permanent EL ?
someone could help me with this?
thank since already attention .
 
Last edited by Tenaro,

bunnymod

New Member
Newbie
Joined
Feb 5, 2016
Messages
4
Trophies
0
Age
28
XP
50
Country
United States
Is there any offset that determines which classes are unlocked? Specifically looking for Machinist at the moment.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Jayro @ Jayro:
    I have yaoi anime hands, very lorge but slender.
  • Jayro @ Jayro:
    I'm Slenderman.
  • Veho @ Veho:
    I have hands.
  • BakerMan @ BakerMan:
    imagine not having hands, cringe
    +1
  • AncientBoi @ AncientBoi:
    ESPECIALLY for things I do to myself :sad:.. :tpi::rofl2: Or others :shy::blush::evil:
    +1
  • The Real Jdbye @ The Real Jdbye:
    @SylverReZ if you could find a v5 DS ML you would have the best of both worlds since the v5 units had the same backlight brightness levels as the DS Lite unlockable with flashme
  • The Real Jdbye @ The Real Jdbye:
    but that's a long shot
  • The Real Jdbye @ The Real Jdbye:
    i think only the red mario kart edition phat was v5
  • BigOnYa @ BigOnYa:
    A woman with no arms and no legs was sitting on a beach. A man comes along and the woman says, "I've never been hugged before." So the man feels bad and hugs her. She says "Well i've also never been kissed before." So he gives her a kiss on the cheek. She says "Well I've also never been fucked before." So the man picks her up, and throws her in the ocean and says "Now you're fucked."
    +2
  • BakerMan @ BakerMan:
    lmao
  • BakerMan @ BakerMan:
    anyways, we need to re-normalize physical media

    if i didn't want my games to be permanent, then i'd rent them
    +1
  • BigOnYa @ BigOnYa:
    Agreed, that why I try to buy all my games on disc, Xbox anyways. Switch games (which I pirate tbh) don't matter much, I stay offline 24/7 anyways.
  • AncientBoi @ AncientBoi:
    I don't pirate them, I Use Them :mellow:. Like I do @BigOnYa 's couch :tpi::evil::rofl2:
    +1
  • cearp @ cearp:
    @BakerMan - you can still "own" digital media, arguably easier and better than physical since you can make copies and backups, as much as you like.

    The issue is DRM
    +1
  • cearp @ cearp:
    You can buy drm free games / music / ebooks, and if you keep backups of your data (like documents and family photos etc), then you shouldn't lose the game. but with a disk, your toddler could put it in the toaster and there goes your $60

    :rofl2:
  • cearp @ cearp:
    still, I agree physical media is nice to have. just pointing out the issue is drm
  • rqkaiju2 @ rqkaiju2:
    i like physical media because it actually feels like you own it. thats why i plan on burning music to cds
  • cearp @ cearp:
    It's nice to not have to have a lot of physical things though, saves space
    +1
  • AncientBoi @ AncientBoi:
    Nor clothes 🤮 . Saves on time, soap, water and money having to wash them. :D
  • SylverReZ @ SylverReZ:
    @rqkaiju2, Physical media is a great source for archiving your data, none of that cloud storage shiz.
    +1
  • AncientBoi @ AncientBoi:
    [squeezes @SylverReZ onto a physical media, then archives you in my old stuff box] :tpi::rofl2::tpi:
    +1
    SylverReZ @ SylverReZ: @AncientBoi, Lmao +1