Allow Mod Loader to automatically add hooks on export (#405)

* Update Mod Loader and Tool addons

* Mod tool checks if script exists before reloading

* Change script export mode to Text for hook export

* Change return type of load_image_from_path to Texture2D
This commit is contained in:
BarrierFalki
2025-09-26 13:30:40 -05:00
committed by GitHub
parent 1c309ce731
commit 78f68b3be1
59 changed files with 104 additions and 69 deletions

View File

@@ -1 +1 @@
uid://bjfjju1edaxwv
uid://bvxprkn5ij076

View File

@@ -1 +1 @@
uid://bfnhjikkx0g5s
uid://dsgr2b68w3ndv

View File

@@ -1 +1 @@
uid://bleh3oamdbmnr
uid://s5gnda0rx2s8

View File

@@ -1 +1 @@
uid://ddrlbkscua6n0
uid://diggt80eyfpwi

View File

@@ -1 +1 @@
uid://cmxtu4snlj1bb
uid://isimicww6eyn

View File

@@ -55,7 +55,18 @@ enum VERSION_VALIDATION {
## [code]ModLoader:Dependency[/code] - ignore the exact name [br]
## [code]ModLoader:*[/code] - ignore all beginning with this name [br]
@export var ignored_mod_names_in_log: Array[String] = []
@export var hint_color := Color("#70bafa")
## Highlighting color for warning type log messages
@export var warning_color := Color("#ffde66")
## Highlighting color for success type log messages
@export var success_color := Color("#5d8c3f")
## Highlighting color for info type log messages
@export var info_color := Color("#70bafa")
## Highlighting color for hint type log messages
@export var hint_color := Color("#b293fa")
## Highlighting color for debug type log messages
@export var debug_color := Color("#d4d4d4")
## Highlight debug log prefixes with bold formatting
@export var debug_bold := true
@export_group("Game Data")
## Steam app id, can be found in the steam page url

View File

@@ -1 +1 @@
uid://dsbicisgihjet
uid://f46uvi5y8oqi