Thanks to visit codestin.com
Credit goes to github.com

Skip to content

widberg/fmtk

Repository files navigation

FMTK

FMTK Logo

FUEL Modding Toolkit

Build Status Documentation Status GitHub release (latest SemVer) Join the chat at https://discord.gg/CQgMNbYeUR

Features

  • Fully compatible with FUEL: REFUELED, FUEL: RESHADED, and other legacy mods by default
  • Lua scripting
  • Callback hooks to game events
  • Interface functions to peek and poke game data
  • Works with Games for Windows Live, XLiveLess, and XLiveLessNess
  • Discord Rich Presence
  • Bug fixes and performance improvements
  • Better error messages for shaders and crashes
  • Cool "Blue FUEL" logo :)

Compatibility

FMTK is fully compatible with legally obtained retail and Steam release copies of FUEL. Pirated versions of the game are not explicitly compatible with FMTK although they may work.

Installing (For Users and Mod Developers)

  1. Download the latest release from the releases page. This will be the asset with a name matching the pattern fmtk-*.zip.
  2. Unzip the release into the root FUEL directory (the directory containing FUEL.exe)
  3. Verify that FMTK.exe and FUEL.exe are in the same directory.
  4. Run FMTK.exe.

In the event of a crash or other game state locking event, i.e. "Error: Shaders processing has failed." or "The Game Disc could not be read.", please check the fmtk.log file in the mods/fmtk directory. If you cannot resolve the reported error yourself then please open an issue or contact an FMTK developer directly.

FMTK mods are only loaded when the fmtk.exe "Blue FUEL" launcher is used to run the game. To run the game without mods enabled, simply launch it how you normally would without FMTK; uninstalling FMTK is unnecessary. You can uninstall FMTK and all FMTK mods at any time by deleting the mods directory.

Discord

Join the Zouna Underground Discord for general Asobo Studio modding, beyond and including FUEL. If you plan on joining to ask a specific question, please read the FMTK FAQ first to see if it has already been answered.

Documentation

Documentation for users and mod developers is available on Read the Docs. Documentation for FMTK developers is available on the FMTK Wiki. Bad documentation is a bug! If a piece of documentation is incomplete/incorrect open an issue so it can be improved.

Contributing

For an inexhaustive list of things you can help with check out the How To Help wiki entry.

Related Projects

These are projects that are related to researching FUEL but not directly part of the modding process.

  • bff - A GUI/CLI utility to work with Zouna BigFiles
  • fuel-map - Information about the map and a website
  • fuel-save-editor - Save editor for Asobo's FUEL
  • blender_fuel - Blender scripts for object formats
  • fuel-brute - CRC32 Brute Force Solver For FUEL
  • atk - Frida agent for asobo games
  • ImZouna - ImHex patterns for Zouna data structures
  • dpc - Tar analogous utility to work with the DPC file format
  • fmt_fuel - Noesis scripts for object formats

Getting Started (For FMTK Developers)

Prerequisites

Checkout

git clone https://github.com/widberg/fmtk.git --recurse-submodules --shallow-submodules

Building On Windows

Use the x86 Native Tools Command Prompt for VS 2022 environment while generating and building the project.

Ninja

cmake -B build -G Ninja -DLLVM_WIDBERG="/path/to/llvm-project-widberg-extensions/"
cmake --build build