DA: modding improvement help? [Resolve]
from
GalCiv2 Forums
When try code out on Virtual Reality Centers11
Has like 10 Virtual Reality Center11 on it instead have each improvement per a tech with according number but can't figure the cause problem so appreciate any help.
did not see modding folder so just main data folder, so stuff end of each corresponding files.
Improvemnt addition
The Tech tree.
Has like 10 Virtual Reality Center11 on it instead have each improvement per a tech with according number but can't figure the cause problem so appreciate any help.
did not see modding folder so just main data folder, so stuff end of each corresponding files.
Improvemnt addition
Code: xml
- <Culture ID="Virtual Reality Centers2">
- <DisplayName>Virtual Reality Centers2</DisplayName>
- <Cost>9500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- <Group>VRC</Group>
- </Culture>
- <Culture ID="Virtual Reality Centers3">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers3</DisplayName>
- <Cost>11500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers2</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers4">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers4</DisplayName>
- <Cost>13500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers3</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers5">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers5</DisplayName>
- <Cost>15500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers4</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers6">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers6</DisplayName>
- <Cost>17500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers5</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers7">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers7</DisplayName>
- <Cost>19500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers6</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers8">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers8</DisplayName>
- <Cost>21500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers7</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers9">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers9</DisplayName>
- <Cost>23500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers8</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers10">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers10</DisplayName>
- <Cost>25500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers9</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers11">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers11</DisplayName>
- <Cost>27500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers10</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
The Tech tree.
Code: xml
- <Culture ID="Virtual Reality Centers2">
- <DisplayName>Virtual Reality Centers2</DisplayName>
- <Cost>9500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- <Group>VRC</Group>
- </Culture>
- <Culture ID="Virtual Reality Centers3">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers3</DisplayName>
- <Cost>11500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers2</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers4">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers4</DisplayName>
- <Cost>13500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers3</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers5">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers5</DisplayName>
- <Cost>15500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers4</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers6">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers6</DisplayName>
- <Cost>17500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers5</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers7">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers7</DisplayName>
- <Cost>19500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers6</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers8">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers8</DisplayName>
- <Cost>21500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers7</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers9">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers9</DisplayName>
- <Cost>23500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers8</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers10">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers10</DisplayName>
- <Cost>25500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers9</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>
- <Culture ID="Virtual Reality Centers11">
- <Group>VRC</Group>
- <DisplayName>Virtual Reality Centers11</DisplayName>
- <Cost>27500</Cost>
- <Description>Enables the construction of Virtual Reality Centers.</Description>
- <Details>Why "move around" just to "get stuff done" when you can sit there and live in a virtual reality in which all your dreams come true? Getting stuff done is overrated. So is reality.</Details>
- <Requires>Virtual Reality Centers10</Requires>
- <MoraleAbility>5</MoraleAbility>
- <Category>Entertainment</Category>
- <Model>event30</Model>
- <AIValue>5</AIValue>
- </Culture>