Final Fantasy Hacktics

Modding => Map Editing => Topic started by: DRA6N on August 06, 2024, 01:46:35 pm

Title: Getting Map tiles to use outside of FFT
Post by: DRA6N on August 06, 2024, 01:46:35 pm
Hello, I am new to the ffHacktics forum. I was curious if it were possible to get the individual tiles used in the FFT maps, to use outside of FFT. Say I want to use them in a game engine I am toying with, is this possible?
Title: Re: Getting Map tiles to use outside of FFT
Post by: Jumza on August 07, 2024, 07:04:22 pm
What you can do is download the map editor (Ganesha DX found here https://github.com/Garmichael/GaneshaDx/releases ) and you can look at what UV data specific tiles are using, GDX allows you to then export the textures and palettes which you can use to get the image data you need.