Fahrenheit 1.0.0-alpha07
dotnet add package Fahrenheit --version 1.0.0-alpha07
NuGet\Install-Package Fahrenheit -Version 1.0.0-alpha07
<PackageReference Include="Fahrenheit" Version="1.0.0-alpha07" />
<PackageVersion Include="Fahrenheit" Version="1.0.0-alpha07" />
<PackageReference Include="Fahrenheit" />
paket add Fahrenheit --version 1.0.0-alpha07
#r "nuget: Fahrenheit, 1.0.0-alpha07"
#:package Fahrenheit@1.0.0-alpha07
#addin nuget:?package=Fahrenheit&version=1.0.0-alpha07&prerelease
#tool nuget:?package=Fahrenheit&version=1.0.0-alpha07&prerelease
Fahrenheit
A Final Fantasy X/X-2 reverse-engineering project and mod framework.

What is Fahrenheit?
Fahrenheit is a reverse-engineering project for the Final Fantasy X and X-2 HD Remasters.
It is also a mod framework for the games. It allows you to freely hook game functions and distribute mods in the form of loadable DLLs. Fahrenheit bootstraps and hosts the .NET runtime within the games, allowing you to write mods in any compatible language.
The knowledge gathered by the project underpins many tools and mods for the game, such as the AI/VI TAS, Cutscene Remover mod, Karifean's FFXDataParser, and more. Fahrenheit, like all of these tools, is free for you to analyze, improve, learn from and use- now and forever.
Cloning, building from source and testing
Fahrenheit includes submodules. To clone them all, use
git clone --recurse-submodules https://github.com/fahrenheit-crew/fahrenheit.
Ensure the folder you cloned to does not contain special characters. This can cause build errors.
Building requires Visual Studio 2026 (full IDE or Build Tools only) with the following workloads:
- .NET desktop development (latest version)
- C++ desktop development (latest version)
Once you have installed Visual Studio, enable the vcpkg package manager
by issuing vcpkg integrate install at a Developer PowerShell prompt.
Restart Visual Studio if it was open during this process.
To build at a Developer PowerShell:
msbuild .\Fahrenheit.slnx /t:Restore /p:Configuration=Release
msbuild .\Fahrenheit.slnx /p:Configuration=Release
msbuild .\Fahrenheit.slnx /t:Publish /p:Configuration=Release
If using Visual Studio, Build Solution performs the first two steps for you.
For a Debug build, change the Configuration parameter to Debug.
To install/test your development build:
- Create a subfolder in your game directory (where
FFX.exeis) namedfahrenheit. - In the directory in which you cloned Fahrenheit, navigate to the
artifacts\deploysubdirectory. - Depending on build type (Debug or Release), navigate to the
dbgorrelsubdirectory. - Copy the contents of that directory (the folders
bin,mods, etc.) to thefahrenheitsubfolder in the game directory. - Create an empty, extensionless file called
loadorderin themodsdirectory. Add the manifest names of mods you wish to load, each on their own line. - Open a terminal in
fahrenheit/bin, then issue.\fhstage0.exe ..\..\FFX.exe. - Debugging can be performed from Visual Studio. Attach to either
fhstage0.exeorFFX.exe, and make sure to enable mixed-mode debugging.
Compatibility notes
Fahrenheit is incompatible with Untitled Project X and ffgriever's External File Loader for FFX/FFX-2. Fahrenheit supplies its own External File Loader, and you can use Roelin's Asset Converter for model and texture modding in conjunction with it.
Fahrenheit is also incompatible with RivaTuner Statistics Server when used in non-stealth mode.
What's next?
Time permitting, the goals (in no specific order) of the project are:
- Provide actual code-behind, helper functions, and tooling to make various modding tasks approachable.
- Provide a mod manager for end users who simply want to enjoy the game.
- Provide quality documentation for various implementation-specific details and game systems.
- In general, polish every aspect of the solution.
Can I contribute?
Yes. Feel free to join us in Cid's Salvage Ship, a Discord server that supports Fahrenheit and related efforts.
License
Fahrenheit source code is licensed under the MIT license.
Assets (the contents of the assets folder) may be used in forks of Fahrenheit, but not for any other purpose!
For third-party code license notices, please see THIRD-PARTY-NOTICES.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Hexa.NET.DirectXTex (>= 2.0.4)
- Hexa.NET.ImGui.Backends (>= 1.0.18)
- TerraFX.Interop.Windows (>= 10.0.26100.6)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-alpha07 | 0 | 2/28/2026 |
| 1.0.0-alpha05 | 0 | 2/25/2026 |