Final Fantasy Hacktics

Modding => Help! => Topic started by: Tony75 on April 10, 2012, 10:39:35 pm

Title: A couple Item Questions ...
Post by: Tony75 on April 10, 2012, 10:39:35 pm
How can I make armor female only on psx ?
Can I make a weapon into armor and equip it ? It only appears in the hand menu .
Is it possible to transfer the minerva icon to the psx ?
Title: Re: A couple Item Questions ...
Post by: Rfh on April 11, 2012, 07:56:53 am
1- Yes, you can create female only with Alma 4, the only problem is that it doesn't allows only female an object, but yes an item type (like rings). Link: http://ffhacktics.com/smf/index.php?topic=6664.0

2- Yes, but you need an ASM hack.

3- Yes: (BY CELDIA)
1.) Go http: http://www.zophar.net/utilities/graphutil/tile-molester.html and dowload TileMolester.
2.) Use CDMage to grab Item.bin out of the Event folder of your ISO.
3.) Open Item.bin with TileMolester. It should look like a big jumbled mess. Let's fix that.
4.) Go to View > Codec > "4bpp, linear, reverse-order"
5.) Go to View > Mode > "2-Dimensional"

Hopefully things start to look familiar at this point. The last thing to do before you start editing is look for this button at the top somewhere (http://img.photobucket.com/albums/v311/Celdia/WidthButton02.png) and click it. It will expand the viewing area and reorganize things so that after a few clicks it all looks like this:
(http://img.photobucket.com/albums/v311/Celdia/ItemIcons02.png)

Use the actual palettes for edit the item. If you want to edit a item palette: (BY XIFANIE)

1) Edit the .BMP With a palette editor to switch palettes and stuff. (Like Graphics Gale)
2) Convert to .TIM using TIMUTIL.EXE (http://www.4shared.com/rar/BGBEP5Av/file.html). Create one 4bit and one 8bit version so you can keep all the 16 palettes and not just the first one. (in Bit Depth)
3) Using a hex editor:
Copy 0x0040-0x803F from your 4bit .TIM to 0x0000-0x7FFF in ITEM.BIN (palettes)
4) Import to your ISO with cdmage/cdprog.
Title: Re: A couple Item Questions ...
Post by: Celdia on April 11, 2012, 09:24:28 am
And all of that information is listed in this thread which is really where you should have been linked to instead of a repeat post going up. http://ffhacktics.com/smf/index.php?topic=6543.0
Title: Re: A couple Item Questions ...
Post by: Rfh on April 11, 2012, 05:13:21 pm
Sorry Celdia, I just wanted to put the necessary information needed Tony. There had to be put your credits. I am sorry, really
Title: Re: A couple Item Questions ...
Post by: Tony75 on April 11, 2012, 08:02:24 pm
So do I just open both itembins psp and psx copy the minerva and paste it on the rubber suit save and thats it ?