Skip to content

Commit

Permalink
Updated: Description /logfile/
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Sep 29, 2017
1 parent 15d00e0 commit e29b47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/autorun/gearassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local asmlib = gearasmlib

------ CONFIGURE ASMLIB ------
asmlib.InitBase("gear","assembly")
asmlib.SetOpVar("TOOL_VERSION","5.186")
asmlib.SetOpVar("TOOL_VERSION","5.187")
asmlib.SetIndexes("V",1,2,3)
asmlib.SetIndexes("A",1,2,3)
asmlib.SetIndexes("S",4,5,6,7)
Expand All @@ -41,7 +41,7 @@ local gnServerControled = bitBor(FCVAR_ARCHIVE, FCVAR_ARCHIVE_XBOX, FCVAR_NOTIFY
------ CONFIGURE LOGGING ------
asmlib.SetOpVar("LOG_DEBUGEN", false)
asmlib.MakeAsmVar("logsmax" , "0" , {0} , gnIndependentUsed, "Maximum logging lines to be printed")
asmlib.MakeAsmVar("logfile" , "0" , {0,1}, gnIndependentUsed, "File to store the logs ( if any )")
asmlib.MakeAsmVar("logfile" , "0" , {0,1}, gnIndependentUsed, "Output the logs in a dedicated file")
asmlib.SetLogControl(asmlib.GetAsmVar("logsmax","INT"),asmlib.GetAsmVar("logfile","STR"))
asmlib.SettingsLogs("SKIP"); asmlib.SettingsLogs("ONLY")

Expand Down

0 comments on commit e29b47a

Please sign in to comment.