Skip to content

Commit

Permalink
added lua51 dll
Browse files Browse the repository at this point in the history
  • Loading branch information
widberg committed Jun 20, 2021
1 parent 7b8874b commit 192a21d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ add_custom_target(package
"$<TARGET_FILE:fmtk>"
"$<TARGET_FILE:fmtkdll>"
"$<TARGET_FILE:secudll>"
"$<TARGET_FILE:lua51>"
"${CMAKE_SOURCE_DIR}/README.md"
"${CMAKE_BINARY_DIR}/mods"
WORKING_DIRECTORY "$<TARGET_FILE_DIR:fmtk>"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ FUEL Modding Toolkit
* Cool "Blue FUEL" launcher logo :)
* Easy to install for inexperienced users

## Compatibility

FMTK is fully compatible with the retail and Steam release copies. 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](https://github.com/widberg/fmtk/releases)
2. Unzip the release into the root FUEL directory
2. Unzip the release into the root FUEL directory (the directory containing `FUEL.exe`)
3. Verify that `fmtk.exe`, `fmtkdll.dll`, `secudll.dll`, `mods`, and `FUEL.exe` are all in the same directory
4. Run `fmtk.exe`

Expand Down

0 comments on commit 192a21d

Please sign in to comment.