mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
added the game
This commit is contained in:
13
addons/mod_loader/options/profiles/current.tres
Normal file
13
addons/mod_loader/options/profiles/current.tres
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=3 uid="uid://bevs2mhkw1isv"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/mod_loader/resources/options_profile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
enable_mods = true
|
||||
log_level = 3
|
||||
disabled_mods = []
|
||||
steam_workshop_enabled = false
|
||||
override_path_to_mods = ""
|
||||
override_path_to_configs = ""
|
||||
override_path_to_workshop = ""
|
14
addons/mod_loader/options/profiles/default.tres
Normal file
14
addons/mod_loader/options/profiles/default.tres
Normal file
@@ -0,0 +1,14 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/mod_loader/resources/options_profile.gd" type="Script" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
enable_mods = true
|
||||
log_level = 3
|
||||
disabled_mods = [ ]
|
||||
steam_workshop_enabled = false
|
||||
override_path_to_mods = ""
|
||||
override_path_to_configs = ""
|
||||
override_path_to_workshop = ""
|
14
addons/mod_loader/options/profiles/disable_mods.tres
Normal file
14
addons/mod_loader/options/profiles/disable_mods.tres
Normal file
@@ -0,0 +1,14 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/mod_loader/resources/options_profile.gd" type="Script" id=1]
|
||||
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
enable_mods = false
|
||||
log_level = 3
|
||||
disabled_mods = [ ]
|
||||
steam_workshop_enabled = false
|
||||
override_path_to_mods = ""
|
||||
override_path_to_configs = ""
|
||||
override_path_to_workshop = ""
|
17
addons/mod_loader/options/profiles/editor.tres
Normal file
17
addons/mod_loader/options/profiles/editor.tres
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_resource type="Resource" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/mod_loader/resources/options_profile.gd" type="Script" id=1]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
||||
enable_mods = true
|
||||
locked_mods = [ ]
|
||||
log_level = 3
|
||||
disabled_mods = [ ]
|
||||
allow_modloader_autoloads_anywhere = false
|
||||
steam_workshop_enabled = false
|
||||
override_path_to_mods = ""
|
||||
override_path_to_configs = ""
|
||||
override_path_to_workshop = ""
|
||||
ignore_deprecated_errors = true
|
||||
ignored_mod_names_in_log = [ ]
|
@@ -0,0 +1,19 @@
|
||||
[gd_resource type="Resource" script_class="ModLoaderOptionsProfile" load_steps=2 format=3 uid="uid://bodsw0jyh6rn5"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/mod_loader/resources/options_profile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
enable_mods = true
|
||||
locked_mods = []
|
||||
log_level = 2
|
||||
disabled_mods = []
|
||||
allow_modloader_autoloads_anywhere = false
|
||||
steam_id = 0
|
||||
override_path_to_mods = ""
|
||||
override_path_to_configs = ""
|
||||
override_path_to_workshop = ""
|
||||
ignore_deprecated_errors = false
|
||||
ignored_mod_names_in_log = []
|
||||
load_from_steam_workshop = false
|
||||
load_from_local = true
|
19
addons/mod_loader/options/profiles/production_workshop.tres
Normal file
19
addons/mod_loader/options/profiles/production_workshop.tres
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_resource type="Resource" script_class="ModLoaderOptionsProfile" load_steps=2 format=3 uid="uid://cg0vv5k4o71rv"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/mod_loader/resources/options_profile.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
enable_mods = true
|
||||
locked_mods = []
|
||||
log_level = 2
|
||||
disabled_mods = []
|
||||
allow_modloader_autoloads_anywhere = false
|
||||
steam_id = 0
|
||||
override_path_to_mods = ""
|
||||
override_path_to_configs = ""
|
||||
override_path_to_workshop = ""
|
||||
ignore_deprecated_errors = false
|
||||
ignored_mod_names_in_log = []
|
||||
load_from_steam_workshop = true
|
||||
load_from_local = true
|
Reference in New Issue
Block a user