ff6pr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ff6pr [2022/03/13 13:44]
madsiur [Documentation]
ff6pr [2022/09/17 22:04] (current)
madsiur [Utilities]
Line 3: Line 3:
 ===== Final Fantasy 6 Pixel Remaster ===== ===== Final Fantasy 6 Pixel Remaster =====
  
-Welcome to the FF6PR modding wiki! While we may not be experts in Unity games modding, our knowledge of previous FF6 versions and FF6 in general might be a good starting point to understand the data and code of this new version of the game. For mods check out the [[https://www.nexusmods.com/finalfantasy6pixelremaster|Nexus Mods page]] of the game. If you want to join the conversation, show your work or ask questions, here's an invite to the [[https://discord.gg/bSnpVBV|VGRM Discord server]].+Welcome to the FF6PR modding wiki! While we may not be experts in Unity games modding, our knowledge of previous FF6 versions and FF6 in general might be a good starting point to understand the data and code of this new version of the game. For mods check out the [[https://www.nexusmods.com/finalfantasy6pixelremaster|Nexus Mods page]] of the game. If you want to join the conversation, show your work or ask questions, here's an invite to the [[https://discord.gg/bSnpVBV|Moogles & Mods Discord server]].
  
 ==== Documentation ==== ==== Documentation ====
   * [[ff6pr:master|Master CSV Files]]   * [[ff6pr:master|Master CSV Files]]
 +  * [[ff6pr:battle_script|Battle Scripts]]
   * [[ff6pr:event|Event Scripts]]   * [[ff6pr:event|Event Scripts]]
   * [[ff6pr:ai|Monster AI Scripts]]   * [[ff6pr:ai|Monster AI Scripts]]
Line 13: Line 14:
 ^  Name  ^  Description  ^  Author  ^  Link  ^ ^  Name  ^  Description  ^  Author  ^  Link  ^
 | Memoria| Can extract all the game assets as well as implement some mods|  Albeoris  |  [[https://github.com/Albeoris/Memoria.FFPR|Github]]  | | Memoria| Can extract all the game assets as well as implement some mods|  Albeoris  |  [[https://github.com/Albeoris/Memoria.FFPR|Github]]  |
 +| Moogle Mod Manager| Manage/install mods for the PR games. Beta version|  KiameV |  [[https://github.com/KiameV/moogle-mod-manager|Github]]  |
 | Magicite| BepInEx plugin that can replace existing assets and add new ones|  Silvris  |  [[https://github.com/Silvris/Magicite|Github]]  | | Magicite| BepInEx plugin that can replace existing assets and add new ones|  Silvris  |  [[https://github.com/Silvris/Magicite|Github]]  |
 | FF6 Save Editor| FF6PR and SNES save file editor|  KiameV  |  [[https://github.com/KiameV/final-fantasy-vi-save-editor|Github]]  | | FF6 Save Editor| FF6PR and SNES save file editor|  KiameV  |  [[https://github.com/KiameV/final-fantasy-vi-save-editor|Github]]  |
Line 21: Line 23:
 | FFPR_FontTool| Tool for decrypting/encrypting the font_XX.bundle files across all FF PR games|  Enfyve  |  [[https://github.com/Enfyve/FFPR_FontTool|Github]]  | | FFPR_FontTool| Tool for decrypting/encrypting the font_XX.bundle files across all FF PR games|  Enfyve  |  [[https://github.com/Enfyve/FFPR_FontTool|Github]]  |
 | UnityPlayer| Modded UnityPlayer.dll required for all bundle mods|  Enfyve  |  {{ff6pr:utilities:unityplayer.7z|download}}  | | UnityPlayer| Modded UnityPlayer.dll required for all bundle mods|  Enfyve  |  {{ff6pr:utilities:unityplayer.7z|download}}  |
 +| Final Fantasy 6: Kefka Rush| FF6PR randomizer|  gameboy9  |  [[https://github.com/gameboy9/FF6KefkaRush|Github]]  |
  
 ==== Documents ==== ==== Documents ====
 ^  Name  ^  Description  ^  Author  ^  Version  ^  Link  ^ ^  Name  ^  Description  ^  Author  ^  Version  ^  Link  ^
 | FFVIPR CSV Legend| Spreadsheet document of some master CSV files with references to other relevant files info|  fallacies  |  ---  |  [[https://docs.google.com/spreadsheets/d/1dVGC6k1jaVe8O46r7kAwpLSRmq6DL5P2e6_jKQDP3Lc/|Google Doc]]  | | FFVIPR CSV Legend| Spreadsheet document of some master CSV files with references to other relevant files info|  fallacies  |  ---  |  [[https://docs.google.com/spreadsheets/d/1dVGC6k1jaVe8O46r7kAwpLSRmq6DL5P2e6_jKQDP3Lc/|Google Doc]]  |
 +| FFPR CSV IDs| Contains proper names for most IDs in the data CSVs of all PR games, as well as a list of functions|  MussMuss  |  6.0  |  {{ff6pr:documents:ffpr_csv_ids.zip|download}}  |
 +| Battle Scripts| Dump of the battle scripts with added messages/captions to ease search|  madsiur  |  1.0.4a  |  {{ff6pr:documents:battle_scripts.7z|download}}  |
 +| Battle Script Mnemonics| Battle script mnemonic list with min/max iValues/rValues and lists of possible sValues|  madsiur  |  1.0.4a  |  {{ff6pr:documents:battle_script_mnemonics.zip|download}}  |
 | Event Scripts| Dump of the event scripts grouped by area/map with added messages/captions to ease search|  madsiur  |  1.0.4a  |  {{ff6pr:documents:events.7z|download}}  | | Event Scripts| Dump of the event scripts grouped by area/map with added messages/captions to ease search|  madsiur  |  1.0.4a  |  {{ff6pr:documents:events.7z|download}}  |
 | Event Script Mnemonics| Event script mnemonic list with min/max iValues/rValues and lists of possible sValues|  madsiur  |  1.0.4a  |  {{ff6pr:documents:event_mnemonics.zip|download}}  | | Event Script Mnemonics| Event script mnemonic list with min/max iValues/rValues and lists of possible sValues|  madsiur  |  1.0.4a  |  {{ff6pr:documents:event_mnemonics.zip|download}}  |
 +| Monster AI Scripts| Monster AI scripts in pretty json format|  madsiur  |  1.0.4a  |  {{ff6pr:documents:ai_scripts.7z|download}}  |
 +| Monster AI Script Mnemonics| Monster AI script mnemonic list with min/max iValues/rValues and lists of possible sValues|  madsiur  |  1.0.4a  |  {{ff6pr:documents:ai_mnemonics.zip|download}}  |
  • ff6pr.1647179094.txt.gz
  • Last modified: 2 years ago
  • by madsiur