• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

ModsNewbie

Sergeant
14 Badges
Jun 13, 2019
64
2
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Holy Fury
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sons of Abraham
While I was playing ck2, I noticed that to max out university, you have to upgrade your "cities and temples" technology to lv 6.

I think the whole point of having universities were to enhance your technology, so I made some change in technology.txt in my mod folder to make them available at earlier stage, like lv 1,2,3, for university 1,2,3.

However, when I made the change, the Improved Keep technology, changes its name to wierd generic name like add buildings or modifier. The game runs without any problem, but the name kind of makes it hard.

Has anyone tried similar mod and faced same problem? please help
 
that must be the case but I don't know what I did wrong
Can you tell me how to make tech enhance buildings like universities and mosaic available in early technology stage by modding the technology.txt

So far, every try I made ends up with Improved Keep changing its name to add_building or modifier with DESC 7.0. I can still play as usual but the name makes it hard for me to concentrate on the gameplay . please help
 
Can you tell me how to make tech enhance buildings like universities and mosaic available in early technology stage by modding the technology.txt

So far, every try I made ends up with Improved Keep changing its name to add_building or modifier with DESC 7.0. I can still play as usual but the name makes it hard for me to concentrate on the gameplay . please help

How are you making the change atm? AFAIK what you need to do is move the line of a building, for example:

Code:
            add_building = ct_university_1

...to the appropriate block. ct_university_1 is in the '2' block, so if you move it to the '1' block it'll now be available at level 1 city tech rather than 2.
 
That is exactly what I did but the Problem still persists
Thanks Karlington for your swift reply.

That is what I did, I just moved the line to the block I wanted and then deleted the original phrase using backspace key to avoid overlapping. But when I try out the mod, on the technology screen in gameplay where it shoud say, "Improved Keeps", now it says modifier and when I bring my mouse over the name, it says desc. 7.0 or sometimes just desc.

I tried comparing the modded txt. and the original technology.txt but I could not see anything that causes the minor error. The game runs fine with the mod, so it can't be a serious problem but the wierd name does take fun out of the game. please help
 
Problem Solved- Don't know why but this solved problem
I was just tyring to recreate error to try to find out the cause of problem when I noticed this:

TECH_FORTIFICATIONS_CONSTRUCTION = { # walls and levy buildings

When I looked at other section, I noticed that there was no space between the # and the description, so I closed the gap and the problem is solved.

So simple and yet it took me 8 hours and 5 tries yesterday to solve the issue.