Skip to content
adelikat edited this page Jul 20, 2015 · 1 revision

TODO: fix formatting and add download links, copy/pasted from googlecode

Downloads can be found here: http://tasvideos.org/EmulatorResources/Tastools.html

Direct download link:

  • [http://tastools.googlecode.com/files/Fm2-PlayerRemove.zip Fm2PlayerRemove]

==SRC info==

  • author: adelikat
  • language: C++
  • cross-platform

==Introduction==

This file is a utility specifically for [http://fceux.com/web/FM2.html FM2] files. These files are text based and if a user has gamepad 2 or fourscore enabled by accident, they can end up with 2-4 controllers worth of useless data. This program is intended to strip away the unneeded controller info and fix the necessary header flags resulting in a much smaller and tidy input file.

It can receive a 2 controller or 4 controller movie and will stip it down to just 1 controller.

It must be fed the filename through commandline. Windows users can simply drop the input file on the .exe.

It will output a fixed .fm2 file in the same directory as the existing.

Other combinations such as 3 controllers, or 4 controllers down to 2 can be made available upon request.

Clone this wiki locally