Final Fantasy Hacktics

Modding => Hacking/Patching Tools => Topic started by: Xifanie on December 29, 2016, 04:29:18 pm

Title: Location Names Spreadsheet
Post by: Xifanie on December 29, 2016, 04:29:18 pm
Just something I'm tossing out there that I made in an hour or so...

This spreadsheet allows you to alter the width/height of location name graphics among other things.
Useful if you are translating the game or just making your own total conversion mod.

Note: This spreadsheet is using an experimental spreadsheet template, and there might be bugs. However, from what I know, all the buggy features would not be accessible anyway in this case, but there might be bugs happening if you don't properly configure your settings. So, before you try saving to xml/savestate/ISO, make sure you press "Configure"!
PS: All the functions are located under the Add-Ins tab/ribbon.

Title: Re: Location Names Spreadsheet
Post by: bryanburke on December 29, 2016, 04:31:02 pm
Awesome! Thanks, Xifanie!
Title: Re: Location Names Spreadsheet
Post by: messiahgov on September 02, 2017, 06:54:54 pm
Also thanks for this spreadsheet. Just to let you know, I had to add "PtrSafe" to "Private Declare Function ShellExecute" (before: Lib "shell32.dll" Alias "ShellExecuteA"). Now it looks like this "Private Declare PtrSafe Function ShellExecute" and no more compiling errors. It seems Declare functions need to be allowed by "PtrSafe" on 64-bit OS. I found the solution here: https://msdn.microsoft.com/en-us/library/ee691831.aspx