Dark Forcast: reanable solo playmode
force_lock_settings did also force controller_lock=yes [ci skip]
This commit is contained in:
parent
883b4f1856
commit
762ec56e06
1 changed files with 12 additions and 10 deletions
|
@ -54,14 +54,15 @@ Note: You need to use the default map settings for the scenario to work right."
|
|||
save_id="Player1"
|
||||
gold=75
|
||||
income=0
|
||||
gold_lock="true"
|
||||
income_lock="true"
|
||||
team_lock="true"
|
||||
gold_lock=yes
|
||||
income_lock=yes
|
||||
controller_lock=no
|
||||
team_lock=no
|
||||
faction_lock=no
|
||||
leader_lock=no
|
||||
color_lock=no
|
||||
fog="yes"
|
||||
share_view="yes"
|
||||
fog=yes
|
||||
share_vision=all
|
||||
[/side]
|
||||
|
||||
[side]
|
||||
|
@ -73,14 +74,15 @@ Note: You need to use the default map settings for the scenario to work right."
|
|||
save_id="Player2"
|
||||
gold=75
|
||||
income=0
|
||||
gold_lock="true"
|
||||
income_lock="true"
|
||||
team_lock="true"
|
||||
gold_lock=yes
|
||||
income_lock=yes
|
||||
controller_lock=no
|
||||
team_lock=no
|
||||
faction_lock=no
|
||||
leader_lock=no
|
||||
color_lock=no
|
||||
fog="yes"
|
||||
share_view="yes"
|
||||
fog=yes
|
||||
share_vision=all
|
||||
[/side]
|
||||
[lua]
|
||||
code = <<
|
||||
|
|
Loading…
Add table
Reference in a new issue