FINAL FANTASY X/X-2 HD Remaster

FINAL FANTASY X/X-2 HD Remaster

View Stats:
Topher May 31, 2016 @ 7:02am
[NLD] [FFX/X-2] Farplane - Memory Editing Tool
EDIT:
4 August 2017

As many of you suspected, the tool is no longer under development. It should still mostly function for the most part.

If anyone wishes to take over development, please contact me.

----------

Greetings!

I just wanted to let people know about a tool I am working on, so I can get some feedback on my progress so far.

Farplane - FFX/X-2 HD Remaster Editor

Farplane on GitHub[github.com]
Download the latest release[github.com]

What is it?

Farplane is a memory editor for Final Fantasy X/X-2 HD Remaster. It modifies values in the game's memory, allowing you to edit your stats, abilities, equipment, items and much more.

For a full list of features, follow this link![github.com]

Version 0.5.0 Changelog

This version fixes several bugs

- [FFX] Blitzball skill editor only setting Tidus' skills
- [FFX] Fixed offset for base defense
- [FFX-2] Fixed accessories panel showing incorrect data

These features have been added

- [FFX] Equipment editor now supports several new options
- Damage calculation formula
- Attack power and critical chance
- Delete items and correctly create a new item in an empty slot

- [FFX] Mod scripting support
- Runs C#-based scripts compiled when the editor is loaded
- See the script files (*.cs) in the mods folder
- More details and features coming soon

The following mod scripts are included
- Break HP/MP Limit
- Break Damage Limit
- Add Seymour to party
- Automatic free camera toggle

The following boosters are now mod scripts and are no longer available

- [FFX] Break HP/MP Limit
- [FFX] Break Damage Limit

I hope everyone likes my work so far, please feel free to leave any feedback below. Thanks!
Last edited by Topher; Aug 3, 2017 @ 8:26am
< >
Showing 1-15 of 356 comments
Topher May 31, 2016 @ 7:15am 
Originally posted by Shirayuki474:
So it is somekind of advanced save editor, like Hyne for VIII
Same kind of idea, but since it's a PC game we can just modify the game's memory directly instead of the save files.
L4zychipz May 31, 2016 @ 7:54am 
awesome tool, at last shared ap
FallenStar May 31, 2016 @ 7:56am 
Damn nice interface
Drogean May 31, 2016 @ 8:08am 
looking forward to the development of this! great job
Plex May 31, 2016 @ 8:17am 
very nice. I hope you find a way to change event/room IDs so we can basically rewatch cutscenes.
Originally posted by Topher:
Greetings!

I just wanted to let people know about a tool I am working on, so I can get some feedback on my progress so far.

Farplane - FFX/X-2 HD Remaster Editor

Farplane on GitHub[github.com]
Download the latest release[github.com]

What is it?

Farplane is a tool used to edit the game's memory, allowing you to modify various thing such as your party's stats, inventory, equipment abilities, FFX-2 creature abilities and creature trapping. It also includes a bunch of debug options for both games, allowing for true invincibility, controlling enemies and much more.

It also includes a shared AP booster for Final Fantasy X!

For a full list of features, visit the GitHub link above and view the ReadMe.

What options are in there for Blitzball?
Quackberry May 31, 2016 @ 5:08pm 
"The selected option is not currently implemeted." Please fix this typo as a matter of absolute urgency!

Serious feedback:
I love the shared AP option however it's giving AP to Rikku even though I don't have her in my party yet and this isn't something that I want. Is there any chance of adding an option to either only share ap to those in your party or add a way to manually select who is always included in the shared ap please?
Also would it be possible to add a way to automatically set the party formation to something specified after every battle?
Psychoholic May 31, 2016 @ 5:20pm 
Originally posted by Quackberry:
I love the shared AP option however it's giving AP to Rikku even though I don't have her in my party yet and this isn't something that I want. Is there any chance of adding an option to either only share ap to those in your party or add a way to manually select who is always included in the shared ap please?

Precisely this can be done using Cheat Engine. Here's a link to a table someone made with checkboxes to enable/disable characters. No Seymour. http://forum.cheatengine.org/viewtopic.php?p=5674198#5674198
Quackberry May 31, 2016 @ 5:42pm 
Many thanks Psychoholic.
Lucidtomr May 31, 2016 @ 7:31pm 
You can edit Aeon stats with that? Cool. I'll have to try this out later. Thanx Topher. Thanx for the link too Psy
Cowman May 31, 2016 @ 8:44pm 
I'm an idiot and downloaded the source code and couldn't figure out how to open it. Ignore me.
Last edited by Cowman; May 31, 2016 @ 8:46pm
Topher May 31, 2016 @ 10:19pm 
Originally posted by Quackberry:
"The selected option is not currently implemeted." Please fix this typo as a matter of absolute urgency!

Serious feedback:
I love the shared AP option however it's giving AP to Rikku even though I don't have her in my party yet and this isn't something that I want. Is there any chance of adding an option to either only share ap to those in your party or add a way to manually select who is always included in the shared ap please?
Also would it be possible to add a way to automatically set the party formation to something specified after every battle?
Haha I didn't even notice it to be honest, but I will fix it immediately!

For the shared AP mod, I will add an option to toggle each character individually :)



Originally posted by Lucidtomr:
You can edit Aeon stats with that? Cool. I'll have to try this out later. Thanx Topher. Thanx for the link too Psy
Not yet, but it's very close to the top of the list.

Originally posted by Psychoholic:
Originally posted by Quackberry:
I love the shared AP option however it's giving AP to Rikku even though I don't have her in my party yet and this isn't something that I want. Is there any chance of adding an option to either only share ap to those in your party or add a way to manually select who is always included in the shared ap please?

Precisely this can be done using Cheat Engine. Here's a link to a table someone made with checkboxes to enable/disable characters. No Seymour. http://forum.cheatengine.org/viewtopic.php?p=5674198#5674198

Farplane uses the exact same method but it's all automated. I have been using Cheat Engine (and a little help from the forums) a lot to find stuff for the app haha.
Topher May 31, 2016 @ 10:20pm 
Originally posted by MorningLightMountain:
What options are in there for Blitzball?
Blitzball isn't supported yet but it is definitely on the to-do list! I have most of the offsets already, just gotta link it all up :)
Last edited by Topher; May 31, 2016 @ 10:21pm
Psychoholic Jun 1, 2016 @ 12:25am 
Originally posted by Topher:
Farplane uses the exact same method but it's all automated. I have been using Cheat Engine (and a little help from the forums) a lot to find stuff for the app haha.
Cool beans, I look forward to the end result. :D
The only reason I mentioned that was because of the issue with deactivated characters, and after using that method myself for days, I finally found a proper table to use, and thought I'd share since someone had the same complaint.
chrcoluk Jun 1, 2016 @ 2:18am 
I prefer a save file editor, but this is ok also.
< >
Showing 1-15 of 356 comments
Per page: 1530 50