Add FMTK to Your Steam Library - widberg/fmtk GitHub Wiki

This page describes several methods of adding FMTK to your Steam library, in increasing order of effort. Relatedly, if you want to upgrade the art on FUEL's library page, check out the SteamGridDB page.

As a Non-Steam Game

If you want FMTK to show up as a separate game from FUEL in your Steam library, then in the lower left of the "Library" tab, click "Add a Game", "Add a Non-Steam Game...", "Browse...", find and select the FMTK executable. If you want to run it in windowed mode, you can right-click FMTK in Steam, click "Properties...", "General", then under "Launch Options", add -W to the launch options modification box.

As a Launch Option Modification

If you already have FUEL on Steam and want to make the game's entry in your library launch FMTK instead of FUEL, then you can do that by modifying the launch options. Right-click FUEL in Steam, click "Properties...", "General", then under "Launch Options", add "C:\Program Files (x86)\Steam\steamapps\common\FUEL\FMTK.exe" %command% to the launch options modification box. If you want to launch in windowed mode, use "C:\Program Files (x86)\Steam\steamapps\common\FUEL\FMTK.exe" -W %command%. You can add whatever arguments you want between the path to FMTK and %command%. You must include %command%, since that tells Steam to expect a different executable than FUEL's.

As a Custom Launch Option

If you already have FUEL on Steam and you want Steam to ask you if you want to launch FMTK or FUEL when clicking play on FUEL's library page, then SteamEdit can be used to add an FMTK launch option to FUEL on Steam.

  1. Find FUEL in the list of games and select it.
  2. Click "Edit Launch".
  3. In the "LaunchEditor", click "Add New".
  4. Change the "Label" to "Play FMTK" and the "Executable" to "FMTK.exe".
  5. Click "OK".
  6. Click "Save & Apply & Restart".

The next time you click "Play" in Steam, it will ask you to "select launch option". You can pick one and press "Play", or check the "Always use this option" box before clicking "Play", and it won't ask you again. You can change the default by right-clicking the game in Steam, clicking "Properties...", "General", then under "Launch Options", using the dropdown next to "Selected Launch Option". You can also add "-W" to the launch options modification box to launch the game in windowed mode, but this will apply to both FUEL and FMTK. Edit the "Arguments" field in the SteamEdit "LaunchEditor" if you only want to modify one launch option's arguments.