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
This is where you need to be in officesessions.lua. There are two of these you need to fix up. One is run when you are inside the office meeting and one is run when you are outside the office building (can happen if you are under attack or something)
Open your editor and search "CurrentOfficeBonus" and clicking next should bring you to all the places its called
create a new local under CurrentOfficeBonus
Again there are TWO spots in this file where you will need to do this. If you are still not winning simply increase your bonus value but I would think that should be more then sufficient.
Add this entry near the bottom of the config.ini file
Then make the following change to both entries in officesession.lua
obviously you still need to add it to both entries to make it work
Now using your config.ini you can increase, decrease or turn off your bonus by setting it to zero
it think Picequa mod always made you the winner if you didnt win you were still declared the winner Thank you for your help
Picqua's
Code: [Select]
--picqua
for i=0, ApplicantCnt - 1 do
if DynastyIsPlayer("Applicant"..i) then
Winner = i
end
end
was designed to do however I do no longer have the Always win elections mod as it is no longer available to download im guessing because of incompatibility since offices were reworked?
These are entire functions so just need to copy the new over the old and it works just fine
Sorry for resurrecting an old post, but I thought it might be of interest for someone else to know that I applied the modifications McCoy! offered in the post above mine and as in for now, it seems to work. My dinasty so far always wins the elections with me not doing any diplomacy, if fact, everyone pretty much hates me 'cos I don't bother at all with socialization in the game.
I will do further testing/playing and post again if I detect any issues.
Thank you McCoy!