Difference between revisions of "Main Page"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
 
m
 
(97 intermediate revisions by 14 users not shown)
Line 1: Line 1:
'''MediaWiki has been successfully installed.'''
+
=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 [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.
  
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
=Getting Started=
 +
Related Tools: [[FFTPatcher Suite]] (All purpose Patcher)
 +
*[[Hex and Binary]]
 +
*[[Tools]]
  
== Getting started ==
+
== Forum Links ==
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
*[http://ffhacktics.com/smf/index.php?topic=9204.0 Tutorial Index]
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
*[http://ffhacktics.com/smf/index.php?topic=9210.0 Important Links]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
*[http://ffhacktics.com/smf/index.php?board=23.0 Help Section]
 +
 
 +
=ASM Hacking=
 +
Related Tools: [[FFTOrgASM]] (ASM Applicator), [[MassHexASM]] (ASM encoder/decoder), [[LEDecoder]] (Scans files for ASM code)
 +
 
 +
===Community Space Management===
 +
*[[Static Free Space Allocation]]
 +
 
 +
===ASM References===
 +
*[[Learning ASM|Learn: ASM Hacking]]
 +
*[[Data/Table Locations]]
 +
*[[R3000 instruction set]]
 +
 
 +
===FFT's Assembly Code===
 +
*[[Formulas]]
 +
*[[Routine Locations]]
 +
**[[KERNEL SECTION|PSX BIOS]]
 +
**[[SCUS_942.21]]
 +
**[[BATTLE.BIN]]
 +
***[[Formulas]]
 +
**[[WLDCORE.BIN]]
 +
**[[WORLD.BIN]]
 +
**[[OPEN.BIN]]
 +
**[[ATTACK.OUT ROUTINES|ATTACK.OUT]]
 +
**[[REQUIRE.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==
 +
This is by no means an exhaustive list, but some are listed here for better documentation how to use them.
 +
*[[Spreadsheet Hacks]]
 +
*[[Party Roster Extension]]
 +
*[[RAD]] - Job Wheel Expansion
 +
*[[ALMA]] - Ability Linked Multipliers
 +
*[[ARH]] - Ability Requirement Hack
 +
 
 +
==Story==
 +
Related Tools: [[EasyVent Editor]] (Event Editor), [[EvtchrView ]] (Event Sprites Viewer/Importer), [[ATTACK.OUT Editor]] (Scenario Editor), [[Gameflow Editor]]
 +
*[[Learn: Eventing]]
 +
*[[Learn: World Map Editing]]
 +
*[[Event Instructions]]
 +
*[[Attack.Out Battle Event Conditionals]]
 +
*[[World Map Instructions]]
 +
 
 +
==Sprites==
 +
Related Tools: [[FFTEVGRP]] (Formation Sprite Importer), [[Shishi Sprite Editor]] (Spritesheet Importer), [[Palette Editor]]
 +
*[[Learn: Spriting]]
 +
*[[SHP]]
 +
*[[SEQ]]
 +
 
 +
==Maps==
 +
Related Tools: [https://github.com/Garmichael/GaneshaDx/ GaneshaDX] (Map Editor), [[Map2gl]] (Map Viewer)
 +
*[https://www.youtube.com/watch?v=eJm1jh5mnG0&list=PLh_iA7J_8dx3XcC5xZU3MkRoYFrsLOe0D&index=1/ Learn: Map Editing]
 +
*[[Maps|Map Data Format]]
 +
*[[:Category:Vanilla Maps]]
 +
*[[:Category:Custom Maps]]
 +
 
 +
==Music==
 +
*[[Learn: Music Editing]]
 +
*[[Music/SMD|Music/SMD Format]]
 +
*[[Songs]]
 +
 
 +
==Lists==
 +
*[[Abilities List|Abilities]]
 +
*[[Ability and Spell Animations]]
 +
*[[Animations]]
 +
*[[CD Index]]
 +
*[[Effect Files]]
 +
*[[ENTD Character Join Events]]
 +
*[[ENTD Event Codes]]
 +
*[[Event Scripts and Scenario Order correlation]]
 +
*[[Inflict Status]]
 +
*[[Items List|Items]]
 +
*[[Item Attribute]]
 +
*[[Item Graphics]]
 +
*[[Jobs List|Jobs]]
 +
*[[Map Order in Attack.out]]
 +
*[[Monster Animations]]
 +
*[[Songs]]
 +
*[[Portrait Numbers|Portraits]]
 +
*[[Shop Selling Lists|Shop Availability]]
 +
*[[Skillsets]]
 +
*[[Special Animation Usage in Storyline Battles]]
 +
*[[Terrain Surface Types]]
 +
*[[Treasures]]
 +
 
 +
==Notes==
 +
*[[Allocated space]]
 +
*[[Music Test Notes]]
 +
*[[WLDTEX.TM2]]
 +
*[[Offset Conversion]]
 +
*[[Inherent Support Abilities Limitations]]
 +
*[[War of the Lions]]
 +
*[[Stat Caps]]
 +
 
 +
==Other==
 +
===Japanese Sites===
 +
*[http://www23.atwiki.jp/fft_cheat/ Wiki]
 +
*[http://fft.nm.land.to/cgi-bin/upload.html Downloads]
 +
 
 +
=Other Games=
 +
*[[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