2024-06-28 00:16:21
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
on_actions = {
|
||||
on_startup = {
|
||||
effect = {
|
||||
# VNR enable flag, so that other mods will load oob designed for VNR
|
||||
set_global_flag = vnr_enabled
|
||||
# show welcome splash
|
||||
set_global_flag = navy_rework_splash_show
|
||||
@@ -8,10 +9,11 @@ on_actions = {
|
||||
# show the first panel of intro splash
|
||||
every_country = {
|
||||
limit = { is_ai = no }
|
||||
set_variable = { navy_rework_welcome_splash_variable = 0 }
|
||||
set_variable = { navy_rework_welcome_splash_variable = 1 }
|
||||
}
|
||||
|
||||
set_variable = { vnr_ai_difficulty = 1 }
|
||||
set_variable = { vnr_ai_difficulty = 0 }
|
||||
set_variable = { vnr_ai_production = 0 }
|
||||
|
||||
# major naval powers array setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user