So do I just type the command in the prompt? Because when I try YEM to switch to Yemen it doesn't work.
type tag Yem that work
So do I just type the command in the prompt? Because when I try YEM to switch to Yemen it doesn't work.
It's § on my keyboard layout (German).
It's a cheat for the impatient, yet honourable.Well that pretty much defeats the purpose of it being a cheat.
Pop growth, mm i made it with a province decision:
in the event_modifiers folder you must add:
Now in the events folder in the cheats.txt file you created you must add:
this will add tons of people for 3 months, you can fire the event as many times as you like when the three months are over, the pop will be highly increased, with oldenburg my divisions capacity went from 1/1 to 1/395 and my movilization cap went to 156, my pop was 92.12k and then 18.21 M
#Give more people
country_event = {
id = 151087
trigger = {
ai = no
}
mean_time_to_happen = {
months = 2000
}
title = "multiply pop"
desc = "The pop growth cheat."
picture = "Unite"
option = {
name = "where the children come from."
any_owned = { soldiers = { reduce_pop = 99.0729 }
}
}
}
Ok, forget about the pop_growth thing, just put this if you want soldiers:
This will give you a positive value so it will add soldiers instead of reducing them.
If, for example, you want capitalists, just change "soldiers" and write down capitalists, laboures, farmers or whatever.
Is there no cheat to reduce Infamy ?
is there an event that reduces only militancy and conciousness for the entire country? i have read the *entire* thread but didnt see one.
here is an example i used to use in Rev, could it be converted to Vic 2?
}
event = {
id = 23998
random = no
invention = no
action_a = {
name = "Bliss!"
command = { type = pop_militancy which = aristocrats value = -5 }
command = { type = pop_militancy which = labourers value = -5 }
command = { type = pop_militancy which = farmers value = -5 }
command = { type = pop_militancy which = craftsmen value = -5 }
command = { type = pop_militancy which = clerks value = -5 }
command = { type = pop_militancy which = capitalists value = -5 }
command = { type = pop_militancy which = clergymen value = -5 }
command = { type = pop_militancy which = soldiers value = -5 }
command = { type = pop_militancy which = religious_minority value = 1 where = -5 }
command = { type = pop_militancy which = cultural_minority value = 1 where = -5 }
}
}