FreeFT is an open-source isometric, multiplayer action game engine which uses Fallout Tactics assets (original copy is required if you want to run the demo). This is still work in progress, some major features are missing (scripting, dialogues, game UI, AI) but also a lot of stuff has been done. You can check out the videos on vimeo, or you can download the executables from sourceforge and run it yourself.
I was writing this for the last few months. Development was done under Linux (windows executables also), using gcc, vim and git for version control. Whole project is approaching 20K lines of code (more than 500 KBytes).
I'm posting it just now, because I'm sure that something interesting might come out of it.
Latest executables for windows can be found here:
http://freeft.pl/2014/04/techdemo-3/
Before running game.exe you have to convert the resources to native FreeFT format by running:
convert.exe -p c:/path_to_fot all
It should take no more than few minutes. After that you can run the game or the editor.
If you wan to run it under linux you can compile it yourself, or use Wine.
Source code:
https://github.com/nadult/FreeFT

https://vimeo.com/58703722
https://vimeo.com/58703723
Controls in the game:
LMB: move / interact
RMB: attack
Middle mouse dragging: change view
keypad + / -: change stance
t: teleport
up / down: select item
up / down + CTRL: select item in container
left / right: move item to / from container
shift: walk
I hope you guys like it
.
I was writing this for the last few months. Development was done under Linux (windows executables also), using gcc, vim and git for version control. Whole project is approaching 20K lines of code (more than 500 KBytes).
I'm posting it just now, because I'm sure that something interesting might come out of it.
Latest executables for windows can be found here:
http://freeft.pl/2014/04/techdemo-3/
Before running game.exe you have to convert the resources to native FreeFT format by running:
convert.exe -p c:/path_to_fot all
It should take no more than few minutes. After that you can run the game or the editor.
If you wan to run it under linux you can compile it yourself, or use Wine.
Source code:
https://github.com/nadult/FreeFT



https://vimeo.com/58703722
https://vimeo.com/58703723
Controls in the game:
LMB: move / interact
RMB: attack
Middle mouse dragging: change view
keypad + / -: change stance
t: teleport
up / down: select item
up / down + CTRL: select item in container
left / right: move item to / from container
shift: walk
I hope you guys like it

Last edited: