PinSimDB - FPM Editor - FPWine - Speed Devils
Companion Tools for Future Pinball 1.9
DESCRIPTION
Welcome to Companion Tools for Future Pinball 1.9
Companion Tools for Future Pinball 1.9 are third party standalone softwares serve to help table designer during the building process.
Here is the tools list :
fpm-dump : dump the content of a .fpm in a readable format.
fpt-dump : dump the content of a .fpt in a readable format.
NEWS
• 2011.10.06 : Companion Tools v2.2
fp-grab now export script.vbs included in .fpt file.
• 2011.10.05 : Companion Tools v2.1
A small correction with fp-grab which produced error when input file didn't have / in path.
• 2011.10.04 : Companion Tools v2.0 released !
fpt-dump and fpm-dump have been merge into fp-dump, wich also dump .fpl content now.
fp-grab is a new tool that extracts all resources from .fpm/.fpt/.fpl Future Pinball files.
• 2010.05.20 : Companion Tools v1.0 released !
Here is the first bunch of tools. You'll find dumping tools for .fpm and .fpt files.
Hope you'll like it and use it to design your tables !
I plan to release more tools if needed.
CREDITS
Companion Tools for Future Pinball 1.9 is a creation of LvR from PinSimDB.org
Future Pinball is a property of Chris Leathley.
DOWNLOAD
Companion Tools v2.2 (win32, 1.9MB)
HELP
fp-dump
This is a command line tool that dump the content of a .fpm/.fpt/.fpl file to standard output.
Command line syntax
fp-dump.exe myFile.fpX
or if you want to save the dump to a file
fp-dump.exe myFile.fpX > dump.txt
So you'll be able to see in detail the content of the file, and more useless differences between two files with your favorite text diff tool.
fp-grab
This is a command line tool that extract all resources from a .fpt/.fpt/.fpl file.
Command line syntax
fp-grab.exe myFile.fpX
It will extract all resource into a new directory called myFile.grab