~~NOTOC~~ ===== 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|Moogles & Mods Discord server]]. ==== Documentation ==== * [[ff6pr:master|Master CSV Files]] * [[ff6pr:battle_script|Battle Scripts]] * [[ff6pr:event|Event Scripts]] * [[ff6pr:ai|Monster AI Scripts]] ==== Utilities ==== ^ 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]] | | 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]] | | FF6 Save Editor| FF6PR and SNES save file editor| KiameV | [[https://github.com/KiameV/final-fantasy-vi-save-editor|Github]] | | FFPR Debug Logger| BepInEx debug logger plugin for all FF PR games| Silvris | [[https://github.com/Silvris/FFPR-DebugLogger|Github]] | | Il2CppInspector| Application for reverse engineering and code analysis for all PR games| djkaty | [[https://github.com/djkaty/Il2CppInspector|Github]] | | AssetStudio| Tool for exploring, extracting and exporting assets and assetbundle| Perfare | [[https://github.com/Perfare/AssetStudio|Github]] | | UABEA| Tool for exporting and modifying assetbundle| nesrak1 | [[https://github.com/nesrak1/UABEA|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}} | | Final Fantasy 6: Kefka Rush| FF6PR randomizer| gameboy9 | [[https://github.com/gameboy9/FF6KefkaRush|Github]] | ==== Documents ==== ^ 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]] | | 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 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}} |