Page 3 of 50

Re: Map Editor instructions [updated editor 04.02.2014]

Posted: Sun Aug 19, 2012 8:40 pm
by compbatant
and 2.-2

I'm really looking forward your maps! :)

Re: Map Editor instructions [updated editor 04.02.2014]

Posted: Mon Aug 20, 2012 6:29 pm
by compbatant
I updated map editor once again with small UI improvements.

Re: Map Editor instructions [updated editor 04.02.2014]

Posted: Thu Aug 23, 2012 7:30 pm
by compbatant
Map Editor version 1.6 released.

* Logger window (detailed information about combat)
* Improved units parameters editor
* Initial version of items editor ( currently only preview mode, you still need to edit items.list file to save changes)
* Smoother simulator rendering

I modified combat algorithm:

attack frequency:
FQ = (20 - 2 * weapon_speed) * 100

hit formula:

dexterity + random > enemy_dexterity
or when there is critical hit
random > 9 - critical_weapon_bonus

random number range: -10 to 10
Some new weapon will have additional critic hit bonus parameter.

normal hit damage:
DMG = unit_strength - enemy_armor
critical hit damage:
DMG = 2*(unit_strength - enemy_armor)

I haven't update units and items parameters to the new combat algorithm yet.

downloading

Posted: Sat Sep 08, 2012 12:40 am
by fiiredragon
everytime i try dowloaing this it opens another page loads then says whoops that didn't go well

Re: Map Editor instructions [updated editor 04.02.2014]

Posted: Sun Sep 09, 2012 11:09 am
by compbatant
There is some problem with server. I will fix this when I get home.

Re: Map Editor instructions [updated editor 04.02.2014]

Posted: Tue Sep 11, 2012 1:39 pm
by compbatant
ISP changed my ip address without any notifications. Grrr. I have just updated link.

Start.bat wont run :(

Posted: Mon Feb 25, 2013 4:09 am
by Mornarq
The start.bat file wont run. I have Windows 7 64-Bit.

When I view file with notepad, I get this :

start javaw -Xms64m -Xmx1024M -jar Editor.jar

I can run the jar file directly, but I cant load most of the maps.



P.S.

Where can I find the Forgotten Tales Directory on my phone? The save files, etc. And what file can I save to test on my phone?

Re: Map Editor instructions [updated editor 04.02.2014]

Posted: Mon Mar 18, 2013 8:13 pm
by Odin
I have really smalls icons in editor, i can change that ?
What about create some islands for extensions ?
Create items and units soon ?

You do a fantastic work !

Re: Map Editor instructions [updated editor 04.02.2014]

Posted: Tue Mar 19, 2013 5:43 pm
by compbatant
Odin wrote:I have really smalls icons in editor, i can change that ?
What about create some islands for extensions ?
Create items and units soon ?

You do a fantastic work !
Send me screenshot from your desktop. I will look at that. What screen resolution do you have?
If you create some islands it would be great. You can add items manually. Edit items.list and items.png files.

Re: Map Editor instructions [updated editor 04.02.2014]

Posted: Tue Mar 19, 2013 5:46 pm
by compbatant
Mornarq wrote:The start.bat file wont run. I have Windows 7 64-Bit.

When I view file with notepad, I get this :

start javaw -Xms64m -Xmx1024M -jar Editor.jar

I can run the jar file directly, but I cant load most of the maps.



P.S.

Where can I find the Forgotten Tales Directory on my phone? The save files, etc. And what file can I save to test on my phone?
Open cmd.exe from Start->Run. change to the directory with Editor.jar and start it manually by entering:
javaw -Xms64m -Xmx1024M -jar Editor.jar
or
java -Xms64m -Xmx1024M -jar Editor.jar

You can't test the game on the phone, only in the editor. Game files are not accessible without root access to the phone.