Difference between revisions of "Main Page"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''How to edit the wiki'''
+
=How to Edit the Wiki=
Because of spam, now only registered users will have the privileges to edit the wiki. You can [http://ffhacktics.com/smf/index.php?action=pm;sa=send;u=2 request an account to Xifanie], login with your own account, or use the account FFHGuest with the password "hacktics" (without the quotes). The guest account may be removed upon abuse.
+
Because of spam, now only registered users will have the privileges to edit the wiki. You can request an account on the forum or on our discord to [http://ffhacktics.com/smf/index.php?action=pm;sa=send;u=2 Xifanie] or [https://ffhacktics.com/smf/index.php?action=profile;u=5234 Raijinili], or use the account FFHGuest with the password "hacktics" (without the quotes). The guest account may be removed upon abuse.
  
 
=Getting Started=
 
=Getting Started=
Line 6: Line 6:
 
*[[Hex and Binary]]
 
*[[Hex and Binary]]
 
*[[Tools]]
 
*[[Tools]]
 +
 +
== Forum Links ==
 
*[http://ffhacktics.com/smf/index.php?topic=9204.0 Tutorial Index]
 
*[http://ffhacktics.com/smf/index.php?topic=9204.0 Tutorial Index]
 
*[http://ffhacktics.com/smf/index.php?topic=9210.0 Important Links]
 
*[http://ffhacktics.com/smf/index.php?topic=9210.0 Important Links]
 
*[http://ffhacktics.com/smf/index.php?board=23.0 Help Section]
 
*[http://ffhacktics.com/smf/index.php?board=23.0 Help Section]
  
=Documentation=
+
=ASM Hacking=
*[[Font]]
+
Related Tools: [[FFTOrgASM]] (ASM Applicator), [[MassHexASM]] (ASM encoder/decoder), [[LEDecoder]] (Scans files for ASM code)
*[[Memory Card Format]]
 
*[[New Game Introduction]]
 
*[[.TIM File Format]]
 
*Game Stats
 
**[[Battle Stats]]
 
**[[World Stats]]
 
**[[Item Inventory]]
 
**[[Variables]]
 
*[[RNG]]
 
*[[Settings]]
 
  
==ASM Hacking==
+
===Community Space Management===
Related Tools: [[FFTOrgASM]] (ASM Applicator), [[MassHexASM]] (ASM encoder/decoder), [[LEDecoder]] (Scans files for ASM code)
+
*[[Static Free Space Allocation]]
  
;ASM references
+
===ASM References===
 
*[[Learning ASM|Learn: ASM Hacking]]
 
*[[Learning ASM|Learn: ASM Hacking]]
 
*[[Data/Table Locations]]
 
*[[Data/Table Locations]]
 
*[[R3000 instruction set]]
 
*[[R3000 instruction set]]
  
;FFT's assembly code
+
===FFT's Assembly Code===
 
*[[Formulas]]
 
*[[Formulas]]
 
*[[Routine Locations]]
 
*[[Routine Locations]]
**[[SCUS_942.21 ]]
+
**[[KERNEL SECTION|PSX BIOS]]
 +
**[[SCUS_942.21]]
 
**[[BATTLE.BIN]]
 
**[[BATTLE.BIN]]
 +
***[[Formulas]]
 
**[[WLDCORE.BIN]]
 
**[[WLDCORE.BIN]]
 
**[[WORLD.BIN]]
 
**[[WORLD.BIN]]
 +
**[[OPEN.BIN]]
 +
**[[ATTACK.OUT ROUTINES|ATTACK.OUT]]
 
**[[REQUIRE.OUT]]
 
**[[REQUIRE.OUT]]
 
**[[EQUIP.OUT]]
 
**[[EQUIP.OUT]]
 +
**[[ETC.OUT]]
 +
 +
==Address Reference==
 +
*[[Font]]
 +
*[[Memory Card Format]]
 +
*[[New Game Introduction]]
 +
*[[.TIM File Format]]
 +
*Game Stats
 +
**[[Battle Stats]]
 +
**[[World Stats]]
 +
**[[Item Inventory]]
 +
**[[Variables]]
 +
*[[RNG]]
 +
*[[Settings]]
  
===ASM Hacks===
+
==ASM Hacks==
 
This is by no means an exhaustive list, but some are listed here for better documentation how to use them.
 
This is by no means an exhaustive list, but some are listed here for better documentation how to use them.
 
*[[Spreadsheet Hacks]]
 
*[[Spreadsheet Hacks]]
Line 61: Line 71:
 
*[[Learn: Spriting]]
 
*[[Learn: Spriting]]
 
*[[SHP]]
 
*[[SHP]]
*[[SHQ]]
+
*[[SEQ]]
  
 
==Maps==
 
==Maps==
Related Tools: [[Ganesha]] (Map Editor), [[Map2gl]] (Map Viewer)
+
Related Tools: [https://github.com/Garmichael/GaneshaDx/ GaneshaDX] (Map Editor), [[Map2gl]] (Map Viewer)
*[[Learn: Map Editing]]
+
*[https://www.youtube.com/watch?v=eJm1jh5mnG0&list=PLh_iA7J_8dx3XcC5xZU3MkRoYFrsLOe0D&index=1/ Learn: Map Editing]
 
*[[Maps|Map Data Format]]
 
*[[Maps|Map Data Format]]
 +
*[[:Category:Vanilla Maps]]
 +
*[[:Category:Custom Maps]]
  
 
==Music==
 
==Music==
 
*[[Learn: Music Editing]]
 
*[[Learn: Music Editing]]
 
*[[Music/SMD|Music/SMD Format]]
 
*[[Music/SMD|Music/SMD Format]]
 +
*[[Songs]]
  
 
==Lists==
 
==Lists==
Line 88: Line 101:
 
*[[Map Order in Attack.out]]
 
*[[Map Order in Attack.out]]
 
*[[Monster Animations]]
 
*[[Monster Animations]]
*[[Music]]
+
*[[Songs]]
 
*[[Portrait Numbers|Portraits]]
 
*[[Portrait Numbers|Portraits]]
 
*[[Shop Selling Lists|Shop Availability]]
 
*[[Shop Selling Lists|Shop Availability]]
Line 106: Line 119:
  
 
==Other==
 
==Other==
*Japanese sites
+
===Japanese Sites===
**[http://www23.atwiki.jp/fft_cheat/ Wiki]
+
*[http://www23.atwiki.jp/fft_cheat/ Wiki]
**[http://fft.nm.land.to/cgi-bin/upload.html Downloads]
+
*[http://fft.nm.land.to/cgi-bin/upload.html Downloads]
  
 
=Other Games=
 
=Other Games=
 
*[[Final Fantasy Tactics A2: Grimoire of the Rift]]
 
*[[Final Fantasy Tactics A2: Grimoire of the Rift]]

Latest revision as of 04:16, 29 July 2023

How to Edit the Wiki

Because of spam, now only registered users will have the privileges to edit the wiki. You can request an account on the forum or on our discord to Xifanie or Raijinili, or use the account FFHGuest with the password "hacktics" (without the quotes). The guest account may be removed upon abuse.

Getting Started

Related Tools: FFTPatcher Suite (All purpose Patcher)

Forum Links

ASM Hacking

Related Tools: FFTOrgASM (ASM Applicator), MassHexASM (ASM encoder/decoder), LEDecoder (Scans files for ASM code)

Community Space Management

ASM References

FFT's Assembly Code

Address Reference

ASM Hacks

This is by no means an exhaustive list, but some are listed here for better documentation how to use them.

Story

Related Tools: EasyVent Editor (Event Editor), EvtchrView (Event Sprites Viewer/Importer), ATTACK.OUT Editor (Scenario Editor), Gameflow Editor

Sprites

Related Tools: FFTEVGRP (Formation Sprite Importer), Shishi Sprite Editor (Spritesheet Importer), Palette Editor

Maps

Related Tools: GaneshaDX (Map Editor), Map2gl (Map Viewer)

Music

Lists

Notes

Other

Japanese Sites

Other Games