Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nadult/FreeFT

Repository files navigation

FreeFT License: GPL v3 Build status

Introduction

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

Old compiled binaries for Windows can be downloaded from SourceForge https://sourceforge.net/projects/freeft

Important note: FreeFT is far from being finished and is not being actively developed. Many features are missing, for example: lighting system, RPG elements, dialogues or scripting system.

Building

FreeFT is based on CMake and libfwk (which is included as a submodule) and requires the same tools / dependencies as libfwk. Please take a look at libfwk README first to learn how to build it. Besides libfwk, FreeFT has some additional dependencies: mpg123, libzip. Those can be installed by using libfwk's configure.py script for downloading/building dependencies.

There are github actions available which build FreeFT for Windows & linux. They are a good reference of what is required to properly build this project.

Running

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

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

  • LMB on tile: move (shift: walk)
  • LMB on entity: interact
  • RMB: attack (shift: secondary attack)
  • Middle mouse dragging: change view
  • keypad + / -: change stance
  • T key: teleport to cursor

Inventory (bottom left corner):

  • up / down: select item
  • up / down + CTRL: select item in container
  • left / right: move item to / from container
  • E key: equip / unequip selected item

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.

About

Isometric action game engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages