Page 1 of 1

USApocalypse XML

PostPosted: Mon Feb 04, 2008 9:37 pm
by fireedud
I don't think anyone has done it yet, so here's my first shot at XML:

Code: Select all
<continent>
 <name>Radiation Effect  6</name>
 <bonus>9</bonus>
 <components>
   <territory>STTL-0000</territory>
   <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
</components>
<overrides>
  <override> Radiation Effect 5</override>
<override> Radiation Effect 4</override>
<override> Radiation Effect 3</override>
<override> Radiation Effect 2</override>
<override> Radiation Effect 1</override>
</overrides>
</continent>
<continent>
 <name>Radiation Effect  5</name>
 <bonus>5</bonus>
 <components>
   <territory>STTL-0000</territory>
   <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
</components>
<required>5</required>
<overrides>
  <override> Radiation Effect 4</override>
<override> Radiation Effect 3</override>
<override> Radiation Effect 2</override>
<override> Radiation Effect 1</override>
</overrides>
</continent>
<continent>
 <name>Radiation Effect  4</name>
 <bonus>2</bonus>
 <components>
   <territory>STTL-0000</territory>
   <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
</components>
<required>4</required>
<overrides>
  <override> Radiation Effect 3</override>
<override> Radiation Effect 2</override>
<override> Radiation Effect 1</override>
</overrides>
</continent>
<continent>
 <name>Radiation Effect  3</name>
 <bonus>0</bonus>
 <components>
   <territory>STTL-0000</territory>
   <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
</components>
<required>3</required>
<overrides>
<override> Radiation Effect 2</override>
<override> Radiation Effect 1</override>
</overrides>
</continent>
<continent>
 <name>Radiation Effect 2</name>
 <bonus>-1</bonus>
 <components>
   <territory>STTL-0000</territory>
   <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
</components>
<required>2</required>
<overrides>
<override> Radiation Effect 1</override>
</overrides>
</continent>
<continent>
 <name>Radiation Effect 1</name>
 <bonus>-1</bonus>
 <components>
   <territory>STTL-0000</territory>
   <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
</components>
<required>1</required>
</continent>


Can someone check it over?

PostPosted: Mon Feb 04, 2008 9:50 pm
by Coleman
Looks good to me. There are some small edits, like
Code: Select all
 <name>Radiation Effect 5</name> instead of  <name>Radiation Effect  5</name>
Is Radiation Effect the way we want to say it? I haven't played that map in forever.

Note: To all the other people that want me to get things done, maybe you should IM me at the1coleman@hotmail.com (msn) or the1coleman (aim) or the1coleman@gmail.com (gtalk) because that's the only reason I even saw this. Sooo Busy. :lol:

Note 2: (err don't e-mail those, I don't read them)

PostPosted: Tue Feb 05, 2008 1:31 pm
by fireedud
ummm... I'm not sure what's exactly to call it, I think its called irratticated (sp?) territories .

PostPosted: Tue Feb 05, 2008 4:36 pm
by lanyards
There can't be a space after the tags. Check your overide tags.

--lanyards

Re: USApocalypse XML

PostPosted: Tue Feb 05, 2008 9:20 pm
by fireedud
Code: Select all
<continent>
 <name>6 Radiated Territories</name>
 <bonus>9</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
   <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <overrides>
  <override>5 Radiated Territories</override>
  <override>4 Radiated Territories</override>
  <override>3 Radiated Territories</override>
  <override>2 Radiated Territories</override>
  <override>1 Radiated Territories</override>
 </overrides>
</continent>
<continent>
 <name>5 Radiated Territories</name>
 <bonus>5</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>5</required>
 <overrides>
  <override>4 Radiated Territories</override>
  <override>3 Radiated Territories</override>
  <override>2 Radiated Territories</override>
  <override>1 Radiated Territories</override>
  </overrides>
</continent>
<continent>
 <name>4 Radiated Territories</name>
 <bonus>2</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>4</required>
 <overrides>
  <override>3 Radiated Territories</override>
  <override>2 Radiated Territories</override>
  <override>1 Radiated Territories</override>
 </overrides>
</continent>
<continent>
 <name>3 Radiated Territories</name>
 <bonus>0</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>3</required>
 <overrides>
  <override>2 Radiated Territories</override>
  <override>1 Radiated Territories</override>
 </overrides>
</continent>
<continent>
 <name>2 Radiated Territories</name>
 <bonus>-1</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>2</required>
 <overrides>
  <override>1 Radiated Territory</override>
 </overrides>
</continent>
<continent>
 <name>1 Radiated Territory</name>
 <bonus>-1</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>1</required>
</continent>


is this better?

PostPosted: Wed Feb 06, 2008 9:36 am
by Tieryn
Irradiated Territories is the wording and spelling you'd want.

Re: USApocalypse XML

PostPosted: Wed Feb 06, 2008 6:48 pm
by fireedud
Code: Select all
<continent>
 <name>6 Irradiated Territories</name>
 <bonus>9</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
   <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <overrides>
  <override>5 Irradiated Territories</override>
  <override>4 Irradiated Territories</override>
  <override>3 Irradiated Territories</override>
  <override>2 Irradiated Territories</override>
  <override>1 Irradiated Territory</override>
 </overrides>
</continent>
<continent>
 <name>5 Irradiated Territories</name>
 <bonus>5</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>5</required>
 <overrides>
  <override>4 Irradiated Territories</override>
  <override>3 Irradiated Territories</override>
  <override>2 Irradiated Territories</override>
  <override>1 Irradiated Territory</override>
  </overrides>
</continent>
<continent>
 <name>4 Irradiated Territories</name>
 <bonus>2</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>4</required>
 <overrides>
  <override>3 Irradiated Territories</override>
  <override>2 Irradiated Territories</override>
  <override>1 Irradiated Territory</override>
 </overrides>
</continent>
<continent>
 <name>3 Irradiated Territories</name>
 <bonus>0</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>3</required>
 <overrides>
  <override>2 Irradiated Territories</override>
  <override>1 Irradiated Territory</override>
 </overrides>
</continent>
<continent>
 <name>2 Irradiated Territories</name>
 <bonus>-1</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>2</required>
 <overrides>
  <override>1 Irradiated Territory</override>
 </overrides>
</continent>
<continent>
 <name>1 Irradiated Territory</name>
 <bonus>-1</bonus>
 <components>
  <territory>STTL-0000</territory>
  <territory>Illinois</territory>
  <territory>Old New Amsterdam</territory>
  <territory>Georgia</territory>
  <territory>Dallas</territory>
  <territory>SoCal</territory>
 </components>
 <required>1</required>
</continent>



like this?

PostPosted: Sat Feb 09, 2008 10:15 pm
by fireedud
is this correct?

Re: USApocalypse XML

PostPosted: Sun Feb 10, 2008 11:04 am
by iancanton
fireedud wrote:
Code: Select all
<continent>
 <name>6 Irradiated Territories</name>
like this?


irradiated normally refers to food items, for example tomatoes, that have been deliberately exposed to a controlled dose of radiation to kill bacteria, but which do not give off harmful radiation themselves after such treatment.

http://www.food.gov.uk/safereating/rad_ ... radfoodqa/

on the other hand, the relevant territories on this map do have harmful effects, so the word u want is radioactive.

ian. :)

Re: USApocalypse XML

PostPosted: Sun Feb 10, 2008 11:22 am
by fireedud
iancanton wrote:
fireedud wrote:
Code: Select all
<continent>
 <name>6 Irradiated Territories</name>
like this?


irradiated normally refers to food items, for example tomatoes, that have been deliberately exposed to a controlled dose of radiation to kill bacteria, but which do not give off harmful radiation themselves after such treatment.

http://www.food.gov.uk/safereating/rad_ ... radfoodqa/

on the other hand, the relevant territories on this map do have harmful effects, so the word u want is radioactive.

ian. :)



ok, but that's how they were originally, and I don't waant to change the names.

PostPosted: Sun Feb 10, 2008 11:24 am
by yeti_c
Actually - when you have positive - it turns into "a radiation nexus"...

So I guess if you're looking to keep similar names - then you need to change the positives to that...

The real question - is to what do you change the 0 position.

C.

PostPosted: Sun Feb 10, 2008 11:28 am
by fireedud
yeti_c wrote:Actually - when you have positive - it turns into "a radiation nexus"...

So I guess if you're looking to keep similar names - then you need to change the positives to that...


The real question - is to what do you change the 0 position.

C.


yes, but that's what we're getting rid of: it confuses a lot of people.


huh?

Re: USApocalypse XML

PostPosted: Sun Feb 10, 2008 11:30 am
by iancanton
fireedud wrote:that's how they were originally


were they? all i can see on the map is "radiation effects", which includes both negative and positive.

ian. :)

Re: USApocalypse XML

PostPosted: Sun Feb 10, 2008 11:33 am
by fireedud
iancanton wrote:
fireedud wrote:that's how they were originally


were they? all i can see on the map is "radiation effects".

ian. :)


if you look at the xml or play the game, the game log says irradiated territory and radiation nexus. BUt this revision has gotten rid of the need for radiation nexuses.

PostPosted: Sun Feb 10, 2008 11:36 am
by yeti_c
fireedud wrote:
yeti_c wrote:Actually - when you have positive - it turns into "a radiation nexus"...

So I guess if you're looking to keep similar names - then you need to change the positives to that...


The real question - is to what do you change the 0 position.

C.


yes, but that's what we're getting rid of: it confuses a lot of people.


huh?


But "Irradiated Territory" is a negative thing - why would you get negative bonuses for it?

If you hold 3 - you neither get a positive or negative bonus - thus "Nexus" or "Irradiated" is not relevant... as one implies bonus and one implies negative

C.

PostPosted: Sun Feb 10, 2008 11:38 am
by fireedud
But since we only have 1 term now, we don't have to worry about 0.

PostPosted: Sun Feb 10, 2008 11:39 am
by yeti_c
fireedud wrote:But since we only have 1 term now, we don't have to worry about 0.


But I'm saying you *should* have 2 terms - as
a) That's how it was originally
b) the term you have chosen doesn't fit all 3 options.

C.

PostPosted: Sun Feb 10, 2008 11:43 am
by fireedud
yeti_c wrote:
fireedud wrote:But since we only have 1 term now, we don't have to worry about 0.


But I'm saying you *should* have 2 terms - as
a) That's how it was originally
b) the term you have chosen doesn't fit all 3 options.

C.


well, the reason why I'm doing this is because people get confused with 2 terms.

Radiation Effects might be better, since that's how it's stated on the map.

PostPosted: Sun Feb 10, 2008 11:51 am
by yeti_c
fireedud wrote:
yeti_c wrote:
fireedud wrote:But since we only have 1 term now, we don't have to worry about 0.


But I'm saying you *should* have 2 terms - as
a) That's how it was originally
b) the term you have chosen doesn't fit all 3 options.

C.


well, the reason why I'm doing this is because people get confused with 2 terms.

Radiation Effects might be better, since that's how it's stated on the map.


Yes - that *would* be a better name... although - changing the names may be against the original authors wishes - so you will need to get Gimil to attempt to contact him/her.

C.

PostPosted: Sun Feb 10, 2008 12:01 pm
by gimil
yeti_c wrote:
fireedud wrote:
yeti_c wrote:
fireedud wrote:But since we only have 1 term now, we don't have to worry about 0.


But I'm saying you *should* have 2 terms - as
a) That's how it was originally
b) the term you have chosen doesn't fit all 3 options.

C.


well, the reason why I'm doing this is because people get confused with 2 terms.

Radiation Effects might be better, since that's how it's stated on the map.


Yes - that *would* be a better name... although - changing the names may be against the original authors wishes - so you will need to get Gimil to attempt to contact him/her.

C.


I can try and contact jota for this if you like guys, jsut pop me a PM.

PostPosted: Wed Feb 13, 2008 10:27 am
by gimil
I just got around to emailing jota due to real life and all that jazz :)

Ill he'll most likely post here in reply to my email.