Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Rise of Nations > RoN-General > CtW - How to disable rare-resource bonus?
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
31.Aug: `MOR` THIRD SEASON SIGN-UPS UNDERWAY
26.Aug: EMERGES AS THE WINNER
20.Aug: OH SO LOVABLE
CivGroups
Rise of Nations Multiplayer (64): Not a Member - Join
Apolyton Storywriters' Guild (56): Not a Member - Join

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Adagio is offline Adagio

Emperor

Jun 2001
time: 06:24
  Old Post 06-09-2004 19:30
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
CtW - How to disable rare-resource bonus? Support Apolyton, pre-order Civilization IV

I'm not talking about the "10% cheaper whatever" but the +10 food + 10 knowledge

Is there a way to do this?

The closest thing I've seen is:

quote:

< CTW_TERR_INCOME_BASE value="1" / >
< CTW_TERR_INCOME_X value="1" / >


Not sure if that's it though...



The reason why I want to get rid of it, is because it makes the end game too easy, when you start with an income of +200 of everything just because of this...

Adagio is offline Adagio

Emperor

Jun 2001
time: 06:24
  Old Post 06-09-2004 19:56
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Browse Apolyton AD-FREE

Nope... none of those worked

Rohag is offline Rohag
Warlord

May 2002
time: 05:24
  Old Post 15-09-2004 21:14 Visit Rohag's homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton, buy Call to Power 2

Do you want to turn off the rare resource bonuses in Conquer the World only, or do you want to turn them off in all real-time scenarios?

If the latter, check this file: C:\Program Files\Microsoft Games\Rise of Nations\Thrones and Patriots\data\resourcerules.xml

For each rare resource you'll find various attributes, which you could just zero out, or zero out the following attribute to see if it will keep rares off the map entirely:

PHP:

<
RANDOM_RARE_DROP>1</RANDOM_RARE_DROP>

This may require a bit of experimenting, so be sure to backup the original files. RoN's .xml files are easily modified by opening them with either Notepad or WordPad (a fancy xml editor is unnecessary).

Adagio is offline Adagio

Emperor

Jun 2001
time: 06:24
  Old Post 15-09-2004 21:25
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Remove this text

I only want to turn them of in Conquer the World, and only for those resources on the main map... those in the game itself should still work normally...

Rohag is offline Rohag
Warlord

May 2002
time: 05:24
  Old Post 16-09-2004 01:38 Visit Rohag's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

For Conquer the World, go to C:\Program Files\Microsoft Games\Rise of Nations\Thrones and Patriots\conquest\CTW_World_Map_01.xml. There's a COUNTRY element for each territory on the strategic map. One of the attributes may be "rare" if the territory contains a rare resource.

PHP:

<
COUNTRY name="Yukon" ... rare="Silver">

I suggest you try editing out all the rare="blah" attributes from the COUNTRY elements.

Adagio is offline Adagio

Emperor

Jun 2001
time: 06:24
  Old Post 16-09-2004 02:26
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Got spare money?

That would be a solution... but I would still like the bonuses (like 10% cheaper units, 1 extra farm per city, etc)

Rohag is offline Rohag
Warlord

May 2002
time: 05:24
  Old Post 16-09-2004 17:51 Visit Rohag's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton buy from Amazon

I'm confused. You would still like to retain the bonuses from the rare resources on the strategic map?

My above suggestion for editing the C:\Program Files\Microsoft Games\Rise of Nations\Thrones and Patriots\conquest\CTW_World_Map_01.xml file should not affect rares appearing in the individual RTS scenarios.

You could go back to the C:\Program Files\Microsoft Games\Rise of Nations\Thrones and Patriots\data\resourcerules.xml file and edit the individual bonuses up or down as you like. That should affect the bonuses both in the RTS scenarios and in CtW.

PHP:

<
RESOURCE>
  <
NAME>Silver</NAME>
  ...
  <
BONUS_TYPE0>Wealth</BONUS_TYPE0>
  <
BONUS_NUM0>10</BONUS_NUM0>
  <
BONUS_TYPE1>Metal</BONUS_TYPE1>
  <
BONUS_NUM1>10</BONUS_NUM1>
  ...
  <
DESC>#ICON23 Age advancement cost reduced by $NUMBER0%.</DESC>

The bonus types and numbers are easy to change. The special bonus here, reduced age advancement (15%), pulls its value from some other file, but I don't know where.

Adagio is offline Adagio

Emperor

Jun 2001
time: 06:24
  Old Post 16-09-2004 19:00
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton or Terrorists Win

quote:
Originally posted by Rohag
I'm confused. You would still like to retain the bonuses from the rare resources on the strategic map?


Ok, I'll try to explain again


Let's say I have two territories (one of them is the start territory). The second has e.g. the bears as a resource.
What I want it that when I start a new conquest game, I start with the 25% cheaper military tech, but I don't want to start with the 10 food and 10 wood (or whatever it gives... I never remember)

It shouldn't change anything about the resouces found in a game... the resources in the game (with a merchant) should still give the 10 food and 10 wood (or whatever)


For some reason I doubt this is possible though

Rohag is offline Rohag
Warlord

May 2002
time: 05:24
  Old Post 17-09-2004 00:44 Visit Rohag's homepage!
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

quote:
For some reason I doubt this is possible though

I see. If it's possible, I don't know how. My modding experience doesn't go beyond the .xml and .bhs files, which are easily manipulated, and I'm unaware of any RoN modding that has changed the basic code.

You're right; changing the resourcerules.xml file would affect both CtW and regular games.

Have you considered nation-modding to achieve the effects you want?

Adagio is offline Adagio

Emperor

Jun 2001
time: 06:24
  Old Post 17-09-2004 01:26
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Nation modding? How could that make this possible?

Rohag is offline Rohag
Warlord

May 2002
time: 05:24
  Old Post 17-09-2004 19:52 Visit Rohag's homepage!
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Re: CtW - How to disable rare-resource bonus? Browse Apolyton AD-FREE

quote:
The reason why I want to get rid of it, is because it makes the end game too easy, when you start with an income of +200 of everything just because of this...

If you have a preferred nation, you might disable advantages/unique units it has in the later ages. That would partially offset the advantages of accumulated strategic map rares.

If I have a sudden brainstorm on this, I'll post it. Sorry...

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:24.
Apolyton Time is 00:24.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0437 seconds (87.21% PHP - 12.79% MySQL) with 49 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net