Page 14 of 17

Re: The Citadel V20 (Pg1+22) [Final Forge]

PostPosted: Wed Jul 09, 2008 3:35 pm
by cairnswk
Congratz TaCktiX :)

Re: The Citadel V20 (Pg1+22) [Final Forge]

PostPosted: Thu Jul 10, 2008 1:05 pm
by TaCktiX
I've got a question about the XML. Forza checked it over, and found no errors. However, on my XML I was more detailed on territory naming than I was able to put into the map due to space concerns. Is it okay to have more detailed XML names, or should I stick to the book except where required to tell ones apart (like Support Battalion Quad)?

XML is below:
Code: Select all
<?xml version="1.0"?>
<map>
   <title>The Citadel</title>
   <smallwidth>600</smallwidth>
   <smallheight>461</smallheight>
   <largewidth>700</largewidth>
   <largeheight>538</largeheight>
   <filetype>jpg</filetype>
   
   <continent>
      <name>Avenue of Remembrance</name>
      <bonus>4</bonus>
      <components>
         <territory>Canteen</territory>
         <territory>Buyer Auditorium</territory>
         <territory>Mark Clark Hall</territory>
         <territory>Summerall Chapel</territory>
         <territory>Daniel Library</territory>
         <territory>Citadel Museum</territory>
      </components>
   </continent>
   
   <continent>
      <name>Lee Avenue</name>
      <bonus>5</bonus>
      <components>
         <territory>School of English</territory>
         <territory>Capers Hall</territory>
         <territory>School of Business</territory>
         <territory>Bond Hall</territory>
         <territory>President</territory>
         <territory>Duckett Hall</territory>
         <territory>Byrd Hall</territory>
      </components>
   </continent>
   
   <continent>
      <name>Support Battalion</name>
      <bonus>3</bonus>
      <components>
         <territory>Palmetto Battery</territory>
         <territory>Papa Company</territory>
         <territory>Support Battalion Quad</territory>
         <territory>Disrepair</territory>
      </components>
   </continent>
   
   <continent>
      <name>4th Battalion</name>
      <bonus>2</bonus>
      <components>
         <territory>Oscar Company</territory>
         <territory>November Company</territory>
         <territory>Tango Company</territory>
         <territory>Romeo Company</territory>
         <territory>4th Battalion Quad</territory>
      </components>
   </continent>
   
   <continent>
      <name>3rd Battalion</name>
      <bonus>4</bonus>
      <components>
         <territory>India Company</territory>
         <territory>Kilo Company</territory>
         <territory>Lima Company</territory>
         <territory>Mike Company</territory>
         <territory>3rd Battalion Quad</territory>
      </components>
   </continent>
   
   <continent>
      <name>2nd Battalion</name>
      <bonus>6</bonus>
      <components>
         <territory>Echo Company</territory>
         <territory>F-Troop</territory>
         <territory>Golf Company</territory>
         <territory>Hotel Company</territory>
         <territory>The Tower</territory>
         <territory>2nd Battalion Quad A</territory>
         <territory>2nd Battalion Quad B</territory>
         <territory>Band Company</territory>
      </components>
   </continent>
   
   <continent>
      <name>1st Battalion</name>
      <bonus>4</bonus>
      <components>
         <territory>Alpha Company</territory>
         <territory>Bravo Company</territory>
         <territory>Charlie Company</territory>
         <territory>Delta Company</territory>
         <territory>1st Battalion Quad</territory>
      </components>
   </continent>
   
   <continent>
      <name>Jenkins Avenue</name>
      <bonus>4</bonus>
      <components>
         <territory>LeTellier Hall</territory>
         <territory>Grimsley Hall</territory>
         <territory>Thompson Hall</territory>
         <territory>Jenkins Hall</territory>
         <territory>ROTC</territory>
         <territory>Commandant</territory>
      </components>
   </continent>
   
   <territory>
      <name>Canteen</name>
      <borders>
         <border>Commandant</border>
         <border>Buyer Auditorium</border>
         <border>Mark Clark Hall</border>
      </borders>
      <coordinates>
         <smallx>143</smallx>
         <smally>53</smally>
         <largex>167</largex>
         <largey>56</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Buyer Auditorium</name>
      <borders>
         <border>Canteen</border>
         <border>Summerall Chapel</border>
         <border>Mark Clark Hall</border>
      </borders>
      <coordinates>
         <smallx>207</smallx>
         <smally>53</smally>
         <largex>241</largex>
         <largey>58</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Mark Clark Hall</name>
      <borders>
         <border>Canteen</border>
         <border>Buyer Auditorium</border>
         <border>The Parade Deck</border>
         <border>Summerall Chapel</border>
      </borders>
      <coordinates>
         <smallx>246</smallx>
         <smally>79</smally>
         <largex>287</largex>
         <largey>87</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Summerall Chapel</name>
      <borders>
         <border>Buyer Auditorium</border>
         <border>Mark Clark Hall</border>
         <border>The Parade Deck</border>
         <border>Daniel Library</border>
      </borders>
      <coordinates>
         <smallx>313</smallx>
         <smally>61</smally>
         <largex>365</largex>
         <largey>64</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Daniel Library</name>
      <borders>
         <border>Summerall Chapel</border>
         <border>Citadel Museum</border>
      </borders>
      <coordinates>
         <smallx>385</smallx>
         <smally>82</smally>
         <largex>450</largex>
         <largey>91</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Citadel Museum</name>
      <borders>
         <border>Daniel Library</border>
         <border>The Parade Deck</border>
         <border>Capers Hall</border>
      </borders>
      <coordinates>
         <smallx>431</smallx>
         <smally>82</smally>
         <largex>503</largex>
         <largey>91</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Capers Hall</name>
      <borders>
         <border>Citadel Museum</border>
         <border>School of English</border>
         <border>School of Business</border>
      </borders>
      <coordinates>
         <smallx>523</smallx>
         <smally>109</smally>
         <largex>610</largex>
         <largey>122</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>School of English</name>
      <borders>
         <border>Capers Hall</border>
      </borders>
      <coordinates>
         <smallx>571</smallx>
         <smally>48</smally>
         <largex>666</largex>
         <largey>50</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>School of Business</name>
      <borders>
         <border>Capers Hall</border>
         <border>The Parade Deck</border>
         <border>Bond Hall</border>
         <border>President</border>
      </borders>
      <coordinates>
         <smallx>516</smallx>
         <smally>180</smally>
         <largex>602</largex>
         <largey>206</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Bond Hall</name>
      <borders>
         <border>School of Business</border>
         <border>The Parade Deck</border>
         <border>President</border>
         <border>Duckett Hall</border>
      </borders>
      <coordinates>
         <smallx>515</smallx>
         <smally>234</smally>
         <largex>601</largex>
         <largey>267</largey>
      </coordinates>
   </territory>

   <territory>
      <name>President</name>
      <borders>
         <border>School of Business</border>
         <border>Bond Hall</border>
         <border>Byrd Hall</border>
      </borders>
      <coordinates>
         <smallx>561</smallx>
         <smally>227</smally>
         <largex>656</largex>
         <largey>260</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Duckett Hall</name>
      <borders>
         <border>Bond Hall</border>
         <border>The Parade Deck</border>
         <border>Byrd Hall</border>
         <border>Palmetto Battery</border>
      </borders>
      <coordinates>
         <smallx>531</smallx>
         <smally>296</smally>
         <largex>620</largex>
         <largey>342</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Byrd Hall</name>
      <borders>
         <border>Duckett Hall</border>
         <border>President</border>
         <border>Papa Company</border>
      </borders>
      <coordinates>
         <smallx>574</smallx>
         <smally>281</smally>
         <largex>670</largex>
         <largey>324</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Palmetto Battery</name>
      <borders>
         <border>Duckett Hall</border>
         <border>India Company</border>
         <border>Mike Company</border>
         <border>Support Battalion Quad</border>
         <border>Papa Company</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>510</smallx>
         <smally>351</smally>
         <largex>596</largex>
         <largey>407</largey>
      </coordinates>
   </territory>      
   
   <territory>
      <name>Papa Company</name>
      <borders>
         <border>Palmetto Battery</border>
         <border>Support Battalion Quad</border>
         <border>Byrd Hall</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>565</smallx>
         <smally>358</smally>
         <largex>660</largex>
         <largey>413</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Support Battalion Quad</name>
      <borders>
         <border>Palmetto Battery</border>
         <border>Papa Company</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>538</smallx>
         <smally>362</smally>
         <largex>628</largex>
         <largey>419</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Disrepair</name>
      <borders>
         <border>India Company</border>
         <border>Mike Company</border>
         <border>Palmetto Battery</border>
         <border>Support Battalion Quad</border>
         <border>Papa Company</border>
         <border>The Trailers</border>
      </borders>
      <coordinates>
         <smallx>560</smallx>
         <smally>384</smally>
         <largex>655</largex>
         <largey>444</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>The Trailers</name>
      <borders>
         <border>Disrepair</border>
         <border>Oscar Company</border>
         <border>November Company</border>
      </borders>
      <coordinates>
         <smallx>511</smallx>
         <smally>434</smally>
         <largex>598</largex>
         <largey>502</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>November Company</name>
      <borders>
         <border>Tango Company</border>
         <border>4th Battalion Quad</border>
         <border>Oscar Company</border>
         <border>The Trailers</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>451</smally>
         <largex>517</largex>
         <largey>522</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Oscar Company</name>
      <borders>
         <border>Lima Company</border>
         <border>Mike Company</border>
         <border>Romeo Company</border>
         <border>4th Battalion Quad</border>
         <border>November Company</border>
         <border>The Trailers</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>432</smally>
         <largex>517</largex>
         <largey>503</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>4th Battalion Quad</name>
      <borders>
         <border>Romeo Company</border>
         <border>Oscar Company</border>
         <border>Tango Company</border>
         <border>November Company</border>
      </borders>
      <coordinates>
         <smallx>414</smallx>
         <smally>446</smally>
         <largex>484</largex>
         <largey>516</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Tango Company</name>
      <borders>
         <border>Romeo Company</border>
         <border>4th Battalion Quad</border>
         <border>November Company</border>
      </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>451</smally>
         <largex>451</largex>
         <largey>522</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Romeo Company</name>
      <borders>
         <border>Lima Company</border>
         <border>Mike Company</border>
         <border>Oscar Company</border>
         <border>4th Battalion Quad</border>
         <border>Tango Company</border>
      </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>432</smally>
         <largex>451</largex>
         <largey>503</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Lima Company</name>
      <borders>
         <border>Echo Company</border>
         <border>Hotel Company</border>
         <border>Kilo Company</border>
         <border>3rd Battalion Quad</border>
         <border>Mike Company</border>
         <border>Romeo Company</border>
         <border>Oscar Company</border>
      </borders>
      <coordinates>
         <smallx>391</smallx>
         <smally>368</smally>
         <largex>457</largex>
         <largey>425</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Mike Company</name>
      <borders>
         <border>Lima Company</border>
         <border>3rd Battalion Quad</border>
         <border>India Company</border>
         <border>Palmetto Battery</border>
         <border>Disrepair</border>
         <border>Romeo Company</border>
         <border>Oscar Company</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>368</smally>
         <largex>516</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>India Company</name>
      <borders>
         <border>Kilo Company</border>
         <border>The Parade Deck</border>
         <border>3rd Battalion Quad</border>
         <border>Mike Company</border>
         <border>Palmetto Battery</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>351</smally>
         <largex>516</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Kilo Company</name>
      <borders>
         <border>Echo Company</border>
         <border>Hotel Company</border>
         <border>The Parade Deck</border>
         <border>Lima Company</border>
         <border>India Company</border>
         <border>3rd Battalion Quad</border>
      </borders>
      <coordinates>
         <smallx>391</smallx>
         <smally>351</smally>
         <largex>457</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>3rd Battalion Quad</name>
      <borders>
         <border>Kilo Company</border>
         <border>India Company</border>
         <border>Lima Company</border>
         <border>Mike Company</border>
      </borders>
      <coordinates>
         <smallx>416</smallx>
         <smally>362</smally>
         <largex>487</largex>
         <largey>417</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Echo Company</name>
      <borders>
         <border>The Tower</border>
         <border>2nd Battalion Quad B</border>
         <border>Hotel Company</border>
         <border>Kilo Company</border>
         <border>Lima Company</border>
      </borders>
      <coordinates>
         <smallx>354</smallx>
         <smally>351</smally>
         <largex>414</largex>
         <largey>407</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Hotel Company</name>
      <borders>
         <border>2nd Battalion Quad B</border>
         <border>Band Company</border>
         <border>Echo Company</border>
         <border>Kilo Company</border>
         <border>Lima Company</border>
      </borders>
      <coordinates>
         <smallx>354</smallx>
         <smally>368</smally>
         <largex>414</largex>
         <largey>426</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>2nd Battalion Quad B</name>
      <borders>
         <border>2nd Battalion Quad A</border>
         <border>The Tower</border>
         <border>Band Company</border>
         <border>Echo Company</border>
         <border>Hotel Company</border>
      </borders>
      <coordinates>
         <smallx>321</smallx>
         <smally>366</smally>
         <largex>378</largex>
         <largey>422</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Band Company</name>
      <borders>
         <border>Golf Company</border>
         <border>2nd Battalion Quad A</border>
         <border>2nd Battalion Quad B</border>
         <border>Hotel Company</border>
      </borders>
      <coordinates>
         <smallx>319</smallx>
         <smally>382</smally>
         <largex>371</largex>
         <largey>442</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>2nd Battalion Quad A</name>
      <borders>
         <border>F-Troop</border>
         <border>Golf Company</border>
         <border>Band Company</border>
         <border>The Tower</border>
         <border>2nd Battalion Quad B</border>
      </borders>
      <coordinates>
         <smallx>279</smallx>
         <smally>366</smally>
         <largex>328</largex>
         <largey>422</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>The Tower</name>
      <borders>
         <border>F-Troop</border>
         <border>The Parade Deck</border>
         <border>2nd Battalion Quad A</border>
         <border>2nd Battalion Quad B</border>
         <border>Echo Company</border>
      </borders>
      <coordinates>
         <smallx>303</smallx>
         <smally>341</smally>
         <largex>354</largex>
         <largey>394</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>F-Troop</name>
      <borders>
         <border>Alpha Company</border>
         <border>Delta Company</border>
         <border>2nd Battalion Quad A</border>
         <border>The Tower</border>
         <border>Golf Company</border>
      </borders>
      <coordinates>
         <smallx>249</smallx>
         <smally>350</smally>
         <largex>291</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Golf Company</name>
      <borders>
         <border>Alpha Company</border>
         <border>Delta Company</border>
         <border>F-Troop</border>
         <border>2nd Battalion Quad A</border>
         <border>Band Company</border>
      </borders>
      <coordinates>
         <smallx>249</smallx>
         <smally>367</smally>
         <largex>291</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Alpha Company</name>
      <borders>
         <border>Bravo Company</border>
         <border>The Parade Deck</border>
         <border>1st Battalion Quad</border>
         <border>Delta Company</border>
         <border>F-Troop</border>
         <border>Golf Company</border>
      </borders>
      <coordinates>
         <smallx>211</smallx>
         <smally>350</smally>
         <largex>247</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Delta Company</name>
      <borders>
         <border>Charlie Company</border>
         <border>1st Battalion Quad</border>
         <border>Alpha Company</border>
         <border>F-Troop</border>
         <border>Golf Company</border>
      </borders>
      <coordinates>
         <smallx>211</smallx>
         <smally>368</smally>
         <largex>247</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Charlie Company</name>
      <borders>
         <border>McAlister Field House</border>
         <border>Bravo Company</border>
         <border>1st Battalion Quad</border>
         <border>Delta Company</border>
      </borders>
      <coordinates>
         <smallx>161</smallx>
         <smally>368</smally>
         <largex>189</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>1st Battalion Quad</name>
      <borders>
         <border>Bravo Company</border>
         <border>Charlie Company</border>
         <border>Alpha Company</border>
         <border>Delta Company</border>
      </borders>
      <coordinates>
         <smallx>186</smallx>
         <smally>361</smally>
         <largex>219</largex>
         <largey>416</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Bravo Company</name>
      <borders>
         <border>McAlister Field House</border>
         <border>Charlie Company</border>
         <border>The Parade Deck</border>
         <border>1st Battalion Quad</border>
         <border>Alpha Company</border>
      </borders>
      <coordinates>
         <smallx>161</smallx>
         <smally>350</smally>
         <largex>189</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>McAlister Field House</name>
      <borders>
         <border>LeTellier Hall</border>
         <border>Bravo Company</border>
         <border>Charlie Company</border>
         <border>Locker Rooms</border>
      </borders>
      <coordinates>
         <smallx>68</smallx>
         <smally>374</smally>
         <largex>82</largex>
         <largey>432</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Locker Rooms</name>
      <borders>
         <border>McAlister Field House</border>
      </borders>
      <coordinates>
         <smallx>59</smallx>
         <smally>430</smally>
         <largex>70</largex>
         <largey>499</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>LeTellier Hall</name>
      <borders>
         <border>Grimsley Hall</border>
         <border>The Parade Deck</border>
         <border>McAlister Field House</border>
      </borders>
      <coordinates>
         <smallx>87</smallx>
         <smally>273</smally>
         <largex>102</largex>
         <largey>315</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Grimsley Hall</name>
      <borders>
         <border>Thompson Hall</border>
         <border>The Parade Deck</border>
         <border>LeTellier Hall</border>
      </borders>
      <coordinates>
         <smallx>85</smallx>
         <smally>235</smally>
         <largex>100</largex>
         <largey>273</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Thompson Hall</name>
      <borders>
         <border>Jenkins Hall</border>
         <border>Grimsley Hall</border>
         <border>The Parade Deck</border>
      </borders>
      <coordinates>
         <smallx>91</smallx>
         <smally>197</smally>
         <largex>107</largex>
         <largey>227</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Jenkins Hall</name>
      <borders>
         <border>Commandant</border>
         <border>ROTC</border>
         <border>The Parade Deck</border>
         <border>Thompson Hall</border>
      </borders>
      <coordinates>
         <smallx>81</smallx>
         <smally>145</smally>
         <largex>95</largex>
         <largey>164</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>ROTC</name>
      <borders>
         <border>Commandant</border>
         <border>Jenkins Hall</border>
      </borders>
      <coordinates>
         <smallx>35</smallx>
         <smally>146</smally>
         <largex>41</largex>
         <largey>164</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Commandant</name>
      <borders>
         <border>ROTC</border>
         <border>Jenkins Hall</border>
         <border>Canteen</border>
      </borders>
      <coordinates>
         <smallx>73</smallx>
         <smally>96</smally>
         <largex>84</largex>
         <largey>108</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>The Parade Deck</name>
      <borders>
         <border>Mark Clark Hall</border>
         <border>Summerall Chapel</border>
         <border>Citadel Museum</border>
         <border>School of Business</border>
         <border>Bond Hall</border>
         <border>Duckett Hall</border>
         <border>India Company</border>
         <border>Kilo Company</border>
         <border>The Tower</border>
         <border>Alpha Company</border>
         <border>Bravo Company</border>
         <border>LeTellier Hall</border>
         <border>Grimsley Hall</border>
         <border>Thompson Hall</border>
         <border>Jenkins Hall</border>
      </borders>
      <coordinates>
         <smallx>303</smallx>
         <smally>236</smally>
         <largex>350</largex>
         <largey>268</largey>
      </coordinates>
      <neutral killer="yes">5</neutral>
   </territory>   
</map>

Re: The Citadel V20 (Pg1+22) [Final Forge]

PostPosted: Thu Jul 10, 2008 1:44 pm
by yeti_c
This is done in many maps - prime example Waterloo.

C.

Re: The Citadel V20 (Pg1+22) [Final Forge]

PostPosted: Thu Jul 10, 2008 2:19 pm
by TaCktiX
In that case, the XML is good to go, lemme upload some 88 and 888 tests right quick after finishing the ultra-minor Version 21.

EDIT:

Version 21

Updates:
- Standardized bonus box background color
- Removed a few artifacts on the Small

Small Version (600x461)
Image
Large Version (700x538)
Click image to enlarge.
image


XML Tester wrote:Test results:

Summary: 0 errors and 0 warnings detected in TheCitadel.xml (8 continents, 50 territories)


Small 88 Test:
Image
Small 888 Test:
Image

I'd say that there's a bit of unavoidable overlap on all the quads, but not severe enough to drop the meaning. Lemme know if it needs changing.

Large 88 Test:
Click image to enlarge.
image

Large 888 Test:
Click image to enlarge.
image

Large 88

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 2:22 am
by InkL0sed
Looks fine to me. Yeah it's slightly cramped in the small 888's in the quads, but not horribly so. Not sure it can be any better anyway.

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 2:57 am
by yeti_c
Numbers don't overlap - so It looks OK to me.

C.

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 3:08 am
by Incandenza
Unless I'm reading the xml wrong (and it's entirely possible that I am), it appears that the xml name for the Battery terit in the Support Battalion is "Palmetto Battery".... I'm wondering if there's enough of a connection between the map name and xml name, especially since the rod Palmetto doesn't appear to be on the map. At least on waterloo there's a consistent naming scheme, but the Palmetto bit, accurate to the actual physical Citadel as it may be, seems to come out of nowhere vis-a-vis the map itself. I'd be expecting the terit to be called "Support Battery" or perhaps "Support: Palmetto Battery" or something along those lines... where at least the first letter is a predictable one given how the map is labeled.

Otherwise, quite a fine map you've put together.

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 3:11 am
by yeti_c
Nice ava!!

C.

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 3:21 am
by Incandenza
Why thank you. Counting the hours until all is back to normal. 8-)

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 3:37 am
by TaCktiX
I'll make that small switch. I've been shafting Support Battalion the entire time anyway (it's already home to two inside jokes). Lemme repost XML.

http://www.sendspace.com/delete/9d82e7/gzd6p

Code: Select all
<?xml version="1.0"?>
<map>
   <title>The Citadel</title>
   <smallwidth>600</smallwidth>
   <smallheight>461</smallheight>
   <largewidth>700</largewidth>
   <largeheight>538</largeheight>
   <filetype>jpg</filetype>
   
   <continent>
      <name>Avenue of Remembrance</name>
      <bonus>4</bonus>
      <components>
         <territory>Canteen</territory>
         <territory>Buyer Auditorium</territory>
         <territory>Mark Clark Hall</territory>
         <territory>Summerall Chapel</territory>
         <territory>Daniel Library</territory>
         <territory>Citadel Museum</territory>
      </components>
   </continent>
   
   <continent>
      <name>Lee Avenue</name>
      <bonus>5</bonus>
      <components>
         <territory>School of English</territory>
         <territory>Capers Hall</territory>
         <territory>School of Business</territory>
         <territory>Bond Hall</territory>
         <territory>President</territory>
         <territory>Duckett Hall</territory>
         <territory>Byrd Hall</territory>
      </components>
   </continent>
   
   <continent>
      <name>Support Battalion</name>
      <bonus>3</bonus>
      <components>
         <territory>Palmetto Battery</territory>
         <territory>Papa Company</territory>
         <territory>Support Battalion Quad</territory>
         <territory>Disrepair</territory>
      </components>
   </continent>
   
   <continent>
      <name>4th Battalion</name>
      <bonus>2</bonus>
      <components>
         <territory>Oscar Company</territory>
         <territory>November Company</territory>
         <territory>Tango Company</territory>
         <territory>Romeo Company</territory>
         <territory>4th Battalion Quad</territory>
      </components>
   </continent>
   
   <continent>
      <name>3rd Battalion</name>
      <bonus>4</bonus>
      <components>
         <territory>India Company</territory>
         <territory>Kilo Company</territory>
         <territory>Lima Company</territory>
         <territory>Mike Company</territory>
         <territory>3rd Battalion Quad</territory>
      </components>
   </continent>
   
   <continent>
      <name>2nd Battalion</name>
      <bonus>6</bonus>
      <components>
         <territory>Echo Company</territory>
         <territory>F-Troop</territory>
         <territory>Golf Company</territory>
         <territory>Hotel Company</territory>
         <territory>The Tower</territory>
         <territory>2nd Battalion Quad A</territory>
         <territory>2nd Battalion Quad B</territory>
         <territory>Band Company</territory>
      </components>
   </continent>
   
   <continent>
      <name>1st Battalion</name>
      <bonus>4</bonus>
      <components>
         <territory>Alpha Company</territory>
         <territory>Bravo Company</territory>
         <territory>Charlie Company</territory>
         <territory>Delta Company</territory>
         <territory>1st Battalion Quad</territory>
      </components>
   </continent>
   
   <continent>
      <name>Jenkins Avenue</name>
      <bonus>4</bonus>
      <components>
         <territory>LeTellier Hall</territory>
         <territory>Grimsley Hall</territory>
         <territory>Thompson Hall</territory>
         <territory>Jenkins Hall</territory>
         <territory>ROTC</territory>
         <territory>Commandant</territory>
      </components>
   </continent>
   
   <territory>
      <name>Canteen</name>
      <borders>
         <border>Commandant</border>
         <border>Buyer Auditorium</border>
         <border>Mark Clark Hall</border>
      </borders>
      <coordinates>
         <smallx>143</smallx>
         <smally>53</smally>
         <largex>167</largex>
         <largey>56</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Buyer Auditorium</name>
      <borders>
         <border>Canteen</border>
         <border>Summerall Chapel</border>
         <border>Mark Clark Hall</border>
      </borders>
      <coordinates>
         <smallx>207</smallx>
         <smally>53</smally>
         <largex>241</largex>
         <largey>58</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Mark Clark Hall</name>
      <borders>
         <border>Canteen</border>
         <border>Buyer Auditorium</border>
         <border>The Parade Deck</border>
         <border>Summerall Chapel</border>
      </borders>
      <coordinates>
         <smallx>246</smallx>
         <smally>79</smally>
         <largex>287</largex>
         <largey>87</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Summerall Chapel</name>
      <borders>
         <border>Buyer Auditorium</border>
         <border>Mark Clark Hall</border>
         <border>The Parade Deck</border>
         <border>Daniel Library</border>
      </borders>
      <coordinates>
         <smallx>313</smallx>
         <smally>61</smally>
         <largex>365</largex>
         <largey>64</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Daniel Library</name>
      <borders>
         <border>Summerall Chapel</border>
         <border>Citadel Museum</border>
      </borders>
      <coordinates>
         <smallx>385</smallx>
         <smally>82</smally>
         <largex>450</largex>
         <largey>91</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Citadel Museum</name>
      <borders>
         <border>Daniel Library</border>
         <border>The Parade Deck</border>
         <border>Capers Hall</border>
      </borders>
      <coordinates>
         <smallx>431</smallx>
         <smally>82</smally>
         <largex>503</largex>
         <largey>91</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Capers Hall</name>
      <borders>
         <border>Citadel Museum</border>
         <border>School of English</border>
         <border>School of Business</border>
      </borders>
      <coordinates>
         <smallx>523</smallx>
         <smally>109</smally>
         <largex>610</largex>
         <largey>122</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>School of English</name>
      <borders>
         <border>Capers Hall</border>
      </borders>
      <coordinates>
         <smallx>571</smallx>
         <smally>48</smally>
         <largex>666</largex>
         <largey>50</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>School of Business</name>
      <borders>
         <border>Capers Hall</border>
         <border>The Parade Deck</border>
         <border>Bond Hall</border>
         <border>President</border>
      </borders>
      <coordinates>
         <smallx>516</smallx>
         <smally>180</smally>
         <largex>602</largex>
         <largey>206</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Bond Hall</name>
      <borders>
         <border>School of Business</border>
         <border>The Parade Deck</border>
         <border>President</border>
         <border>Duckett Hall</border>
      </borders>
      <coordinates>
         <smallx>515</smallx>
         <smally>234</smally>
         <largex>601</largex>
         <largey>267</largey>
      </coordinates>
   </territory>

   <territory>
      <name>President</name>
      <borders>
         <border>School of Business</border>
         <border>Bond Hall</border>
         <border>Byrd Hall</border>
      </borders>
      <coordinates>
         <smallx>561</smallx>
         <smally>227</smally>
         <largex>656</largex>
         <largey>260</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Duckett Hall</name>
      <borders>
         <border>Bond Hall</border>
         <border>The Parade Deck</border>
         <border>Byrd Hall</border>
         <border>Battery</border>
      </borders>
      <coordinates>
         <smallx>531</smallx>
         <smally>296</smally>
         <largex>620</largex>
         <largey>342</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Byrd Hall</name>
      <borders>
         <border>Duckett Hall</border>
         <border>President</border>
         <border>Papa Company</border>
      </borders>
      <coordinates>
         <smallx>574</smallx>
         <smally>281</smally>
         <largex>670</largex>
         <largey>324</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Battery</name>
      <borders>
         <border>Duckett Hall</border>
         <border>India Company</border>
         <border>Mike Company</border>
         <border>Support Battalion Quad</border>
         <border>Papa Company</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>510</smallx>
         <smally>351</smally>
         <largex>596</largex>
         <largey>407</largey>
      </coordinates>
   </territory>      
   
   <territory>
      <name>Papa Company</name>
      <borders>
         <border>Battery</border>
         <border>Support Battalion Quad</border>
         <border>Byrd Hall</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>565</smallx>
         <smally>358</smally>
         <largex>660</largex>
         <largey>413</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Support Battalion Quad</name>
      <borders>
         <border>Battery</border>
         <border>Papa Company</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>538</smallx>
         <smally>362</smally>
         <largex>628</largex>
         <largey>419</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Disrepair</name>
      <borders>
         <border>India Company</border>
         <border>Mike Company</border>
         <border>Palmetto Battery</border>
         <border>Support Battalion Quad</border>
         <border>Papa Company</border>
         <border>The Trailers</border>
      </borders>
      <coordinates>
         <smallx>560</smallx>
         <smally>384</smally>
         <largex>655</largex>
         <largey>444</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>The Trailers</name>
      <borders>
         <border>Disrepair</border>
         <border>Oscar Company</border>
         <border>November Company</border>
      </borders>
      <coordinates>
         <smallx>511</smallx>
         <smally>434</smally>
         <largex>598</largex>
         <largey>502</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>November Company</name>
      <borders>
         <border>Tango Company</border>
         <border>4th Battalion Quad</border>
         <border>Oscar Company</border>
         <border>The Trailers</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>451</smally>
         <largex>517</largex>
         <largey>522</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Oscar Company</name>
      <borders>
         <border>Lima Company</border>
         <border>Mike Company</border>
         <border>Romeo Company</border>
         <border>4th Battalion Quad</border>
         <border>November Company</border>
         <border>The Trailers</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>432</smally>
         <largex>517</largex>
         <largey>503</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>4th Battalion Quad</name>
      <borders>
         <border>Romeo Company</border>
         <border>Oscar Company</border>
         <border>Tango Company</border>
         <border>November Company</border>
      </borders>
      <coordinates>
         <smallx>414</smallx>
         <smally>446</smally>
         <largex>484</largex>
         <largey>516</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Tango Company</name>
      <borders>
         <border>Romeo Company</border>
         <border>4th Battalion Quad</border>
         <border>November Company</border>
      </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>451</smally>
         <largex>451</largex>
         <largey>522</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Romeo Company</name>
      <borders>
         <border>Lima Company</border>
         <border>Mike Company</border>
         <border>Oscar Company</border>
         <border>4th Battalion Quad</border>
         <border>Tango Company</border>
      </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>432</smally>
         <largex>451</largex>
         <largey>503</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Lima Company</name>
      <borders>
         <border>Echo Company</border>
         <border>Hotel Company</border>
         <border>Kilo Company</border>
         <border>3rd Battalion Quad</border>
         <border>Mike Company</border>
         <border>Romeo Company</border>
         <border>Oscar Company</border>
      </borders>
      <coordinates>
         <smallx>391</smallx>
         <smally>368</smally>
         <largex>457</largex>
         <largey>425</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Mike Company</name>
      <borders>
         <border>Lima Company</border>
         <border>3rd Battalion Quad</border>
         <border>India Company</border>
         <border>Battery</border>
         <border>Disrepair</border>
         <border>Romeo Company</border>
         <border>Oscar Company</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>368</smally>
         <largex>516</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>India Company</name>
      <borders>
         <border>Kilo Company</border>
         <border>The Parade Deck</border>
         <border>3rd Battalion Quad</border>
         <border>Mike Company</border>
         <border>Battery</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>351</smally>
         <largex>516</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Kilo Company</name>
      <borders>
         <border>Echo Company</border>
         <border>Hotel Company</border>
         <border>The Parade Deck</border>
         <border>Lima Company</border>
         <border>India Company</border>
         <border>3rd Battalion Quad</border>
      </borders>
      <coordinates>
         <smallx>391</smallx>
         <smally>351</smally>
         <largex>457</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>3rd Battalion Quad</name>
      <borders>
         <border>Kilo Company</border>
         <border>India Company</border>
         <border>Lima Company</border>
         <border>Mike Company</border>
      </borders>
      <coordinates>
         <smallx>416</smallx>
         <smally>362</smally>
         <largex>487</largex>
         <largey>417</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Echo Company</name>
      <borders>
         <border>The Tower</border>
         <border>2nd Battalion Quad B</border>
         <border>Hotel Company</border>
         <border>Kilo Company</border>
         <border>Lima Company</border>
      </borders>
      <coordinates>
         <smallx>354</smallx>
         <smally>351</smally>
         <largex>414</largex>
         <largey>407</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Hotel Company</name>
      <borders>
         <border>2nd Battalion Quad B</border>
         <border>Band Company</border>
         <border>Echo Company</border>
         <border>Kilo Company</border>
         <border>Lima Company</border>
      </borders>
      <coordinates>
         <smallx>354</smallx>
         <smally>368</smally>
         <largex>414</largex>
         <largey>426</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>2nd Battalion Quad B</name>
      <borders>
         <border>2nd Battalion Quad A</border>
         <border>The Tower</border>
         <border>Band Company</border>
         <border>Echo Company</border>
         <border>Hotel Company</border>
      </borders>
      <coordinates>
         <smallx>321</smallx>
         <smally>366</smally>
         <largex>378</largex>
         <largey>422</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Band Company</name>
      <borders>
         <border>Golf Company</border>
         <border>2nd Battalion Quad A</border>
         <border>2nd Battalion Quad B</border>
         <border>Hotel Company</border>
      </borders>
      <coordinates>
         <smallx>319</smallx>
         <smally>382</smally>
         <largex>371</largex>
         <largey>442</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>2nd Battalion Quad A</name>
      <borders>
         <border>F-Troop</border>
         <border>Golf Company</border>
         <border>Band Company</border>
         <border>The Tower</border>
         <border>2nd Battalion Quad B</border>
      </borders>
      <coordinates>
         <smallx>279</smallx>
         <smally>366</smally>
         <largex>328</largex>
         <largey>422</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>The Tower</name>
      <borders>
         <border>F-Troop</border>
         <border>The Parade Deck</border>
         <border>2nd Battalion Quad A</border>
         <border>2nd Battalion Quad B</border>
         <border>Echo Company</border>
      </borders>
      <coordinates>
         <smallx>303</smallx>
         <smally>341</smally>
         <largex>354</largex>
         <largey>394</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>F-Troop</name>
      <borders>
         <border>Alpha Company</border>
         <border>Delta Company</border>
         <border>2nd Battalion Quad A</border>
         <border>The Tower</border>
         <border>Golf Company</border>
      </borders>
      <coordinates>
         <smallx>249</smallx>
         <smally>350</smally>
         <largex>291</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Golf Company</name>
      <borders>
         <border>Alpha Company</border>
         <border>Delta Company</border>
         <border>F-Troop</border>
         <border>2nd Battalion Quad A</border>
         <border>Band Company</border>
      </borders>
      <coordinates>
         <smallx>249</smallx>
         <smally>367</smally>
         <largex>291</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Alpha Company</name>
      <borders>
         <border>Bravo Company</border>
         <border>The Parade Deck</border>
         <border>1st Battalion Quad</border>
         <border>Delta Company</border>
         <border>F-Troop</border>
         <border>Golf Company</border>
      </borders>
      <coordinates>
         <smallx>211</smallx>
         <smally>350</smally>
         <largex>247</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Delta Company</name>
      <borders>
         <border>Charlie Company</border>
         <border>1st Battalion Quad</border>
         <border>Alpha Company</border>
         <border>F-Troop</border>
         <border>Golf Company</border>
      </borders>
      <coordinates>
         <smallx>211</smallx>
         <smally>368</smally>
         <largex>247</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Charlie Company</name>
      <borders>
         <border>McAlister Field House</border>
         <border>Bravo Company</border>
         <border>1st Battalion Quad</border>
         <border>Delta Company</border>
      </borders>
      <coordinates>
         <smallx>161</smallx>
         <smally>368</smally>
         <largex>189</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>1st Battalion Quad</name>
      <borders>
         <border>Bravo Company</border>
         <border>Charlie Company</border>
         <border>Alpha Company</border>
         <border>Delta Company</border>
      </borders>
      <coordinates>
         <smallx>186</smallx>
         <smally>361</smally>
         <largex>219</largex>
         <largey>416</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Bravo Company</name>
      <borders>
         <border>McAlister Field House</border>
         <border>Charlie Company</border>
         <border>The Parade Deck</border>
         <border>1st Battalion Quad</border>
         <border>Alpha Company</border>
      </borders>
      <coordinates>
         <smallx>161</smallx>
         <smally>350</smally>
         <largex>189</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>McAlister Field House</name>
      <borders>
         <border>LeTellier Hall</border>
         <border>Bravo Company</border>
         <border>Charlie Company</border>
         <border>Locker Rooms</border>
      </borders>
      <coordinates>
         <smallx>68</smallx>
         <smally>374</smally>
         <largex>82</largex>
         <largey>432</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Locker Rooms</name>
      <borders>
         <border>McAlister Field House</border>
      </borders>
      <coordinates>
         <smallx>59</smallx>
         <smally>430</smally>
         <largex>70</largex>
         <largey>499</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>LeTellier Hall</name>
      <borders>
         <border>Grimsley Hall</border>
         <border>The Parade Deck</border>
         <border>McAlister Field House</border>
      </borders>
      <coordinates>
         <smallx>87</smallx>
         <smally>273</smally>
         <largex>102</largex>
         <largey>315</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Grimsley Hall</name>
      <borders>
         <border>Thompson Hall</border>
         <border>The Parade Deck</border>
         <border>LeTellier Hall</border>
      </borders>
      <coordinates>
         <smallx>85</smallx>
         <smally>235</smally>
         <largex>100</largex>
         <largey>273</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Thompson Hall</name>
      <borders>
         <border>Jenkins Hall</border>
         <border>Grimsley Hall</border>
         <border>The Parade Deck</border>
      </borders>
      <coordinates>
         <smallx>91</smallx>
         <smally>197</smally>
         <largex>107</largex>
         <largey>227</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Jenkins Hall</name>
      <borders>
         <border>Commandant</border>
         <border>ROTC</border>
         <border>The Parade Deck</border>
         <border>Thompson Hall</border>
      </borders>
      <coordinates>
         <smallx>81</smallx>
         <smally>145</smally>
         <largex>95</largex>
         <largey>164</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>ROTC</name>
      <borders>
         <border>Commandant</border>
         <border>Jenkins Hall</border>
      </borders>
      <coordinates>
         <smallx>35</smallx>
         <smally>146</smally>
         <largex>41</largex>
         <largey>164</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Commandant</name>
      <borders>
         <border>ROTC</border>
         <border>Jenkins Hall</border>
         <border>Canteen</border>
      </borders>
      <coordinates>
         <smallx>73</smallx>
         <smally>96</smally>
         <largex>84</largex>
         <largey>108</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>The Parade Deck</name>
      <borders>
         <border>Mark Clark Hall</border>
         <border>Summerall Chapel</border>
         <border>Citadel Museum</border>
         <border>School of Business</border>
         <border>Bond Hall</border>
         <border>Duckett Hall</border>
         <border>India Company</border>
         <border>Kilo Company</border>
         <border>The Tower</border>
         <border>Alpha Company</border>
         <border>Bravo Company</border>
         <border>LeTellier Hall</border>
         <border>Grimsley Hall</border>
         <border>Thompson Hall</border>
         <border>Jenkins Hall</border>
      </borders>
      <coordinates>
         <smallx>303</smallx>
         <smally>236</smally>
         <largex>350</largex>
         <largey>268</largey>
      </coordinates>
      <neutral killer="yes">5</neutral>
   </territory>   
</map>


Do I need to get it rechecked now?

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 3:41 am
by yeti_c
You missed one...

<continent>
<name>Support Battalion</name>
<bonus>3</bonus>
<components>
<territory>Palmetto Battery</territory>
<territory>Papa Company</territory>
<territory>Support Battalion Quad</territory>
<territory>Disrepair</territory>
</components>
</continent>

C.

PS - did you run it back through the XML checker again?

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 3:43 am
by Incandenza
TaCktiX wrote:I'll make that small switch. I've been shafting Support Battalion the entire time anyway (it's already home to two inside jokes).


Much obliged.

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 4:06 am
by TaCktiX
It errored, I missed two. Fixed both, here's the new code:

Code: Select all
<?xml version="1.0"?>
<map>
   <title>The Citadel</title>
   <smallwidth>600</smallwidth>
   <smallheight>461</smallheight>
   <largewidth>700</largewidth>
   <largeheight>538</largeheight>
   <filetype>jpg</filetype>
   
   <continent>
      <name>Avenue of Remembrance</name>
      <bonus>4</bonus>
      <components>
         <territory>Canteen</territory>
         <territory>Buyer Auditorium</territory>
         <territory>Mark Clark Hall</territory>
         <territory>Summerall Chapel</territory>
         <territory>Daniel Library</territory>
         <territory>Citadel Museum</territory>
      </components>
   </continent>
   
   <continent>
      <name>Lee Avenue</name>
      <bonus>5</bonus>
      <components>
         <territory>School of English</territory>
         <territory>Capers Hall</territory>
         <territory>School of Business</territory>
         <territory>Bond Hall</territory>
         <territory>President</territory>
         <territory>Duckett Hall</territory>
         <territory>Byrd Hall</territory>
      </components>
   </continent>
   
   <continent>
      <name>Support Battalion</name>
      <bonus>3</bonus>
      <components>
         <territory>Battery</territory>
         <territory>Papa Company</territory>
         <territory>Support Battalion Quad</territory>
         <territory>Disrepair</territory>
      </components>
   </continent>
   
   <continent>
      <name>4th Battalion</name>
      <bonus>2</bonus>
      <components>
         <territory>Oscar Company</territory>
         <territory>November Company</territory>
         <territory>Tango Company</territory>
         <territory>Romeo Company</territory>
         <territory>4th Battalion Quad</territory>
      </components>
   </continent>
   
   <continent>
      <name>3rd Battalion</name>
      <bonus>4</bonus>
      <components>
         <territory>India Company</territory>
         <territory>Kilo Company</territory>
         <territory>Lima Company</territory>
         <territory>Mike Company</territory>
         <territory>3rd Battalion Quad</territory>
      </components>
   </continent>
   
   <continent>
      <name>2nd Battalion</name>
      <bonus>6</bonus>
      <components>
         <territory>Echo Company</territory>
         <territory>F-Troop</territory>
         <territory>Golf Company</territory>
         <territory>Hotel Company</territory>
         <territory>The Tower</territory>
         <territory>2nd Battalion Quad A</territory>
         <territory>2nd Battalion Quad B</territory>
         <territory>Band Company</territory>
      </components>
   </continent>
   
   <continent>
      <name>1st Battalion</name>
      <bonus>4</bonus>
      <components>
         <territory>Alpha Company</territory>
         <territory>Bravo Company</territory>
         <territory>Charlie Company</territory>
         <territory>Delta Company</territory>
         <territory>1st Battalion Quad</territory>
      </components>
   </continent>
   
   <continent>
      <name>Jenkins Avenue</name>
      <bonus>4</bonus>
      <components>
         <territory>LeTellier Hall</territory>
         <territory>Grimsley Hall</territory>
         <territory>Thompson Hall</territory>
         <territory>Jenkins Hall</territory>
         <territory>ROTC</territory>
         <territory>Commandant</territory>
      </components>
   </continent>
   
   <territory>
      <name>Canteen</name>
      <borders>
         <border>Commandant</border>
         <border>Buyer Auditorium</border>
         <border>Mark Clark Hall</border>
      </borders>
      <coordinates>
         <smallx>143</smallx>
         <smally>53</smally>
         <largex>167</largex>
         <largey>56</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Buyer Auditorium</name>
      <borders>
         <border>Canteen</border>
         <border>Summerall Chapel</border>
         <border>Mark Clark Hall</border>
      </borders>
      <coordinates>
         <smallx>207</smallx>
         <smally>53</smally>
         <largex>241</largex>
         <largey>58</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Mark Clark Hall</name>
      <borders>
         <border>Canteen</border>
         <border>Buyer Auditorium</border>
         <border>The Parade Deck</border>
         <border>Summerall Chapel</border>
      </borders>
      <coordinates>
         <smallx>246</smallx>
         <smally>79</smally>
         <largex>287</largex>
         <largey>87</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Summerall Chapel</name>
      <borders>
         <border>Buyer Auditorium</border>
         <border>Mark Clark Hall</border>
         <border>The Parade Deck</border>
         <border>Daniel Library</border>
      </borders>
      <coordinates>
         <smallx>313</smallx>
         <smally>61</smally>
         <largex>365</largex>
         <largey>64</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Daniel Library</name>
      <borders>
         <border>Summerall Chapel</border>
         <border>Citadel Museum</border>
      </borders>
      <coordinates>
         <smallx>385</smallx>
         <smally>82</smally>
         <largex>450</largex>
         <largey>91</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Citadel Museum</name>
      <borders>
         <border>Daniel Library</border>
         <border>The Parade Deck</border>
         <border>Capers Hall</border>
      </borders>
      <coordinates>
         <smallx>431</smallx>
         <smally>82</smally>
         <largex>503</largex>
         <largey>91</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Capers Hall</name>
      <borders>
         <border>Citadel Museum</border>
         <border>School of English</border>
         <border>School of Business</border>
      </borders>
      <coordinates>
         <smallx>523</smallx>
         <smally>109</smally>
         <largex>610</largex>
         <largey>122</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>School of English</name>
      <borders>
         <border>Capers Hall</border>
      </borders>
      <coordinates>
         <smallx>571</smallx>
         <smally>48</smally>
         <largex>666</largex>
         <largey>50</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>School of Business</name>
      <borders>
         <border>Capers Hall</border>
         <border>The Parade Deck</border>
         <border>Bond Hall</border>
         <border>President</border>
      </borders>
      <coordinates>
         <smallx>516</smallx>
         <smally>180</smally>
         <largex>602</largex>
         <largey>206</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Bond Hall</name>
      <borders>
         <border>School of Business</border>
         <border>The Parade Deck</border>
         <border>President</border>
         <border>Duckett Hall</border>
      </borders>
      <coordinates>
         <smallx>515</smallx>
         <smally>234</smally>
         <largex>601</largex>
         <largey>267</largey>
      </coordinates>
   </territory>

   <territory>
      <name>President</name>
      <borders>
         <border>School of Business</border>
         <border>Bond Hall</border>
         <border>Byrd Hall</border>
      </borders>
      <coordinates>
         <smallx>561</smallx>
         <smally>227</smally>
         <largex>656</largex>
         <largey>260</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Duckett Hall</name>
      <borders>
         <border>Bond Hall</border>
         <border>The Parade Deck</border>
         <border>Byrd Hall</border>
         <border>Battery</border>
      </borders>
      <coordinates>
         <smallx>531</smallx>
         <smally>296</smally>
         <largex>620</largex>
         <largey>342</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Byrd Hall</name>
      <borders>
         <border>Duckett Hall</border>
         <border>President</border>
         <border>Papa Company</border>
      </borders>
      <coordinates>
         <smallx>574</smallx>
         <smally>281</smally>
         <largex>670</largex>
         <largey>324</largey>
      </coordinates>
   </territory>

   <territory>
      <name>Battery</name>
      <borders>
         <border>Duckett Hall</border>
         <border>India Company</border>
         <border>Mike Company</border>
         <border>Support Battalion Quad</border>
         <border>Papa Company</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>510</smallx>
         <smally>351</smally>
         <largex>596</largex>
         <largey>407</largey>
      </coordinates>
   </territory>      
   
   <territory>
      <name>Papa Company</name>
      <borders>
         <border>Battery</border>
         <border>Support Battalion Quad</border>
         <border>Byrd Hall</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>565</smallx>
         <smally>358</smally>
         <largex>660</largex>
         <largey>413</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Support Battalion Quad</name>
      <borders>
         <border>Battery</border>
         <border>Papa Company</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>538</smallx>
         <smally>362</smally>
         <largex>628</largex>
         <largey>419</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Disrepair</name>
      <borders>
         <border>India Company</border>
         <border>Mike Company</border>
         <border>Battery</border>
         <border>Support Battalion Quad</border>
         <border>Papa Company</border>
         <border>The Trailers</border>
      </borders>
      <coordinates>
         <smallx>560</smallx>
         <smally>384</smally>
         <largex>655</largex>
         <largey>444</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>The Trailers</name>
      <borders>
         <border>Disrepair</border>
         <border>Oscar Company</border>
         <border>November Company</border>
      </borders>
      <coordinates>
         <smallx>511</smallx>
         <smally>434</smally>
         <largex>598</largex>
         <largey>502</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>November Company</name>
      <borders>
         <border>Tango Company</border>
         <border>4th Battalion Quad</border>
         <border>Oscar Company</border>
         <border>The Trailers</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>451</smally>
         <largex>517</largex>
         <largey>522</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Oscar Company</name>
      <borders>
         <border>Lima Company</border>
         <border>Mike Company</border>
         <border>Romeo Company</border>
         <border>4th Battalion Quad</border>
         <border>November Company</border>
         <border>The Trailers</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>432</smally>
         <largex>517</largex>
         <largey>503</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>4th Battalion Quad</name>
      <borders>
         <border>Romeo Company</border>
         <border>Oscar Company</border>
         <border>Tango Company</border>
         <border>November Company</border>
      </borders>
      <coordinates>
         <smallx>414</smallx>
         <smally>446</smally>
         <largex>484</largex>
         <largey>516</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Tango Company</name>
      <borders>
         <border>Romeo Company</border>
         <border>4th Battalion Quad</border>
         <border>November Company</border>
      </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>451</smally>
         <largex>451</largex>
         <largey>522</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Romeo Company</name>
      <borders>
         <border>Lima Company</border>
         <border>Mike Company</border>
         <border>Oscar Company</border>
         <border>4th Battalion Quad</border>
         <border>Tango Company</border>
      </borders>
      <coordinates>
         <smallx>386</smallx>
         <smally>432</smally>
         <largex>451</largex>
         <largey>503</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Lima Company</name>
      <borders>
         <border>Echo Company</border>
         <border>Hotel Company</border>
         <border>Kilo Company</border>
         <border>3rd Battalion Quad</border>
         <border>Mike Company</border>
         <border>Romeo Company</border>
         <border>Oscar Company</border>
      </borders>
      <coordinates>
         <smallx>391</smallx>
         <smally>368</smally>
         <largex>457</largex>
         <largey>425</largey>
      </coordinates>
   </territory>
   
   <territory>
      <name>Mike Company</name>
      <borders>
         <border>Lima Company</border>
         <border>3rd Battalion Quad</border>
         <border>India Company</border>
         <border>Battery</border>
         <border>Disrepair</border>
         <border>Romeo Company</border>
         <border>Oscar Company</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>368</smally>
         <largex>516</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>India Company</name>
      <borders>
         <border>Kilo Company</border>
         <border>The Parade Deck</border>
         <border>3rd Battalion Quad</border>
         <border>Mike Company</border>
         <border>Battery</border>
         <border>Disrepair</border>
      </borders>
      <coordinates>
         <smallx>442</smallx>
         <smally>351</smally>
         <largex>516</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Kilo Company</name>
      <borders>
         <border>Echo Company</border>
         <border>Hotel Company</border>
         <border>The Parade Deck</border>
         <border>Lima Company</border>
         <border>India Company</border>
         <border>3rd Battalion Quad</border>
      </borders>
      <coordinates>
         <smallx>391</smallx>
         <smally>351</smally>
         <largex>457</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>3rd Battalion Quad</name>
      <borders>
         <border>Kilo Company</border>
         <border>India Company</border>
         <border>Lima Company</border>
         <border>Mike Company</border>
      </borders>
      <coordinates>
         <smallx>416</smallx>
         <smally>362</smally>
         <largex>487</largex>
         <largey>417</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Echo Company</name>
      <borders>
         <border>The Tower</border>
         <border>2nd Battalion Quad B</border>
         <border>Hotel Company</border>
         <border>Kilo Company</border>
         <border>Lima Company</border>
      </borders>
      <coordinates>
         <smallx>354</smallx>
         <smally>351</smally>
         <largex>414</largex>
         <largey>407</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Hotel Company</name>
      <borders>
         <border>2nd Battalion Quad B</border>
         <border>Band Company</border>
         <border>Echo Company</border>
         <border>Kilo Company</border>
         <border>Lima Company</border>
      </borders>
      <coordinates>
         <smallx>354</smallx>
         <smally>368</smally>
         <largex>414</largex>
         <largey>426</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>2nd Battalion Quad B</name>
      <borders>
         <border>2nd Battalion Quad A</border>
         <border>The Tower</border>
         <border>Band Company</border>
         <border>Echo Company</border>
         <border>Hotel Company</border>
      </borders>
      <coordinates>
         <smallx>321</smallx>
         <smally>366</smally>
         <largex>378</largex>
         <largey>422</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Band Company</name>
      <borders>
         <border>Golf Company</border>
         <border>2nd Battalion Quad A</border>
         <border>2nd Battalion Quad B</border>
         <border>Hotel Company</border>
      </borders>
      <coordinates>
         <smallx>319</smallx>
         <smally>382</smally>
         <largex>371</largex>
         <largey>442</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>2nd Battalion Quad A</name>
      <borders>
         <border>F-Troop</border>
         <border>Golf Company</border>
         <border>Band Company</border>
         <border>The Tower</border>
         <border>2nd Battalion Quad B</border>
      </borders>
      <coordinates>
         <smallx>279</smallx>
         <smally>366</smally>
         <largex>328</largex>
         <largey>422</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>The Tower</name>
      <borders>
         <border>F-Troop</border>
         <border>The Parade Deck</border>
         <border>2nd Battalion Quad A</border>
         <border>2nd Battalion Quad B</border>
         <border>Echo Company</border>
      </borders>
      <coordinates>
         <smallx>303</smallx>
         <smally>341</smally>
         <largex>354</largex>
         <largey>394</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>F-Troop</name>
      <borders>
         <border>Alpha Company</border>
         <border>Delta Company</border>
         <border>2nd Battalion Quad A</border>
         <border>The Tower</border>
         <border>Golf Company</border>
      </borders>
      <coordinates>
         <smallx>249</smallx>
         <smally>350</smally>
         <largex>291</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Golf Company</name>
      <borders>
         <border>Alpha Company</border>
         <border>Delta Company</border>
         <border>F-Troop</border>
         <border>2nd Battalion Quad A</border>
         <border>Band Company</border>
      </borders>
      <coordinates>
         <smallx>249</smallx>
         <smally>367</smally>
         <largex>291</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Alpha Company</name>
      <borders>
         <border>Bravo Company</border>
         <border>The Parade Deck</border>
         <border>1st Battalion Quad</border>
         <border>Delta Company</border>
         <border>F-Troop</border>
         <border>Golf Company</border>
      </borders>
      <coordinates>
         <smallx>211</smallx>
         <smally>350</smally>
         <largex>247</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Delta Company</name>
      <borders>
         <border>Charlie Company</border>
         <border>1st Battalion Quad</border>
         <border>Alpha Company</border>
         <border>F-Troop</border>
         <border>Golf Company</border>
      </borders>
      <coordinates>
         <smallx>211</smallx>
         <smally>368</smally>
         <largex>247</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Charlie Company</name>
      <borders>
         <border>McAlister Field House</border>
         <border>Bravo Company</border>
         <border>1st Battalion Quad</border>
         <border>Delta Company</border>
      </borders>
      <coordinates>
         <smallx>161</smallx>
         <smally>368</smally>
         <largex>189</largex>
         <largey>425</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>1st Battalion Quad</name>
      <borders>
         <border>Bravo Company</border>
         <border>Charlie Company</border>
         <border>Alpha Company</border>
         <border>Delta Company</border>
      </borders>
      <coordinates>
         <smallx>186</smallx>
         <smally>361</smally>
         <largex>219</largex>
         <largey>416</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Bravo Company</name>
      <borders>
         <border>McAlister Field House</border>
         <border>Charlie Company</border>
         <border>The Parade Deck</border>
         <border>1st Battalion Quad</border>
         <border>Alpha Company</border>
      </borders>
      <coordinates>
         <smallx>161</smallx>
         <smally>350</smally>
         <largex>189</largex>
         <largey>406</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>McAlister Field House</name>
      <borders>
         <border>LeTellier Hall</border>
         <border>Bravo Company</border>
         <border>Charlie Company</border>
         <border>Locker Rooms</border>
      </borders>
      <coordinates>
         <smallx>68</smallx>
         <smally>374</smally>
         <largex>82</largex>
         <largey>432</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Locker Rooms</name>
      <borders>
         <border>McAlister Field House</border>
      </borders>
      <coordinates>
         <smallx>59</smallx>
         <smally>430</smally>
         <largex>70</largex>
         <largey>499</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>LeTellier Hall</name>
      <borders>
         <border>Grimsley Hall</border>
         <border>The Parade Deck</border>
         <border>McAlister Field House</border>
      </borders>
      <coordinates>
         <smallx>87</smallx>
         <smally>273</smally>
         <largex>102</largex>
         <largey>315</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Grimsley Hall</name>
      <borders>
         <border>Thompson Hall</border>
         <border>The Parade Deck</border>
         <border>LeTellier Hall</border>
      </borders>
      <coordinates>
         <smallx>85</smallx>
         <smally>235</smally>
         <largex>100</largex>
         <largey>273</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Thompson Hall</name>
      <borders>
         <border>Jenkins Hall</border>
         <border>Grimsley Hall</border>
         <border>The Parade Deck</border>
      </borders>
      <coordinates>
         <smallx>91</smallx>
         <smally>197</smally>
         <largex>107</largex>
         <largey>227</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Jenkins Hall</name>
      <borders>
         <border>Commandant</border>
         <border>ROTC</border>
         <border>The Parade Deck</border>
         <border>Thompson Hall</border>
      </borders>
      <coordinates>
         <smallx>81</smallx>
         <smally>145</smally>
         <largex>95</largex>
         <largey>164</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>ROTC</name>
      <borders>
         <border>Commandant</border>
         <border>Jenkins Hall</border>
      </borders>
      <coordinates>
         <smallx>35</smallx>
         <smally>146</smally>
         <largex>41</largex>
         <largey>164</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>Commandant</name>
      <borders>
         <border>ROTC</border>
         <border>Jenkins Hall</border>
         <border>Canteen</border>
      </borders>
      <coordinates>
         <smallx>73</smallx>
         <smally>96</smally>
         <largex>84</largex>
         <largey>108</largey>
      </coordinates>
   </territory>   
   
   <territory>
      <name>The Parade Deck</name>
      <borders>
         <border>Mark Clark Hall</border>
         <border>Summerall Chapel</border>
         <border>Citadel Museum</border>
         <border>School of Business</border>
         <border>Bond Hall</border>
         <border>Duckett Hall</border>
         <border>India Company</border>
         <border>Kilo Company</border>
         <border>The Tower</border>
         <border>Alpha Company</border>
         <border>Bravo Company</border>
         <border>LeTellier Hall</border>
         <border>Grimsley Hall</border>
         <border>Thompson Hall</border>
         <border>Jenkins Hall</border>
      </borders>
      <coordinates>
         <smallx>303</smallx>
         <smally>236</smally>
         <largex>350</largex>
         <largey>268</largey>
      </coordinates>
      <neutral killer="yes">5</neutral>
   </territory>   
</map>

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Fri Jul 11, 2008 8:40 pm
by Mjinga
A bit of a belated congratulations. =D>

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Tue Jul 15, 2008 12:24 am
by TaCktiX
So...any more thoughts on this map in any capacity? I'd say I'm ready for an XML stamp because people don't mind the slight 888 overlap on the Quads (at least the one person who actually posted anything comment-wise). I'd like to get this map finished and out the door instead of sitting in some weird limbo, so comment away!

Re: The Citadel V21 (Pg1+23) [Final Forge]

PostPosted: Wed Jul 16, 2008 4:51 pm
by shadowsteel9
lookin good tac, congrats on makin in to forge, and this looks like it's very close to quench

Re: The Citadel V21 (Pg1+23) [Final Forge] XML Checked

PostPosted: Tue Jul 22, 2008 1:39 am
by Mjinga
Soooooo... is anything happening to the map? Like... an XML stamp? Or... something... anything at all...

Re: The Citadel V21 (Pg1+23) [Final Forge] XML Checked

PostPosted: Tue Jul 22, 2008 12:01 pm
by gimil
Mjinga wrote:Soooooo... is anything happening to the map? Like... an XML stamp? Or... something... anything at all...


tack looks at it under his covers with a torch at night!

I didnt tell you...

Re: The Citadel V21 (Pg1+23) [Final Forge] XML Checked

PostPosted: Tue Jul 22, 2008 2:06 pm
by laci_mae
I'm done looking and ready to play!
L

Re: The Citadel V21 (Pg1+23) [Final Forge] XML Checked

PostPosted: Tue Jul 22, 2008 3:12 pm
by TaCktiX
I would prefer my topic not to be consumed with spam this late in the game, so some official word from the C.A.'s as to what's the holdup on a mere stamp would be appreciated. And I'm aware of the Quenching slow-up, and am not expecting that stamp any time soon.

Re: The Citadel V21 (Pg1+23) [Final Forge] XML Checked

PostPosted: Mon Aug 04, 2008 10:47 am
by Tisha
The Parade Deck.. returns to 5 neutral?

Re: The Citadel V21 (Pg1+23) [Final Forge] XML Checked

PostPosted: Mon Aug 04, 2008 11:05 am
by TaCktiX
Yes. I suppose I'll need to do a minor version update to add neutral to it, otherwise it doesn't make sense.

Re: The Citadel V21 (Pg1+23) [Final Forge] XML Checked

PostPosted: Mon Aug 04, 2008 4:45 pm
by laci_mae
Tac,

Around the top and right of the legend, I think the graphics should be trimmed a little. Make 2nd batt. and 4th batt. border the legend the way that 1st batt. does. Best I can tell, that would mean leaving grass and removing some useless sidewalks.

Let me explain it another way in case that doesn't make sense. (It's finals week. I high on procrastination and low on sense making.) Make the width of the grass/sidewalk graphic around the building the same for 2nd & 4th batts. as it is for 1st.

This would give you more legend room to work with. Also, you might soften that top-right corner of the legend to better match other corners in the map. The legend Parade Deck corners are also sharp instead of rounded.

Since you're doing a small update, I thought I'd toss you these comments.

Best,
Laci

Re: The Citadel V21 (Pg1+23) [Final Forge] XML Checked

PostPosted: Mon Aug 04, 2008 8:54 pm
by TaCktiX
The legend is not intended to look like the actual map. It is a text map in the strictest sense, and should be interpreted in that way. Also, I would like to keep the map's adorning elements fully intact. Tossing out sidewalks as them being "unnecessary" is missing the thematic point of them being there in the first place (accuracy to the campus). Unnecessary edits simply for the sake of edits I'm not going to do. Adding one word to make the map clearer I will do.

Re: The Citadel V21 (Pg1+23) [Final Forge] XML Checked

PostPosted: Tue Aug 05, 2008 10:59 am
by laci_mae
TaCktiX wrote:The legend is not intended to look like the actual map. It is a text map in the strictest sense, and should be interpreted in that way. Also, I would like to keep the map's adorning elements fully intact. Tossing out sidewalks as them being "unnecessary" is missing the thematic point of them being there in the first place (accuracy to the campus). Unnecessary edits simply for the sake of edits I'm not going to do. Adding one word to make the map clearer I will do.


I'm not trying to offend you. I honestly think that area of the map isn't as clean and polished as others. I recognize that its "a text map in the strictest sense", but that doesn't excuse it from having unclean lines. I was simply trying to point out that those sidewalks are not integral to gameplay, and, therefore, would not severely detract from the map should they be covered by the legend.

Additionally, I thought my idea would coincide well with adding the word to the legend because it looks like you're about out of room. Adding these little smidges around the edges could help visually and spatially.

The bottom line is that it's a good map with or without these edits. I was just trying to put forth some thoughtful and helpful suggestions.

L