Mod 版本检查器
Mod Version Checker
76561197995527223
Steam工坊
预览截图
1 张图片
主预览图
左右滑动查看更多 · 点击图片查看原图
模组介绍
当 mod 更新时(mod 更新后 10m 内)提供游戏内通知。
查看英文原文
Provides in-game notifications when a mod updates (within 10m of mod updating).
Install Mod, Configure GameUserSettings.ini, Profit.
This mod is EXTREMELY light weight, so no fear of causing lag! Avg Mem Footprint of 600KB
Define the ID's to check for updates on, in GameUserSettings.ini
GUS.ini
ModIDs -- Mod IDs you want to check for updates (Validate your ModIDs string)
NotiLoopDelay -- How often notifications are sent when updates are available. (This is not the loop delay for the API check in, that is hard coded to 10 minutes)
MaxConcurrentNotiCount -- How many times the NotiLoop will run before auto clearing itself. If 0, it will notify until an admin clears the notification with a server restart, or with the admin command.
NotiMessage -- Message to display when a mod updates. Requires %modname% to be in the string
LogMessage -- Message to print to logs when a mod updates. Requires %modname% and %modid% to be in the string
API_URL -- Set this to the provided URL above, or host your own (Host Your Own).
To acknowledge and clear the update notifications without restarting the server, admins can run cheat command. (This does not update your server, nor does it make it joinable without updating, this only stops the notifications until the next mod update)
This mod assumes the server is up-to-date on server start up.
The nitty gritty:
Version checker gets the last update time for mods from API server on server start up. Sets those times as the initial base line. The version checker then checks in with API server every 10m, API server returns the last update time for mods. The version checker then checks the last known last update time, and compares. If more recent time, send notifications.
Mod ID: 898754545
Install Mod, Configure GameUserSettings.ini, Profit.
This mod is EXTREMELY light weight, so no fear of causing lag! Avg Mem Footprint of 600KB
Define the ID's to check for updates on, in GameUserSettings.ini
NOTE (01/28/2018): To continue using this mod, you will need set your API_URL to the following, or host your own. DEFAULT SETTINGS WILL NOT WORK.
https://arkmods-versionchecker.herokuapp.com/api/v1/versioncheck GUS.ini
ModIDs=898754545,600705968,123456789
NotiLoopDelay=600.0
MaxConcurrentNotiCount=0
NotiMessage=%modname% has updated! Please notify an admin!
LogMessage=ModVersionChecker!! ModID: %modid% ModName: %modname%
API_URL="https://arkmods-versionchecker.herokuapp.com/api/v1/versioncheck"
ModIDs -- Mod IDs you want to check for updates (Validate your ModIDs string)
NotiLoopDelay -- How often notifications are sent when updates are available. (This is not the loop delay for the API check in, that is hard coded to 10 minutes)
MaxConcurrentNotiCount -- How many times the NotiLoop will run before auto clearing itself. If 0, it will notify until an admin clears the notification with a server restart, or with the admin command.
NotiMessage -- Message to display when a mod updates. Requires %modname% to be in the string
LogMessage -- Message to print to logs when a mod updates. Requires %modname% and %modid% to be in the string
API_URL -- Set this to the provided URL above, or host your own (Host Your Own).
To acknowledge and clear the update notifications without restarting the server, admins can run cheat command. (This does not update your server, nor does it make it joinable without updating, this only stops the notifications until the next mod update)
cheat scriptcommand ClearModUpdateNotis
This mod assumes the server is up-to-date on server start up.
The nitty gritty:
Version checker gets the last update time for mods from API server on server start up. Sets those times as the initial base line. The version checker then checks in with API server every 10m, API server returns the last update time for mods. The version checker then checks the last known last update time, and compares. If more recent time, send notifications.
Mod ID: 898754545