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.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Can anyone confirm if the instantresearch cheat affects the AI? I thought it did, but having used it to give myself all techs as brazil in 1836 the switching to the UK, FRA and US they still have all the startin techs to research, and the cheat was runnin for 5 months.
Thats what I've been doing, Hawaii, the one time as Haiti I got annexed, it was sorta funny, left my computer running for a few hours, expecting the game to be in 1936, and it is 1844, the end screen. The problem is I have to be looking at my computer at least partially to click events, or do debug assert and have the logs not get recorded, so I barely know when anything happens.
Is there a way to instantly westernise an AHD unciv so that it gets the techs of its sphere leader, like it would normally? Event 90901 civilised them, but only leaves them with the 2 or 3 army techs they got as a result of unciv reforms.
Is there a way to instantly westernise an AHD unciv so that it gets the techs of its sphere leader, like it would normally? Event 90901 civilised them, but only leaves them with the 2 or 3 army techs they got as a result of unciv reforms.
I don't understand the question, where do you write what? If you mean the "21" just do it when playing the game, maybe "write" is not the most accurate word. You have to press alt+21 when playin', don't write it in any special place.
Maybe one of the events that give free colonies to argentina could work if used with the province id and the tag of the nation that you're currently playing? Might be worth a shot.
In the common\National_Focus.txt file, change this:
Code:
colonial_focus =
{
colonize =
{
uncolonized_province = yes #focus may be set on uncolonized province
increase_colony = 0.1 #adds n to colonial point each month
colonial_validity_check = yes
icon = 4
}
}
to this:
Code:
colonial_focus =
{
colonize =
{
uncolonized_province = yes #focus may be set on uncolonized province
increase_colony = 0.1 #adds n to colonial point each month
colonial_validity_check = yes
icon = 4
}
colonize_cheating =
{
limit = { is_ai = no }
uncolonized_province = yes #focus may be set on uncolonized province
increase_colony = 100 #adds n to colonial point each month
colonial_validity_check = yes
icon = 4
}
}