PDA

View Full Version : Increasing Books ?


redfox62
13-06-2005, 14:04
Is there a way to up the limit of books above 1000 ?

Although my next question should be in a different post, i was wondering, where can you adjust the benefits of the landlord and the builder to make them more useful.

then i was thinking of varying the amounts of books to educate them at each level.

Gustavus Adolphus
13-06-2005, 16:03
1. defs/misc/econst.in2. I really like the resorce cap thing and one of the first things I did when modding was to change that to 5000. Of course, this means I had to manually change alot of educatecosts, how muchpiety if you want to donate to the catholic church ect.
2. also in Defs/misc/econst.in2
3. defs/knights/educatecosts.in2

Elvain
13-06-2005, 16:11
1 and 2 both are defined in defs\Misc\econst.in2
1) search this ; resource cap (not used for now)
MaxPiety = 1200
MaxBooks = 1200you'll find there 1000 as this is copied from HR mod... it is in about mid of the page

2) search this(in the first 1/3 of page):; farmer governor
;0 +1 base
;1 +1 base
;2 +1 base
;3 +1 all farms, population birth * 200%
;4 +2 all farms, max population * 150% (i.e. if MAX pop = 36 will be -> 48)
;5 siege * 200% (twice longer to take city with governor farmer)
Farmer0Base = 2
Farmer1Base = 3
Farmer2Base = 4
Farmer3Farms = 3
Farmer3Birth = 200
Farmer4Farms = 4
Farmer4MaxPop = 150
Farmer5SiegeTime = 200

3) book cost of education is defined in defs\Knights\educatecost.in2
[costs]
spy = 700, 800, 1000, 1200, 1400
trader = 700, 800, 1000, 1100, 1200
farmer = 600, 800, 1000, 1000, 1200
builder = 600, 800, 1000, 1000, 1200
cleric = 690, 790, 990, 1090, 1190

you can also edit upkeeps of knights:UpkeepFarmer1 = 5
UpkeepFarmer2 = 15
UpkeepFarmer3 = 50
UpkeepFarmer4 = 100
UpkeepFarmer5 = 150
UpkeepFarmer6 = 300
UpkeepFarmer7 = 500
UpkeepFarmer8 = 800
UpkeepFarmer9 = 1600

and price of hired knight:;hire
HireMarshal = 800
HireBuilder = 400
HireFarmer = 400
HireSpy = 900
HireCleric = 900
HireTrader = 900
(both of the last 2 are also in econst.in2)

all qouted values are from HolyRome mod

redfox62
13-06-2005, 19:06
Elvain ... you're the man!