Home

Awesome

FreeFT License: GPL v3

Introduction

FreeFT is an open-source, real-time, isometric action game engine inspired by Fallout Tactics, a game from 2001 created by an Australian company, Micro Forte.

Compiled binaries can be downloaded from SourceForge https://sourceforge.net/projects/freeft

Building

To compile a linux environment with Clang 8.0 is recommended (G++ 9.0 or newer can also be used). Following libraries/tools are required:

To build for windows, you have to cross-compile with MinGW.
The easiest way is with MXE (http://mxe.cc) with following flags:

export MXE_TARGETS=x86_64-w64-mingw32.static.posix
export MXE_PLUGIN_DIRS=plugins/gcc9

Running

To run this program, resources from original Fallout Tactics are required. You can buy it on GOG or Steam.

FT has to be installed and resources converted with a convert program. After instaling FT just run convert.exe. It might ask you to provide a path to original Fallout Tactics. The conversion shouldn't take more than a few minutes.

To convert resources under linux, you can use this command:

./convert -p "/home/user\_name/.wine/drive\_c/tactics/" all

Basic controls in the game

Inventory (bottom left corner):

Used libraries and resources

Screenshots

Third tech-demo:

Fourth tech-demo:

Early version of game editor:

Videos

Multi-player gamplay with bots

Single-player gameplay demo

First tech-demo

Editor in action

Path-finding demo

Disclaimer

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.