Add true portable mode (#259)

This commit is contained in:
Jeod
2025-09-26 15:32:42 -04:00
committed by GitHub
parent 7b0a62c765
commit 659e9f3ce8
28 changed files with 176 additions and 96 deletions

View File

@@ -3,7 +3,7 @@ class_name ModLoaderSetupLog
# Slimed down version of ModLoaderLog for the ModLoader Self Setup
const MOD_LOG_PATH := "user://logs/modloader.log"
static var MOD_LOG_PATH := Global.config_path.path_join("logs/modloader.log")
enum VERBOSITY_LEVEL {
ERROR,