Final Fantasy V-e
I'm going to be writing about my hacking process for Final Fantasy V's PC release. My plan is to extract the resources and rebuild them with improved character sprites and fixes to some of the errors on the field sprites.
The name "FFV-e" is a reference to RPGe; the collaboration group who translated the SNES version of FFV into English, the version that arguably has the best script-translation of all versions of the game.
Plan
Sprites
Waifu2x with the original SNES sprites could be a good, quick method to bring back the classic character sprites. First task would be replacing Bartz's sprites; if that is successful then we know this mod is possible.
World tiles
The mobile releases have very bad seems on some of the tiles and connectivity is entirely off (Meteorite external tiles). The majority of the world tiles are very good quality and retain the style of the SNES release, so I expect no major changes to be needed here.
Script
This is an ambitious one, but it's something I'd really like to do. There are many, many artistic liberties taken in the mobile FFV script which adds a lot of comic flair. I'd like to bring dialogue that has gone this way back down to be closer to the original Japanese dialogue, even if that means Japanese culture references being used.
Window Skin
This is a matter of taste, but the modern window-skin adds some nice border-detail, however I feel that going back to a standard white-border blue-background would give a clear visual indication that this mod is being used.
Previous Investigations
The Android release has an encrypted content archive (standard for Android content extensions). This does not indicate that the PC version will use content encryption, but there's a good chance that there will be some kind of content protection/data format.
Encrypted content could be a problem and may cause this mod to never get off the ground.
FFVI?
Yeah sure if things go well with modding FFV and VI with the same content format gets a PC release. More people care about FFVI - even though FFV is way better - so it would be worth investigating FFV modding as FFVI could make a good modding community.
First Contact
Straight away, looks like things are good! The image format is PNG and accessing a corrupt form of the image is very easy.
Here's a corrupt frog field-sprite;
Faces seem to work easy;
In the string resources there also seems to be a LOT of references to Final Fantasy VIII???
As an example, these strings exist;
Also looks like changing the window skin frame is very easy to achieve. In this image I changed the frame to be tinted a teal colour in GIMP: http://i.imgur.com/e33G3FF.jpg
Means we can style it quite easily.
I'm going to be writing about my hacking process for Final Fantasy V's PC release. My plan is to extract the resources and rebuild them with improved character sprites and fixes to some of the errors on the field sprites.
The name "FFV-e" is a reference to RPGe; the collaboration group who translated the SNES version of FFV into English, the version that arguably has the best script-translation of all versions of the game.
Plan
Sprites
Waifu2x with the original SNES sprites could be a good, quick method to bring back the classic character sprites. First task would be replacing Bartz's sprites; if that is successful then we know this mod is possible.
World tiles
The mobile releases have very bad seems on some of the tiles and connectivity is entirely off (Meteorite external tiles). The majority of the world tiles are very good quality and retain the style of the SNES release, so I expect no major changes to be needed here.
Script
This is an ambitious one, but it's something I'd really like to do. There are many, many artistic liberties taken in the mobile FFV script which adds a lot of comic flair. I'd like to bring dialogue that has gone this way back down to be closer to the original Japanese dialogue, even if that means Japanese culture references being used.
Window Skin
This is a matter of taste, but the modern window-skin adds some nice border-detail, however I feel that going back to a standard white-border blue-background would give a clear visual indication that this mod is being used.
Previous Investigations
The Android release has an encrypted content archive (standard for Android content extensions). This does not indicate that the PC version will use content encryption, but there's a good chance that there will be some kind of content protection/data format.
Encrypted content could be a problem and may cause this mod to never get off the ground.
FFVI?
Yeah sure if things go well with modding FFV and VI with the same content format gets a PC release. More people care about FFVI - even though FFV is way better - so it would be worth investigating FFV modding as FFVI could make a good modding community.
First Contact
Straight away, looks like things are good! The image format is PNG and accessing a corrupt form of the image is very easy.
Here's a corrupt frog field-sprite;

Faces seem to work easy;

In the string resources there also seems to be a LOT of references to Final Fantasy VIII???
As an example, these strings exist;
- Great Plains of Galbadia
- Unlock Guardian Force Carbuncle
- White SeeD Ship- Cabin
Also looks like changing the window skin frame is very easy to achieve. In this image I changed the frame to be tinted a teal colour in GIMP: http://i.imgur.com/e33G3FF.jpg
Means we can style it quite easily.