Map Editor instructions - OUTDATED

You want to develop content? Create maps, items or quests! Get rewarded!

Moderator: Game Administrators

User avatar
compbatant
Site Admin
Posts: 1931
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Re: Map Editor instructions [updated editor 04.02.2014]

Post by compbatant »

and 2.-2

I'm really looking forward your maps! :)
User avatar
compbatant
Site Admin
Posts: 1931
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Re: Map Editor instructions [updated editor 04.02.2014]

Post by compbatant »

I updated map editor once again with small UI improvements.
User avatar
compbatant
Site Admin
Posts: 1931
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Re: Map Editor instructions [updated editor 04.02.2014]

Post 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.
fiiredragon
Posts: 1
Joined: Sat Sep 08, 2012 12:00 am
Location: USA

downloading

Post by fiiredragon »

everytime i try dowloaing this it opens another page loads then says whoops that didn't go well
User avatar
compbatant
Site Admin
Posts: 1931
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Re: Map Editor instructions [updated editor 04.02.2014]

Post by compbatant »

There is some problem with server. I will fix this when I get home.
User avatar
compbatant
Site Admin
Posts: 1931
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Re: Map Editor instructions [updated editor 04.02.2014]

Post by compbatant »

ISP changed my ip address without any notifications. Grrr. I have just updated link.
Mornarq
Posts: 21
Joined: Sun Feb 24, 2013 1:00 am
Location: Montreal, Quebec, Canada

Start.bat wont run :(

Post 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?
  • Player since 02/13 around release
  • Founder of Staff Team, Thank You for opportunity Compbatant
  • Retired Game Admin
  • Founder of famous [TLAW] Staff Clan
  • Founder of infamous [PIN] Vigilante Clan. Continue to protect weak from tyrannical strong
Odin
Posts: 6
Joined: Mon Mar 18, 2013 1:00 am
Location: France, Rennes

Re: Map Editor instructions [updated editor 04.02.2014]

Post 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 !
User avatar
compbatant
Site Admin
Posts: 1931
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Re: Map Editor instructions [updated editor 04.02.2014]

Post 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.
User avatar
compbatant
Site Admin
Posts: 1931
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Re: Map Editor instructions [updated editor 04.02.2014]

Post 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.
Post Reply