ServerMod / MultiAdmin

SCP: Secret Labratory Server modification to support different configs per instance plus a whole lot of other features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When a round is restarted...

Tamago4a opened this issue · comments

Installed multiadmin. I made the following configuration:

config_location:
appdata_location: C:\Users\PC\AppData\Roaming\SCP Secret Laboratory
disable_config_validation: False
share_non_configs: True
multiadmin_log_location: logs
multiadmin_nolog: False
multiadmin_debug_log: True
multiadmin_debug_log_blacklist:
multiadmin_debug_log_whitelist:
use_new_input_system: True
port: 7777
copy_from_folder_on_reload:
folder_copy_whitelist:
folder_copy_blacklist:
folder_copy_round_queue:
folder_copy_round_queue_whitelist:
folder_copy_round_queue_blacklist:
randomize_folder_copy_round_queue: False
manual_start: false
max_memory: 2048
restart_low_memory:
restart_low_memory_roundend:
random_input_colors: False
restart_every_num_rounds: -1
restart_every_num_rounds_counting: True
safe_server_shutdown: True
safe_shutdown_check_delay: 150
safe_shutdown_timeout: 10000
server_restart_timeout: 10
server_stop_timeout: 10
server_start_retry: True
server_start_retry_delay: 10000
servers_folder: servers
set_title_bar: True
start_config_on_full:

At the moment of the round restart, the "config_gameplay.txt" file is opened every time. What have I done wrong?
Безымянный

That is set by config_location

That is set by config_location

You said some nonsense. I found the reason. The reason is in one blank line.
As I understood it:

  1. I removed all "empty" lines.
    Снимок
  2. Checked this bug. He has gone.
  3. I started to add blank lines from this list one by one:
folder_copy_round_queue:
copy_from_folder_on_reload:
config_location:
appdata_location:
multiadmin_debug_log_blacklist:
multiadmin_debug_log_whitelist:
folder_copy_whitelist:
folder_copy_blacklist:
folder_copy_round_queue_whitelist:
folder_copy_round_queue_blacklist:
restart_low_memory:
restart_low_memory_roundend:
start_config_on_full:
  1. As a result, I realized that the error in
folder_copy_round_queue:

If this line is in the config then some kind of nonsense happens.
If you don't believe you can check it yourself. I am showing you a real bug.

This is potentially a game bug, I'll try to recreate it and figure out the cause.

This is potentially a game bug, I'll try to recreate it and figure out the cause.

If you fail, I can shoot a short video.

thanks for this.