Page 26 of 31

Re: Imperium Romanum [Quenched]

Posted: Mon Sep 15, 2008 3:39 am
by pamoa
=D> =D> =D>

Re: Imperium Romanum [Quenched]

Posted: Mon Sep 15, 2008 3:51 am
by yeti_c
Congrats Qwert - Told ya it'd be done soon didn't I?

It's just the natural order of things.

C.

Re: Imperium Romanum [Quenched]

Posted: Mon Sep 15, 2008 9:45 am
by t-o-m
Gilligan wrote:=D> =D>

pamoa wrote:=D> =D> =D>

=D> =D> =D> =D>

Re: Imperium Romanum [Quenched]

Posted: Tue Sep 16, 2008 6:29 am
by joriki
Unless my Latin has become seriously mixed up, some of the stuff at the top right is wrong.

"legio", "classis" and "civitas" are all feminine, so it should be "romana", not "romanum". Also, "civitates" is in the plural, so it would be "civitates romanae", but I don't see a reason for one of them being in the plural and the others in the singular, so I think it should be "civitas romana" instead.

Re: Imperium Romanum [Quenched]

Posted: Tue Sep 16, 2008 7:40 am
by asl80
well done qwert ... it's playing pretty interestingly so far ... though i think there may be a slight mistake and one slight confusion with the legend.
- Shouldn't Britannia start neutral ... like all the other cities/roman legions?
- I was surprised to discover that even if you hold 2 cities you still only get 1 bonus army? is this how it should be? ... even if it isn't i think it is working well and a very cool little feature. (but maybe this should be put in the legend)

Re: Imperium Romanum [Quenched]

Posted: Tue Sep 16, 2008 8:12 am
by t-o-m
I love this map!

Just played my first game, and the gameplay is outstanding!
http://www.conquerclub.com/game.php?game=3273664

Re: Imperium Romanum [Quenched]

Posted: Tue Sep 16, 2008 12:07 pm
by BENJIKAT IS DEAD
This will be a very nice balanced map - IF Londinium started neutral like all the other bonuses do.

I would also like to see how it would play with no neutrals at all - although this would make it poor for 1v1s it would be better for many players I think.

Re: Imperium Romanum [Quenched]

Posted: Tue Sep 16, 2008 2:50 pm
by Qwert
People,its good that these map is first in beta stage,so every mistake need to change.All bonus territory must be neutral,so these mean that is mistake in XMl,and need to change.

by joriki on Tue Sep 16, 2008 12:29 pm

Unless my Latin has become seriously mixed up, some of the stuff at the top right is wrong.

"legio", "classis" and "civitas" are all feminine, so it should be "romana", not "romanum". Also, "civitates" is in the plural, so it would be "civitates romanae", but I don't see a reason for one of them being in the plural and the others in the singular, so I think it should be "civitas romana" instead.

Well i find these,and i think that no need for change because people dont speak latin,and i think that i find these in wikipedia.

Imperium Romanum XML

Posted: Tue Sep 16, 2008 3:26 pm
by Qwert
I need help with these problem
its look that these is wrong
I want to create that every civitates worth 1-these mean 1 civitates 1 reinforcment,2 civitates 2 reinfocment,these also need for legions-5 legions 2 reinforcment-10 legions 4 reinforcment-where is mistake and how to fix that if these possible.
<

Code: Select all

continent>
<name>Legio Romanvm</name>
<bonus>2</bonus>
<components>
<territory>Britannia</territory>
<territory>Lugdunensis</territory>
<territory>Italia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Dacia</territory>
<territory>Asia</territory>
<territory>Aegyptus</territory>
<territory>Mesopotamia</territory>
<territory>Armenia</territory>
<territory>Syria</territory>
<territory>Cappadocia</territory>
</components>
<required>5</required>
</continent>
<continent>
<name>Civitates Romanvm</name>
<bonus>1</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>1</required>
</continent>

Re: Imperium Romanum XML

Posted: Tue Sep 16, 2008 3:39 pm
by yeti_c
You need to do this...

Replace

Code: Select all


<continent>
<name>Civitates Romanvm</name>
<bonus>1</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>1</required>
</continent>


with...

Code: Select all


<continent>
<name>I Civitates Romanvm</name>
<bonus>1</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>1</required>
</continent>

<continent>
<name>II Civitates Romanvm</name>
<bonus>2</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>2</required>
<overrides>
  <override>I Civitates Romanvm</override>
</overrides>
</continent>

<continent>
<name>III Civitates Romanvm</name>
<bonus>3</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>3</required>
<overrides>
  <override>II Civitates Romanvm</override>
</overrides>
</continent>

<continent>
<name>IV Civitates Romanvm</name>
<bonus>4</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>4</required>
<overrides>
  <override>III Civitates Romanvm</override>
</overrides>
</continent>

<continent>
<name>V Civitates Romanvm</name>
<bonus>5</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>5</required>
<overrides>
  <override>IV Civitates Romanvm</override>
</overrides>
</continent>

<continent>
<name>VI Civitates Romanvm</name>
<bonus>6</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>6</required>
<overrides>
  <override>V Civitates Romanvm</override>
</overrides>
</continent>

<continent>
<name>VII Civitates Romanvm</name>
<bonus>7</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<overrides>
  <override>VI Civitates Romanvm</override>
</overrides>
</continent>


Re: Imperium Romanum XML

Posted: Tue Sep 16, 2008 4:04 pm
by Qwert
and how need for Legions romanum?

Re: Imperium Romanum XML

Posted: Tue Sep 16, 2008 4:20 pm
by Gilligan

Code: Select all

<continent>
<name>V Legio Romanvm</name>
<bonus>2</bonus>
<components>
<territory>Britannia</territory>
<territory>Lugdunensis</territory>
<territory>Italia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Dacia</territory>
<territory>Asia</territory>
<territory>Aegyptus</territory>
<territory>Mesopotamia</territory>
<territory>Armenia</territory>
<territory>Syria</territory>
<territory>Cappadocia</territory>
</components>
<required>5</required>
</continent>

<continent>
<name>X Legio Romanvm</name>
<bonus>4</bonus>
<components>
<territory>Britannia</territory>
<territory>Lugdunensis</territory>
<territory>Italia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Dacia</territory>
<territory>Asia</territory>
<territory>Aegyptus</territory>
<territory>Mesopotamia</territory>
<territory>Armenia</territory>
<territory>Syria</territory>
<territory>Cappadocia</territory>
</components>
<required>10</required>
<overrides>
<override>V Legio Romanvm</override>
</overrides>
</continent>

Re: Imperium Romanum XML

Posted: Tue Sep 16, 2008 4:21 pm
by yeti_c
Spot on Gilligan - Was just posting the following...

Code: Select all

<continent>
<name>V Legio Romanvm</name>
<bonus>2</bonus>
<components>
<territory>Britannia</territory>
<territory>Lugdunensis</territory>
<territory>Italia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Dacia</territory>
<territory>Asia</territory>
<territory>Aegyptus</territory>
<territory>Mesopotamia</territory>
<territory>Armenia</territory>
<territory>Syria</territory>
<territory>Cappadocia</territory>
</components>
<required>5</required>
</continent>

<continent>
<name>X Legio Romanvm</name>
<bonus>4</bonus>
<components>
<territory>Britannia</territory>
<territory>Lugdunensis</territory>
<territory>Italia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Dacia</territory>
<territory>Asia</territory>
<territory>Aegyptus</territory>
<territory>Mesopotamia</territory>
<territory>Armenia</territory>
<territory>Syria</territory>
<territory>Cappadocia</territory>
</components>
<required>10</required>
<overrides>
  <override>V Legio Romanvm</override>
</overrides>
</continent>



C.

Re: Imperium Romanum XML

Posted: Tue Sep 16, 2008 4:22 pm
by Gilligan
Woo!

The only reason I was right was because I looked at your previous post

8-[

Re: Imperium Romanum XML

Posted: Tue Sep 16, 2008 4:25 pm
by Qwert
so these will go like these,can someon create links for these XML?

Code: Select all

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<map>
<title>IMPERIUM ROMANUM</title>
<smallwidth>630</smallwidth>
<smallheight>600</smallheight>
<largewidth>693</largewidth>
<largeheight>660</largeheight>
<filetype>png</filetype>
<continent>
<name>Cohors Praetoria</name>
<bonus>1</bonus>
<components>
<territory>Cohors Praetoria I</territory>
<territory>Cohors Praetoria II</territory>
<territory>Cohors Praetoria III</territory>
</components>
</continent>
<continent>
<name>Classis Romanvm</name>
<bonus>4</bonus>
<components>
<territory>Classis Germanica</territory>
<territory>Classis Britannica</territory>
<territory>Classis Mauretanica</territory>
<territory>Classis Misenensis</territory>
<territory>Classis Alexandrina</territory>
<territory>Classis Moesica</territory>
<territory>Classis Pontica</territory>
</components>
<required>4</required>
</continent>
<continent>
<name>V Legio Romanvm</name>
<bonus>2</bonus>
<components>
<territory>Britannia</territory>
<territory>Lugdunensis</territory>
<territory>Italia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Dacia</territory>
<territory>Asia</territory>
<territory>Aegyptus</territory>
<territory>Mesopotamia</territory>
<territory>Armenia</territory>
<territory>Syria</territory>
<territory>Cappadocia</territory>
</components>
<required>5</required>
</continent>
<continent>
<name>X Legio Romanvm</name>
<bonus>4</bonus>
<components>
<territory>Britannia</territory>
<territory>Lugdunensis</territory>
<territory>Italia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Dacia</territory>
<territory>Asia</territory>
<territory>Aegyptus</territory>
<territory>Mesopotamia</territory>
<territory>Armenia</territory>
<territory>Syria</territory>
<territory>Cappadocia</territory>
</components>
<required>10</required>
<overrides>
<override>V Legio Romanvm</override>
</overrides>
</continent>
<continent>
<name>I Civitates Romanvm</name>
<bonus>1</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>1</required>
</continent>
<continent>
<name>II Civitates Romanvm</name>
<bonus>2</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>2</required>
<overrides>
<override>I Civitates Romanvm</override>
</overrides>
</continent>
<continent>
<name>III Civitates Romanvm</name>
<bonus>3</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>3</required>
<overrides>
<override>II Civitates Romanvm</override>
</overrides>
</continent>
<continent>
<name>IV Civitates Romanvm</name>
<bonus>4</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>4</required>
<overrides>
<override>III Civitates Romanvm</override>
</overrides>
</continent>
<continent>
<name>V Civitates Romanvm</name>
<bonus>5</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>5</required>
<overrides>
<override>IV Civitates Romanvm</override>
</overrides>
</continent>
<continent>
<name>VI Civitates Romanvm</name>
<bonus>6</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<required>6</required>
<overrides>
<override>V Civitates Romanvm</override>
</overrides>
</continent>
<continent>
<name>VII Civitates Romanvm</name>
<bonus>7</bonus>
<components>
<territory>Britannia</territory>
<territory>Tarraconensis</territory>
<territory>Africa Proconsularis</territory>
<territory>Aegyptus</territory>
<territory>Armenia</territory>
<territory>Asia</territory>
<territory>Dacia</territory>
</components>
<overrides>
<override>VI Civitates Romanvm</override>
</overrides>
</continent>
<continent>
<name>Roma</name>
<bonus>1</bonus>
<components>
<territory>Roma</territory>
</components>
</continent>
<territory>
<name>Roma</name>
<borders>
<border>Cohors Praetoria III</border>
</borders>
<coordinates>
<smallx>207</smallx>
<smally>539</smally>
<largex>228</largex>
<largey>600</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Cohors Praetoria I</name>
<borders>
<border>Italia</border>
<border>Cohors Praetoria II</border>
</borders>
<coordinates>
<smallx>338</smallx>
<smally>591</smally>
<largex>372</largex>
<largey>649</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Cohors Praetoria II</name>
<borders>
<border>Cohors Praetoria I</border>
<border>Cohors Praetoria III</border>
</borders>
<coordinates>
<smallx>270</smallx>
<smally>540</smally>
<largex>296</largex>
<largey>592</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Cohors Praetoria III</name>
<borders>
<border>Roma</border>
<border>Cohors Praetoria II</border>
</borders>
<coordinates>
<smallx>273</smallx>
<smally>596</smally>
<largex>299</largex>
<largey>654</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Classis Britannica</name>
<borders>
<border>Britannia</border>
</borders>
<coordinates>
<smallx>81</smallx>
<smally>176</smally>
<largex>88</largex>
<largey>190</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Classis Germanica</name>
<borders>
<border>Germania Inferior</border>
</borders>
<coordinates>
<smallx>224</smallx>
<smally>127</smally>
<largex>246</largex>
<largey>137</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Classis Mauretanica</name>
<borders>
<border>Mauretania Caesariensis</border>
</borders>
<coordinates>
<smallx>173</smallx>
<smally>366</smally>
<largex>191</largex>
<largey>401</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Classis Misenensis</name>
<borders>
<border>Italia</border>
</borders>
<coordinates>
<smallx>332</smallx>
<smally>410</smally>
<largex>365</largex>
<largey>450</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Classis Alexandrina</name>
<borders>
<border>Aegyptus</border>
</borders>
<coordinates>
<smallx>458</smallx>
<smally>456</smally>
<largex>503</largex>
<largey>499</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Classis Moesica</name>
<borders>
<border>Moesia Inferior</border>
</borders>
<coordinates>
<smallx>473</smallx>
<smally>295</smally>
<largex>519</largex>
<largey>321</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Classis Pontica</name>
<borders>
<border>Bithynia et Pontus</border>
</borders>
<coordinates>
<smallx>559</smallx>
<smally>302</smally>
<largex>614</largex>
<largey>331</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Tarraconensis</name>
<borders>
<border>Aquitania</border>
<border>Narbonensis</border>
<border>Baetica</border>
<border>Lusitania</border>
</borders>
<coordinates>
<smallx>89</smallx>
<smally>326</smally>
<largex>100</largex>
<largey>355</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Lusitania</name>
<borders>
<border>Tarraconensis</border>
<border>Baetica</border>
</borders>
<coordinates>
<smallx>28</smallx>
<smally>307</smally>
<largex>30</largex>
<largey>336</largey>
</coordinates>
</territory>
<territory>
<name>Baetica</name>
<borders>
<border>Tarraconensis</border>
<border>Lusitania</border>
<border>Mauretania Tingitana</border>
</borders>
<coordinates>
<smallx>52</smallx>
<smally>345</smally>
<largex>58</largex>
<largey>378</largey>
</coordinates>
</territory>
<territory>
<name>Mauretania Tingitana</name>
<borders>
<border>Mauretania Caesariensis</border>
<border>Baetica</border>
</borders>
<coordinates>
<smallx>34</smallx>
<smally>399</smally>
<largex>38</largex>
<largey>435</largey>
</coordinates>
</territory>
<territory>
<name>Mauretania Caesariensis</name>
<borders>
<border>Mauretania Tingitana</border>
<border>Classis Mauretanica</border>
<border>Africa Proconsularis</border>
</borders>
<coordinates>
<smallx>124</smallx>
<smally>403</smally>
<largex>126</largex>
<largey>440</largey>
</coordinates>
</territory>
<territory>
<name>Africa Proconsularis</name>
<borders>
<border>Mauretania Caesariensis</border>
<border>Creta et Cyrenaica</border>
</borders>
<coordinates>
<smallx>194</smallx>
<smally>426</smally>
<largex>213</largex>
<largey>469</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Creta et Cyrenaica</name>
<borders>
<border>Africa Proconsularis</border>
<border>Aegyptus</border>
</borders>
<coordinates>
<smallx>401</smallx>
<smally>504</smally>
<largex>435</largex>
<largey>552</largey>
</coordinates>
</territory>
<territory>
<name>Aegyptus</name>
<borders>
<border>Creta et Cyrenaica</border>
<border>Classis Alexandrina</border>
<border>Arabia Petraea</border>
</borders>
<coordinates>
<smallx>485</smallx>
<smally>517</smally>
<largex>531</largex>
<largey>565</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Arabia Petraea</name>
<borders>
<border>Aegyptus</border>
<border>Syria</border>
<border>Iudaea</border>
</borders>
<coordinates>
<smallx>516</smallx>
<smally>497</smally>
<largex>569</largex>
<largey>544</largey>
</coordinates>
</territory>
<territory>
<name>Iudaea</name>
<borders>
<border>Arabia Petraea</border>
<border>Syria</border>
</borders>
<coordinates>
<smallx>524</smallx>
<smally>466</smally>
<largex>579</largex>
<largey>510</largey>
</coordinates>
</territory>
<territory>
<name>Syria</name>
<borders>
<border>Arabia Petraea</border>
<border>Iudaea</border>
<border>Mesopotamia</border>
<border>Cyprus</border>
<border>Cilicia</border>
<border>Cappadocia</border>
<border>Armenia</border>
</borders>
<coordinates>
<smallx>543</smallx>
<smally>401</smally>
<largex>597</largex>
<largey>435</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Mesopotamia</name>
<borders>
<border>Syria</border>
<border>Armenia</border>
<border>Assyria</border>
</borders>
<coordinates>
<smallx>594</smallx>
<smally>394</smally>
<largex>656</largex>
<largey>432</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Assyria</name>
<borders>
<border>Mesopotamia</border>
<border>Armenia</border>
</borders>
<coordinates>
<smallx>606</smallx>
<smally>361</smally>
<largex>666</largex>
<largey>394</largey>
</coordinates>
</territory>
<territory>
<name>Armenia</name>
<borders>
<border>Assyria</border>
<border>Mesopotamia</border>
<border>Syria</border>
<border>Cappadocia</border>
</borders>
<coordinates>
<smallx>592</smallx>
<smally>329</smally>
<largex>649</largex>
<largey>360</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Cappadocia</name>
<borders>
<border>Armenia</border>
<border>Syria</border>
<border>Cilicia</border>
<border>Galatia</border>
<border>Bithynia et Pontus</border>
</borders>
<coordinates>
<smallx>539</smallx>
<smally>362</smally>
<largex>593</largex>
<largey>396</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Cyprus</name>
<borders>
<border>Syria</border>
<border>Cilicia</border>
</borders>
<coordinates>
<smallx>496</smallx>
<smally>423</smally>
<largex>547</largex>
<largey>464</largey>
</coordinates>
</territory>
<territory>
<name>Cilicia</name>
<borders>
<border>Cyprus</border>
<border>Syria</border>
<border>Cappadocia</border>
<border>Galatia</border>
<border>Lycia et Pamphylia</border>
</borders>
<coordinates>
<smallx>525</smallx>
<smally>383</smally>
<largex>579</largex>
<largey>417</largey>
</coordinates>
</territory>
<territory>
<name>Galatia</name>
<borders>
<border>Cappadocia</border>
<border>Cilicia</border>
<border>Lycia et Pamphylia</border>
<border>Asia</border>
<border>Bithynia et Pontus</border>
</borders>
<coordinates>
<smallx>494</smallx>
<smally>348</smally>
<largex>543</largex>
<largey>379</largey>
</coordinates>
</territory>
<territory>
<name>Lycia et Pamphylia</name>
<borders>
<border>Asia</border>
<border>Cilicia</border>
<border>Galatia</border>
</borders>
<coordinates>
<smallx>465</smallx>
<smally>403</smally>
<largex>511</largex>
<largey>436</largey>
</coordinates>
</territory>
<territory>
<name>Bithynia et Pontus</name>
<borders>
<border>Classis Pontica</border>
<border>Cappadocia</border>
<border>Galatia</border>
<border>Asia</border>
<border>Thracia</border>
</borders>
<coordinates>
<smallx>495</smallx>
<smally>320</smally>
<largex>544</largex>
<largey>351</largey>
</coordinates>
</territory>
<territory>
<name>Asia</name>
<borders>
<border>Lycia et Pamphylia</border>
<border>Galatia</border>
<border>Bithynia et Pontus</border>
<border>Macedonia</border>
</borders>
<coordinates>
<smallx>465</smallx>
<smally>370</smally>
<largex>511</largex>
<largey>405</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Thracia</name>
<borders>
<border>Moesia Inferior</border>
<border>Moesia Superior</border>
<border>Macedonia</border>
<border>Bithynia et Pontus</border>
</borders>
<coordinates>
<smallx>421</smallx>
<smally>329</smally>
<largex>463</largex>
<largey>362</largey>
</coordinates>
</territory>
<territory>
<name>Moesia Inferior</name>
<borders>
<border>Taurica</border>
<border>Thracia</border>
<border>Classis Moesica</border>
<border>Moesia Superior</border>
<border>Dacia</border>
</borders>
<coordinates>
<smallx>411</smallx>
<smally>295</smally>
<largex>453</largex>
<largey>328</largey>
</coordinates>
</territory>
<territory>
<name>Taurica</name>
<borders>
<border>Moesia Inferior</border>
</borders>
<coordinates>
<smallx>521</smallx>
<smally>253</smally>
<largex>576</largex>
<largey>274</largey>
</coordinates>
</territory>
<territory>
<name>Macedonia</name>
<borders>
<border>Asia</border>
<border>Thracia</border>
<border>Moesia Superior</border>
<border>Dalmatia</border>
<border>Epirus</border>
<border>Achaea</border>
</borders>
<coordinates>
<smallx>369</smallx>
<smally>358</smally>
<largex>406</largex>
<largey>390</largey>
</coordinates>
</territory>
<territory>
<name>Epirus</name>
<borders>
<border>Macedonia</border>
<border>Achaea</border>
</borders>
<coordinates>
<smallx>343</smallx>
<smally>369</smally>
<largex>379</largex>
<largey>404</largey>
</coordinates>
</territory>
<territory>
<name>Achaea</name>
<borders>
<border>Epirus</border>
<border>Macedonia</border>
</borders>
<coordinates>
<smallx>369</smallx>
<smally>407</smally>
<largex>406</largex>
<largey>446</largey>
</coordinates>
</territory>
<territory>
<name>Moesia Superior</name>
<borders>
<border>Moesia Inferior</border>
<border>Thracia</border>
<border>Macedonia</border>
<border>Dalmatia</border>
<border>Pannonia Inferior</border>
<border>Dacia</border>
</borders>
<coordinates>
<smallx>357</smallx>
<smally>301</smally>
<largex>393</largex>
<largey>330</largey>
</coordinates>
</territory>
<territory>
<name>Dacia</name>
<borders>
<border>Moesia Superior</border>
<border>Moesia Inferior</border>
<border>Pannonia Inferior</border>
</borders>
<coordinates>
<smallx>385</smallx>
<smally>266</smally>
<largex>421</largex>
<largey>289</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Pannonia Inferior</name>
<borders>
<border>Dacia</border>
<border>Moesia Superior</border>
<border>Dalmatia</border>
<border>Pannonia Superior</border>
</borders>
<coordinates>
<smallx>324</smallx>
<smally>264</smally>
<largex>356</largex>
<largey>288</largey>
</coordinates>
</territory>
<territory>
<name>Dalmatia</name>
<borders>
<border>Italia</border>
<border>Pannonia Superior</border>
<border>Pannonia Inferior</border>
<border>Moesia Superior</border>
<border>Macedonia</border>
</borders>
<coordinates>
<smallx>317</smallx>
<smally>299</smally>
<largex>349</largex>
<largey>327</largey>
</coordinates>
</territory>
<territory>
<name>Pannonia Superior</name>
<borders>
<border>Pannonia Inferior</border>
<border>Dalmatia</border>
<border>Italia</border>
<border>Noricum</border>
</borders>
<coordinates>
<smallx>296</smallx>
<smally>268</smally>
<largex>325</largex>
<largey>293</largey>
</coordinates>
</territory>
<territory>
<name>Sicilia</name>
<borders>
<border>Italia</border>
</borders>
<coordinates>
<smallx>264</smallx>
<smally>397</smally>
<largex>293</largex>
<largey>434</largey>
</coordinates>
</territory>
<territory>
<name>Italia</name>
<borders>
<border>Sicilia</border>
<border>Classis Misenensis</border>
<border>Cohors Praetoria I</border>
<border>Dalmatia</border>
<border>Pannonia Superior</border>
<border>Noricum</border>
<border>Raetia</border>
<border>Alpes Poeniae</border>
<border>Alpes Cottiae</border>
<border>Alpes Maritimae</border>
<border>Corsica et Sardinia</border>
</borders>
<coordinates>
<smallx>247</smallx>
<smally>270</smally>
<largex>272</largex>
<largey>294</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Noricum</name>
<borders>
<border>Pannonia Superior</border>
<border>Italia</border>
<border>Raetia</border>
</borders>
<coordinates>
<smallx>273</smallx>
<smally>248</smally>
<largex>301</largex>
<largey>269</largey>
</coordinates>
</territory>
<territory>
<name>Raetia</name>
<borders>
<border>Noricum</border>
<border>Italia</border>
<border>Germania Superior</border>
<border>Alpes Poeniae</border>
</borders>
<coordinates>
<smallx>235</smallx>
<smally>243</smally>
<largex>262</largex>
<largey>261</largey>
</coordinates>
</territory>
<territory>
<name>Alpes Poeniae</name>
<borders>
<border>Italia</border>
<border>Raetia</border>
<border>Germania Superior</border>
<border>Lugdunensis</border>
<border>Narbonensis</border>
<border>Alpes Cottiae</border>
</borders>
<coordinates>
<smallx>40</smallx>
<smally>523</smally>
<largex>43</largex>
<largey>572</largey>
</coordinates>
</territory>
<territory>
<name>Alpes Cottiae</name>
<borders>
<border>Italia</border>
<border>Alpes Poeniae</border>
<border>Narbonensis</border>
<border>Alpes Maritimae</border>
</borders>
<coordinates>
<smallx>27</smallx>
<smally>567</smally>
<largex>30</largex>
<largey>622</largey>
</coordinates>
</territory>
<territory>
<name>Alpes Maritimae</name>
<borders>
<border>Italia</border>
<border>Alpes Cottiae</border>
<border>Narbonensis</border>
</borders>
<coordinates>
<smallx>37</smallx>
<smally>593</smally>
<largex>40</largex>
<largey>650</largey>
</coordinates>
</territory>
<territory>
<name>Corsica et Sardinia</name>
<borders>
<border>Italia</border>
<border>Narbonensis</border>
</borders>
<coordinates>
<smallx>215</smallx>
<smally>340</smally>
<largex>237</largex>
<largey>372</largey>
</coordinates>
</territory>
<territory>
<name>Narbonensis</name>
<borders>
<border>Corsica et Sardinia</border>
<border>Tarraconensis</border>
<border>Aquitania</border>
<border>Lugdunensis</border>
<border>Alpes Poeniae</border>
<border>Alpes Cottiae</border>
<border>Alpes Maritimae</border>
</borders>
<coordinates>
<smallx>182</smallx>
<smally>293</smally>
<largex>199</largex>
<largey>320</largey>
</coordinates>
</territory>
<territory>
<name>Aquitania</name>
<borders>
<border>Tarraconensis</border>
<border>Narbonensis</border>
<border>Lugdunensis</border>
</borders>
<coordinates>
<smallx>133</smallx>
<smally>256</smally>
<largex>147</largex>
<largey>278</largey>
</coordinates>
</territory>
<territory>
<name>Lugdunensis</name>
<borders>
<border>Aquitania</border>
<border>Narbonensis</border>
<border>Alpes Poeniae</border>
<border>Germania Superior</border>
<border>Belgica</border>
<border>Britannia</border>
</borders>
<coordinates>
<smallx>180</smallx>
<smally>245</smally>
<largex>198</largex>
<largey>266</largey>
</coordinates>
<neutral>3</neutral>
</territory>
<territory>
<name>Germania Superior</name>
<borders>
<border>Raetia</border>
<border>Alpes Poeniae</border>
<border>Lugdunensis</border>
<border>Belgica</border>
<border>Germania Inferior</border>
</borders>
<coordinates>
<smallx>226</smallx>
<smally>218</smally>
<largex>248</largex>
<largey>237</largey>
</coordinates>
</territory>
<territory>
<name>Germania Inferior</name>
<borders>
<border>Germania Superior</border>
<border>Belgica</border>
<border>Classis Germanica</border>
</borders>
<coordinates>
<smallx>204</smallx>
<smally>185</smally>
<largex>225</largex>
<largey>200</largey>
</coordinates>
</territory>
<territory>
<name>Belgica</name>
<borders>
<border>Germania Inferior</border>
<border>Germania Superior</border>
<border>Lugdunensis</border>
<border>Britannia</border>
</borders>
<coordinates>
<smallx>184</smallx>
<smally>210</smally>
<largex>204</largex>
<largey>228</largey>
</coordinates>
</territory>
<territory>
<name>Britannia</name>
<borders>
<border>Classis Britannica</border>
<border>Lugdunensis</border>
<border>Belgica</border>
</borders>
<coordinates>
<smallx>151</smallx>
<smally>129</smally>
<largex>166</largex>
<largey>139</largey>
</coordinates>
<neutral>3</neutral>
</territory>
</map>

Re: Imperium Romanum XML

Posted: Tue Sep 16, 2008 4:33 pm
by Gilligan
http://www.sendspace.com/file/2lah3m

Correct me if I'm wrong but I think the upload is right.

Re: Imperium Romanum [Quenched]

Posted: Tue Sep 16, 2008 5:31 pm
by MrBenn
<Foundry Discussion topic merged with the Final Forge topic>

Re: Imperium Romanum [Quenched]

Posted: Tue Sep 16, 2008 6:06 pm
by joriki
qwert wrote:
by joriki on Tue Sep 16, 2008 12:29 pm

Unless my Latin has become seriously mixed up, some of the stuff at the top right is wrong.

"legio", "classis" and "civitas" are all feminine, so it should be "romana", not "romanum". Also, "civitates" is in the plural, so it would be "civitates romanae", but I don't see a reason for one of them being in the plural and the others in the singular, so I think it should be "civitas romana" instead.

Well i find these,and i think that no need for change because people dont speak latin,and i think that i find these in wikipedia.


Some people do speak Latin :-)

I'm surprised that after putting so much effort into getting all these names right you don't mind if a couple of them are wrong. Is it so much effort to correct them?

These forms aren't in Wikipedia, at least not currently. If they ever were, I'm sure they were corrected quickly. The Latin Wikipedia has an article on the Classis Romana: http://la.wikipedia.org/wiki/Classis_Romana. If you search Google for the correct and incorrect forms (in double quotes), you get more than 100 times more hits for the correct forms, and none of the hits for the incorrect forms are in Wikipedia. By the way, on the map itself all the fleets are feminine -- Classis Germanica, Classis Britannica, ... -- why should it be different with romanum/romana?

Re: Imperium Romanum [Quenched]

Posted: Tue Sep 16, 2008 6:25 pm
by Mjinga
joriki wrote:Some people do speak Latin :-)

:shock: :shock: :shock:
I can read Latin, but I can't speak it. Well done, old chap!

Love the map. You owe me a couple games, qwert... ;)

Re: Imperium Romanum XML

Posted: Tue Sep 16, 2008 8:55 pm
by asl80
qwert wrote:I need help with these problem
its look that these is wrong
I want to create that every civitates worth 1-these mean 1 civitates 1 reinforcment,2 civitates 2 reinfocment,these also need for legions-5 legions 2 reinforcment-10 legions 4 reinforcment-where is mistake and how to fix that if these possible.


oh, damn, i thought that 1,2,3 etc. cities all for one bonus legion was a really cool feature for 1v1 games ... as it's a pretty small map, it ensured that the bonuses didn't get to high, that everyone fought pretty much with the same strength, making for some great little battles. You would either fight to hold the one city, or each grab one away from eachother.
(the legion fix makes sense though)

Re: Imperium Romanum [Quenched]

Posted: Wed Sep 17, 2008 8:21 am
by Qwert
oh, damn, i thought that 1,2,3 etc. cities all for one bonus legion was a really cool feature for 1v1 games ... as it's a pretty small map, it ensured that the bonuses didn't get to high, that everyone fought pretty much with the same strength, making for some great little battles. You would either fight to hold the one city, or each grab one away from eachother.
(the legion fix makes sense though)

well its quit dificulty to create map to fit for all Gameplay options. These is not small map(its have 58 territory)


joriki wrote:
Some people do speak Latin

I dont know procedures,but if i change these names,then present map must erase to put new maps-and all ready now you have 100 active games, its these realy importan to create small mess in games.

Re: Imperium Romanum [Quenched]

Posted: Wed Sep 17, 2008 8:23 am
by yeti_c
qwert wrote:
oh, damn, i thought that 1,2,3 etc. cities all for one bonus legion was a really cool feature for 1v1 games ... as it's a pretty small map, it ensured that the bonuses didn't get to high, that everyone fought pretty much with the same strength, making for some great little battles. You would either fight to hold the one city, or each grab one away from eachother.
(the legion fix makes sense though)

well its quit dificulty to create map to fit for all Gameplay options. These is not small map(its have 58 territory)


joriki wrote:
Some people do speak Latin

I dont know procedures,but if i change these names,then present map must erase to put new maps-and all ready now you have 100 active games, its these realy importan to create small mess in games.


Image changes have no effect (except to change the image) on current games.

XML changes do matter.

However - as this map is still in Beta - that's just the way it happens!

C.

Re: Imperium Romanum [Quenched]

Posted: Wed Sep 17, 2008 9:04 am
by PLAYER57832
So far the play seems OK, even in 1v1. However, the bonuses are not clear.

From your chart it hard to tell if the armies are the number you will get or the number you NEED to get a bonus.

Also, you show 1 army for the cities, 2 for those "bell-like" things (with wings at the top), but if you get 2 there is not bonus. Also, you don't say anything about territory bonuses. Mots maps that do not have "continent" bonuses specify this for clarity.

I like the graphics and detail, but I would like to see the bonus chart clarified

Re: Imperium Romanum [Quenched]

Posted: Wed Sep 17, 2008 9:56 am
by pamoa
#-o Next to each symbol you have a roman number indicating how many of each symbol is needed to get the bonus shown in armies:
    preatorians 3 bonus 1
    boats 4 bonus 4
    legions 5 bonus 2 (each 5)
    cities 1 bonus 1 (each city)

Re: Imperium Romanum [Quenched]

Posted: Wed Sep 17, 2008 10:55 am
by Qwert
by PLAYER57832 on Wed Sep 17, 2008 3:04 pm

So far the play seems OK, even in 1v1. However, the bonuses are not clear.

From your chart it hard to tell if the armies are the number you will get or the number you NEED to get a bonus.

Also, you show 1 army for the cities, 2 for those "bell-like" things (with wings at the top), but if you get 2 there is not bonus. Also, you don't say anything about territory bonuses. Mots maps that do not have "continent" bonuses specify this for clarity.

I like the graphics and detail, but I would like to see the bonus chart clarified

In maps where you get bonuses for holding numbers of non bonuses territory,they write these,but here you dont get any bonuses for holding some numbers of territory,only get bonuses for holding Ships-praetorians-Legions and Cities.

Hold Get
1-------1
5-------2

I dont see nothing confusing with that.