Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
On the bright side, the save still runs and I can conduct sermons. On the negative side, my church now produces herbs and bath salt. I think something didn't agree with the swap out there and I'll have to start over.
I know how to rig the config.ini to start with more money, so I can replace my buildings, but is there any way (through files, the modpack, etc) to start with or give myself more XP so that I can catch up to my current progress? Between the two, at least I could 'start over' in the modpack without having to repeat all of my efforts so far.
Thanks!
For your request:
Open Scripts/Measures/ms_220_TrainCharacter.lua
Find:
if not GetInsideBuilding("", "HomeBuilding") then
return
end
Add below that:
if ScenarioGetTimePlayed() < 2 then
local AddXP = 1000
IncrementXP("", AddXP)
end
Modify the AddXP to any value you desire
What this does: In the first 2 ingame hours of the game you will get 1000* XP whenever you start the train measure in your house. After 2 hours the measure works as usual, so you can continue to use it without further cheating
Btw: If you use MegaMod, play on lowest difficulty and you will have a relaxing time
I was playing a priest, so I'm hoping the citywide gain in reputation among the same faith which results from sermons will help me along toward my rulership aspirations!
Fajeth,
Ah, I'm shooting for the top! Starting at Hamburg in the Hansa, like before, and going for Sovereign til I can go for Queen! ;)
Having said that, I modified as you specified and train is not giving any experience in my house. Should I have the section you said to add separated by a line, or no? When I click Train, she acknowledges by saying something in Latin, but nothing else happens.
Much appreciated!
EDIT: Tried removing the end from the first block and adding the second section right there, but no luck. Returned it to the way it was. Looks like I'll need your advise, wise Fajeth. :)
[...]