Is there any verbose lua logging mode, like say that would output all the functions that were ran by a game mode or addon?
well i dont know about all the functions, but there is a few built in logging modules that log errors.
in server.cfg ( located in the cfg folder )
try putting this in
lua_log_sv 1
(logs lua errors)
you can also try turning
"log off" to
"log on"
and if you are advanced, and running a server. you should open up the .bat file that starts your server up and add -condebug
Sorry, you need to Log In to post a reply to this thread.