ROM Hack Has anyone been able to get Hyne to work with final fantasy 8 remastered?

alxrite

Well-Known Member
Newcomer
Joined
Nov 11, 2018
Messages
86
Trophies
0
Age
42
XP
320
Country
United States
I loaded up the save now and it works, but the controls are messed up?? Like a and b are x and y

strange...

Yes, that is what I was saying. It is very weird. Threw me off.

EDIT: I was wondering if I did something wrong so I redid it. Still the same. The only thing I can think it is is maybe it is the config from the PS1? Somehow the buttons are swapped? Not sure. But they are upside down.
 
Last edited by alxrite,

alxrite

Well-Known Member
Newcomer
Joined
Nov 11, 2018
Messages
86
Trophies
0
Age
42
XP
320
Country
United States
Can this editor be used to make Boko level 4 as if the pocketstation game was finished?

You can make him higher than level 4, so yes.
hyneChocoboWorld.JPG
 

Rahkeesh

Well-Known Member
Member
Joined
Apr 3, 2018
Messages
2,178
Trophies
1
Age
42
XP
3,261
Country
United States
Customized controls are per-save. There is a section header on the right in hyne that controls config, and then a checkbox that removes control customization. I'm pretty sure I mentioned this already too. :P
 

Artemis21

Member
Newcomer
Joined
Mar 7, 2018
Messages
14
Trophies
0
XP
123
Country
Italy
I'd like to port my Steam save to my Switch but I don't understand the 4 bytes thing, in the steam save on the first 4 I get EB 0D, how do I calculate the 4 first bytes?
 

Attachments

  • ff8.png
    ff8.png
    299.7 KB · Views: 101

alxrite

Well-Known Member
Newcomer
Joined
Nov 11, 2018
Messages
86
Trophies
0
Age
42
XP
320
Country
United States
Customized controls are per-save. There is a section header on the right in hyne that controls config, and then a checkbox that removes control customization. I'm pretty sure I mentioned this already too. :P

Sorry Rahkeesh, I must have missed that. But, we got it sorted out. Now we know, thanks!

I'd like to port my Steam save to my Switch but I don't understand the 4 bytes thing, in the steam save on the first 4 I get EB 0D, how do I calculate the 4 first bytes?

Yeah, so there seems to be more to it with some saves. I don't think a one tutorial will do. Your Switch save file size is 830bytes, while your Steam save is DEB (3563b). I would need to see the file and see why it is so large. The most I have seen is a file of 10,738b. Normal is 10,244b. The only other save I have seen this high is the PS4 save linked above you and I am still trying to find a way to convert it. Sorry I am slow, I am still new to this.
 

Falo

Well-Known Member
Member
Joined
Jul 22, 2012
Messages
680
Trophies
2
XP
2,627
Country
Germany
I'd like to port my Steam save to my Switch but I don't understand the 4 bytes thing, in the steam save on the first 4 I get EB 0D, how do I calculate the 4 first bytes?
PC saves are raw, so to convert it, just calculate 0xDEB + 4 -> 0xDEF and then write that before the start so that it looks like: "EF 0D 00 00 EB 0D 00 00".
Note: FF8 saves are compressed, so it's normal that the filesize is always different and some saves are bigger then others, because they contains less 0x00 values.

About the PS4 saves, sorry but it's in a different format and encrypted you would need to find someone with enough knowlegde in the PS4 scene to reverse the PS4 executable to make a converter.
 

alxrite

Well-Known Member
Newcomer
Joined
Nov 11, 2018
Messages
86
Trophies
0
Age
42
XP
320
Country
United States
PC saves are raw, so to convert it, just calculate 0xDEB + 4 -> 0xDEF and then write that before the start so that it looks like: "EF 0D 00 00 EB 0D 00 00".
Note: FF8 saves are compressed, so it's normal that the filesize is always different and some saves are bigger then others, because they contains less 0x00 values.

About the PS4 saves, sorry but it's in a different format and encrypted you would need to find someone with enough knowlegde in the PS4 scene to reverse the PS4 executable to make a converter.

Thank you for clearing all that up Falo!
 
  • Like
Reactions: darksweet

TheSirSpence

New Member
Newbie
Joined
Sep 7, 2019
Messages
2
Trophies
0
Age
39
XP
33
Country
Ukraine
Oh ok. I think I got the first part!

Let me edit this and reverse it and I will share how to do it and help those that need it. Give me a minute, figuring it all out.

--------------------- MERGED ---------------------------

Step 1: Open your Hex editor (Mine is HxD) and open your Switch file ff8slot00
View attachment 178470
Step 2: Look at the first 4 bytes: this tells you how long your save file is, no need to convert: Mine is 26 09 00 00 (read right to left) 00 00 09 26 Mine is 926
(If yours is something like: 34 08 00 00, it will be, 00 00 08 34 = 834​
View attachment 178471

Step 3: Select 04 (byte)
View attachment 178470
Step 4: In HxD I can right click and "Select Block" a byte: type in 926 (yours will/could be different)
View attachment 178472
Step 5: It will highlight a block of code. Copy this and Ctrl+N to make a new file
View attachment 178473
Step 6: Paste the block
View attachment 178474
Step 7: Save the file to ff8slot00.ff8
View attachment 178475
Step 8: Open in hyne
View attachment 178476
Edit how you like!

Figured it out!

Step 9: After you have made the changes to your save file in Hyne. You will open the save back into your hex editor.
View attachment 178483
Step 10: You will see the new file size, mine is 00 00 09 21 = 921.
View attachment 178483
Step 11: Copy all the info, Ctrl+A
View attachment 178473
Step 12: Go to the ORIGINAL ff8slot00 file from Step 1.
View attachment 178470
Step 13: On byte 04 in my ORIGINAL ff8slot00 the byte is 22. Highlight that.
View attachment 178470
Step 14: you will now right click and "Select Block" again. Now I would type in 921 as that is my new file size.
View attachment 178484
Step 15: Paste in the new info Ctrl+B (Paste Write)
View attachment 178488
Step 16: This left me with 5 bytes of extra data that was now not needed. I just typed in 00 00 00 00 00. This cleared the info on the end of the save file.

Step 17: Load your save file and if you did it right, you should be able to play the game with your new edits.

Notes: Your save file should be 10,244 when you are done editing. If it is lower or higher, you will need to go in just after your save info and add/delete some bytes. 1 byte per 1 you are off from 10,244. This should fix it if it is not loading or you are getting an error trying to boot the game. This is what happened to me and this is what I did to remedy it.

I hope this helps. Please feel free to message me if you need help!


I think I may be too much of an idiot for this idiots guide, or maybe I am too old for hex editing. All I am wanting to do is play my unedited PC save on my switch and then on the PC when I get back home.

The problem I have is that you say the first 4 bytes are the size, well mine have letters in them, so I cant even get past part 1. This is what I see:

8E 0A 00 00 BF 53 I am so clueless, I would appreciate the help.

I have uploaded my save file for reference, although I am not after someone doing it for me, I would much rather learn how.
 

Attachments

  • slot1_save02.zip
    2.7 KB · Views: 81

Rahkeesh

Well-Known Member
Member
Joined
Apr 3, 2018
Messages
2,178
Trophies
1
Age
42
XP
3,261
Country
United States
Its letters because its hexidecimal, base 16 rather than our numeric base 10. 1-9, A-F.

hex 5 = numeric 5
Hex A = numeric 10
hex 10 = numeric 16

By default the addresses, i.e. the numbers on the left that show you where you are, are also in hex, so you shouldn't have to worry about converting them.
 

TheSirSpence

New Member
Newbie
Joined
Sep 7, 2019
Messages
2
Trophies
0
Age
39
XP
33
Country
Ukraine
I may be missing something else here, but how do you guys get your saves off your switch. I just did a google and everything I see seems to be saying that it is not possible???
 

luigui300

Member
Newcomer
Joined
Jun 19, 2018
Messages
17
Trophies
0
Age
38
XP
159
Country
Mexico
Could someone help me with my saved file? when I open it with HxD this seems to me: 2F 08 00 00 2B, I don't know what to do there, I'm a newbie, here I leave the photo of my file, thanks.
 

Attachments

  • 70380642_2492065324346209_4889464763462975488_n.jpg
    70380642_2492065324346209_4889464763462975488_n.jpg
    511.2 KB · Views: 88
Last edited by luigui300,

badman112

Well-Known Member
Member
Joined
Apr 9, 2008
Messages
206
Trophies
1
XP
860
Country
@alexrite

Anychance of posting a save from first save with pretty much everything??? Made a thread pretty much got ignored lol.
 

chefmario

Well-Known Member
Member
Joined
Nov 7, 2018
Messages
101
Trophies
0
Age
45
XP
857
Country
United States
Last edited by chefmario,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    OctoAori20 @ OctoAori20: Nice nice-