Page 4 of 4
Re: NEW DROP-LIST 2019
Posted: Sun Apr 14, 2019 5:07 am
by ryaca_
Re: NEW DROP-LIST 2019
Posted: Sun Apr 14, 2019 7:19 am
by SK1976
or we need a section in forum where can b discussed and posted drops with screenshots maybe !
To edit a file for me, is maybe not the best idea !
Re: NEW DROP-LIST 2019
Posted: Sun Apr 14, 2019 12:05 pm
by Humble_M
Up until now, FT was mostly an Android only game. Any plans to release Map Editor versions for other platforms?
Re: NEW DROP-LIST 2019
Posted: Sun Apr 14, 2019 1:49 pm
by LostKnight
Humble_M wrote: Sun Apr 14, 2019 12:05 pm
Up until now, FT was mostly an Android only game. Any plans to release Map Editor versions for other platforms?
It has always been multi platform.
On my Linux system I unzipped the archive to: /media/5/FTales/ZIPS/rpg_editor/
The ZIP file has:
start.bat <<--- DOS/Windows
start.sh <<--- Linux
start_debug.bat <<--- DOS/Windows
I had to make one simple change to the Linux BASH file adding a line to CD to the directory where I decided to extract the files:
/start.sh
Code: Select all
#!/bin/sh
cd /media/5/FTales/ZIPS/rpg_editor/
java -Xms64m -Xmx1024M -jar Editor.jar
Re: NEW DROP-LIST 2019
Posted: Sun Apr 14, 2019 3:13 pm
by Humble_M
I have a Mac
Re: NEW DROP-LIST 2019
Posted: Sun Apr 14, 2019 6:02 pm
by ryaca_
Humble_M wrote: Sun Apr 14, 2019 12:05 pm
Up until now, FT was mostly an Android only game. Any plans to release Map Editor versions for other platforms?
that is a good question
Re: NEW DROP-LIST 2019
Posted: Sun Apr 14, 2019 7:43 pm
by LostKnight
ryaca_ wrote: Sun Apr 14, 2019 6:02 pm
Humble_M wrote: Sun Apr 14, 2019 12:05 pm
Up until now, FT was mostly an Android only game. Any plans to release Map Editor versions for other platforms?
that is a good question
EDIT: OH! Mac sorry