Page 1 of 1

BattleFarm Extension maps file

Posted: 03 Sep 2015, 10:05
by nino
some one help me create new tilemap like "BattleFarm Extension maps file xml"? i'm using OpenSpace, and export, it's not format like (...\deploy\extensions\battleFarm\BattleFarmMaps.xml) file. Thank you!

Re: BattleFarm Extension maps file

Posted: 03 Sep 2015, 11:18
by Bax
It seems you are making a little confusion between BattleFarm and OpenSpace: the two are not related at all. So you question is not clear, sorry.

Re: BattleFarm Extension maps file

Posted: 03 Sep 2015, 15:03
by nino
i'm using battlefram example. in server extension folder, i seen BattleFram.xml:
"<!--
SmartFoxServer
BattleFarm Extension maps file
-->
<Maps>
<!-- Level #1 -->
<MapData name="Chicken Yard" roomIcon="A" thumbnail="map1" background="grass" foreground="" matchTime="50" p1x="1" p1y="14" p2x="18" p2y="1">
<mapLine>AAAAAAAAAAAAAAAAAAAA</mapLine>
<mapLine>A.....b....a.......A</mapLine>
<mapLine>A.AA.AAAAbACA.AAAA.A</mapLine>
<mapLine>A.....bb...........A</mapLine>
<mapLine>A.AAAAbAAA.AA.AAAA.A</mapLine>
<mapLine>Ab.............a...A</mapLine>
<mapLine>A.AAA.ACAA.AAAAaAA.A</mapLine>
<mapLine>A........aaa......bA</mapLine>
<mapLine>A.AA.AAAA.CCA.AAAA.A</mapLine>
<mapLine>A.aaa......bb..b...A</mapLine>
<mapLine>A.AAAA.CAA.AA.AAAC.A</mapLine>
<mapLine>A......b...........A</mapLine>
<mapLine>A.AAA.AAAA.AAAA.AA.A</mapLine>
<mapLine>A.....A.bA..AbA....A</mapLine>
<mapLine>A.A.Ab..........aAaA</mapLine>
<mapLine>AAAAAAAAAAAAAAAAAAAA</mapLine>
</MapData>

...."

What is Editor name generated this xml file? I tried tiledmap, openspace. but it is not generated same this. :((

Re: BattleFarm Extension maps file

Posted: 03 Sep 2015, 16:42
by Bax
There's no editor to generate the BattleFarm maps. You can just use a simple text editor to modify them or create new ones.
The OpenSpace Editor only generates the OpenSpace maps which, as I said, have nothing to do with BattleFarm.

Re: BattleFarm Extension maps file

Posted: 03 Sep 2015, 20:58
by nino
So BattleFarm generated by hand. thank Bax for reply!