- << previous
- 1
- next >>
I saw in the game that my country and other countries have terrible relations (0). How do you edit the XML so that when the scenario start, my country has good relations with other countries?
- Soldat98
- location: Unknown
- joined: Jan 27, 2010
- posts: 208
I need this info too.
- Saturn
- location: Unknown
- joined: Aug 16, 2010
- posts: 2
If you look at the player files for various countries, you will find the relation values, you need only to set nDefault value to whatever you want and that will set relations for all countries, here is the coding you need to add to this piece of coding after the object tag for "objAIData"
<object type="DipRelInitialValueList" name="objDipRelInitialValueList">
<property name="nDefault" value="500"/> and then add an ending </object> tag, just make sure to follow the coding format, I would suggest looking other player files and just copy and paste what you need.
"I am not your son"
~JPS
- cavetroll1304
- MHII, MH GOLD
- location: United States
- joined: Aug 10, 2009
- posts: 1260
- << previous
- 1
- next >>