Natural Selection 2

Natural Selection 2

评价数不足
DAK EnhancedLogging WebUI
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
223.218 KB
2013 年 5 月 7 日 下午 11:00
2013 年 5 月 10 日 下午 10:28
3 项改动说明 ( 查看 )

订阅以下载
DAK EnhancedLogging WebUI

描述
A plugin for DAK Admin Kit to extend the enhanced logging plugin for use with the web admin interface. This mod is a server-side mod and is designed to be used in conjunction with DAK Admin Kit (5f4f178). This mod's id is 8937418.

This mod slightly modifies the Web Admin to add the new Logs menu, it also modifies ServerWebInterface.lua to handle the new json request for data. If that file gets updated in a newer build of NS2, this mod may break and I'll have to release an update.

This is a plugin for dak admin kit so just add "enhancedloggingwebui" to your pluginslist in the dak config.
5 条留言
SubsidizeYourSanity!  [作者] 2013 年 5 月 12 日 下午 8:01 
Glad to hear it! :)
Nethrec 2013 年 5 月 12 日 上午 10:19 
Thanks for the response. I got it working now :)
SubsidizeYourSanity!  [作者] 2013 年 5 月 11 日 下午 11:10 
It is dependent on enhanced logging being enabled and itself being enabled in the dak config. It doesn't actually load the log files though eventually I may add that functionality as performance improved. Right now it just stores the most recent 32 log entries in a json style ring buffer just like the chat messages for the web admin are stored and it streams it accordingly.
SubsidizeYourSanity!  [作者] 2013 年 5 月 11 日 下午 11:08 
Add "enhancedlogging", "enhancedloggingwebui" to your PluginsList in DAKConfig.json
Nethrec 2013 年 5 月 11 日 下午 9:56 
I've installed this mod, and I have the log tab in web admin. However, there's no actual log output, just a grey box. I imagine I need to set the directory where the enhancedlogging plugin stores the log files?

How do I get this mod to function properly?