Add voice & animation globals
This commit is contained in:
@@ -55,8 +55,12 @@ function modifyLuaConfig(filePath)
|
||||
lines[i] = "setglobal('char_gen', \"trent\")"
|
||||
|
||||
-- Change gcs_voice to "trent"
|
||||
elseif line:find("setglobal%('gcs_voice',") then
|
||||
lines[i] = "setglobal('gcs_voice', \"trent\")"
|
||||
elseif line:find("setglobal%('voice_gen',") then
|
||||
lines[i] = "setglobal('voice_gen', \"Trent\")"
|
||||
|
||||
-- Change gcs_voice to "trent"
|
||||
elseif line:find("setglobal%('anm_id',") then
|
||||
lines[i] = "setglobal('anm_id', \"MLBODY\")"
|
||||
|
||||
-- Change anm_gen to "stand"
|
||||
elseif line:find("setglobal%('anm_gen',") then
|
||||
|
||||
Reference in New Issue
Block a user