• 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.
Which sliders?
The diplomacy sliders can only be moved once per year.
The production sliders can be locked by the player...either right-click on the "handle" or double-click on it.
 
I'm not very sure, but i think that here:
Code:
policy =
  { date              = { year = 0 month = january day = 0 }
    democratic        = 10
    political_left    = 3
    freedom           = 10
    free_market       = 10
    professional_army = 1
    defense_lobby     = 1
    interventionism   = 1
  }

You should put a very distant date (like 1st January of 2001), but i repeat, i'm not very sure.
 
Kretoxian said:
I'm not very sure, but i think that here:
Code:
policy =
  { date              = { year = 0 month = january day = 0 }
    democratic        = 10
    political_left    = 3
    freedom           = 10
    free_market       = 10
    professional_army = 1
    defense_lobby     = 1
    interventionism   = 1
  }

You should put a very distant date (like 1st January of 2001), but i repeat, i'm not very sure.
This is it ! :)

Thanks a lot !! :cool:
 
Kretoxian said:
I'm not very sure, but i think that here:
Code:
policy =
  { date              = { year = 0 month = january day = 0 }
    democratic        = 10
    political_left    = 3
    freedom           = 10
    free_market       = 10
    professional_army = 1
    defense_lobby     = 1
    interventionism   = 1
  }

You should put a very distant date (like 1st January of 2001), but i repeat, i'm not very sure.
This is correct. just set it to year = 1965, or if you want to be sure that people with no time limit patch cant at any point change sliders set it to 2001 :)