From 5ea671c3611593aed0572b64b8f971a0e880041c Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Sat, 7 Mar 2015 14:25:57 +0100 Subject: [PATCH] plop --- bootstrap/boot.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap/boot.lua b/bootstrap/boot.lua index 33aedc3d6b..c7f81827ed 100644 --- a/bootstrap/boot.lua +++ b/bootstrap/boot.lua @@ -2,6 +2,11 @@ -- It will be called before anything else is setup, including paths -- Usualy it will be put inside a zip that is concatenated to the executable itself +--[[ Example to move the saves somewhere else +local old = fs.getHomePath() +function fs.getHomePath() return old:gsub("T%-Engine", "BoneToBeWild"):gsub("t%-engine", "bone-to-be-wild") end +]] + print("Booting T-Engine from: "..tostring(__SELFEXE)) -- Mount the engine, either from a path guessed from SELFEXE, or directly from current dir -- GitLab