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: 316

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: 242
  • TraitTable.rar
    3.8 KB · Views: 260
  • 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
  • No one is chatting at the moment.
  • Xdqwerty @ Xdqwerty:
    good night
  • BakerMan @ BakerMan:
    as to you
  • K3Nv2 @ K3Nv2:
    How do you know if the night will be good when you're asleep
  • BakerMan @ BakerMan:
    because i didn't say i was asleep
  • BakerMan @ BakerMan:
    i said i was sleeping...
  • BakerMan @ BakerMan:
    sleeping with uremum
  • K3Nv2 @ K3Nv2:
    Even my mum slept on that uremum
  • TwoSpikedHands @ TwoSpikedHands:
    yall im torn... ive been hacking away at tales of phantasia GBA (the USA version) and have so many documents of reverse engineering i've done
  • TwoSpikedHands @ TwoSpikedHands:
    I just found out that the EU version is better in literally every way, better sound quality, better lighting, and there's even a patch someone made to make the text look nicer
  • TwoSpikedHands @ TwoSpikedHands:
    Do I restart now using what i've learned on the EU version since it's a better overall experience? or do I continue with the US version since that is what ive been using, and if someone decides to play my hack, it would most likely be that version?
  • Sicklyboy @ Sicklyboy:
    @TwoSpikedHands, I'll preface this with the fact that I know nothing about the game, but, I think it depends on what your goals are. Are you trying to make a definitive version of the game? You may want to refocus your efforts on the EU version then. Or, are you trying to make a better US version? In which case, the only way to make a better US version is to keep on plugging away at that one ;)
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
    The Real Jdbye @ The Real Jdbye: never had that i don't think