mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Fix CI and remove factorio control (#15)
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
-- core files should be required by modules and not be present in this list;
|
||||
-- @config File-Loader
|
||||
return {
|
||||
-- 'example.file_not_loaded',
|
||||
"modules.factorio-control", -- base factorio free play scenario
|
||||
"expcore.player_data", -- must be loaded first to register event handlers
|
||||
|
||||
--- Addons
|
||||
|
||||
@@ -75,7 +75,6 @@ end
|
||||
return {
|
||||
skip_intro = true, --- @setting skip_intro skips the intro given in the default factorio free play scenario
|
||||
skip_victory = true, --- @setting skip_victory will skip the victory screen when a rocket is launched
|
||||
disable_base_game_silo_script = true, --- @setting disable_base_game_silo_script will not load the silo script at all
|
||||
research_queue_from_start = true, --- @setting research_queue_from_start when true the research queue is useable from the start
|
||||
friendly_fire = false, --- @setting friendly_fire weather players will be able to attack each other on the same force
|
||||
enemy_expansion = false, --- @setting enemy_expansion a catch all for in case the map settings file fails to load
|
||||
|
||||
Reference in New Issue
Block a user