Add costume_gen to luastart and config
This commit is contained in:
@@ -12,6 +12,7 @@ setglobal('gcs_state', "off")
|
|||||||
-- CHARACTER Settings
|
-- CHARACTER Settings
|
||||||
|
|
||||||
setglobal('char_gen', "trent")
|
setglobal('char_gen', "trent")
|
||||||
|
setglobal('costume_gen', "Trent")
|
||||||
setglobal('voice_gen', "Trent")
|
setglobal('voice_gen', "Trent")
|
||||||
setglobal('dx_gen', "trent")
|
setglobal('dx_gen', "trent")
|
||||||
setglobal('body_gen', "MLBODY")
|
setglobal('body_gen', "MLBODY")
|
||||||
|
|||||||
@@ -53,6 +53,10 @@ function modifyLuaConfig(filePath)
|
|||||||
-- Change char_gen to "trent"
|
-- Change char_gen to "trent"
|
||||||
elseif line:find("setglobal%('char_gen',") then
|
elseif line:find("setglobal%('char_gen',") then
|
||||||
lines[i] = "setglobal('char_gen', \"trent\")"
|
lines[i] = "setglobal('char_gen', \"trent\")"
|
||||||
|
|
||||||
|
-- Change costume_gen to "Trent"
|
||||||
|
elseif line:find("setglobal%('costume_gen',") then
|
||||||
|
lines[i] = "setglobal('costume_gen', \"Trent\")"
|
||||||
|
|
||||||
-- Change voice_gen to "Trent"
|
-- Change voice_gen to "Trent"
|
||||||
elseif line:find("setglobal%('voice_gen',") then
|
elseif line:find("setglobal%('voice_gen',") then
|
||||||
|
|||||||
Reference in New Issue
Block a user