0 of 0

File information

Last updated

Original upload

Created by

Grand Duchy of Games

Uploaded by

MidnightPops

Virus scan

Safe to use

Tags for this mod

About this mod

Repeated system message in chat bar at intervals , not a big red "alert warning message" on middle of screen

Requirements
Permissions and credits
Donations
警告!只裝在伺服端就好 Warning ! Only install on server side.
否則會被多餘的公告洗版煩死 Otherwise, you will be annoyed by the redundant announcements.

[更新 Updates]
v0.5.5.70590-1
# 增加了多句廣播:意思是可以設定不同的句子組,在不同的時間進行廣播,而不用再煩惱一個時間到,就啪啦啪啦整串洗版。
(add multi broadcast: That is, you can set different sets of sentences to broadcast at different times, you don't have to worry about the whole string being spamming when the time.)
# 增加除錯模式:打開之後可以在UE4SS.log中看到廣播的句子,這功能原本只是方便我觀察廣播的時間,現在乾脆做在公開版。
(add debug mode: Broadcast log on UE4SS.log.This function was originally just for my convenience to observe the broadcast time, but now it is simply included in the public version.)

v0.5.4.69489-1
# 第一版:只有重複一組廣播、禁用模組的開關
(First version: Only repeat one set broadcast, switch for disable mod.)

[前言 Intro]
I think some people want a system message that repeats in intervals, not a big red "alert warning messages" on middle of screen.
相信一部分的人,在重複廣播的公告上,想要的只是聊天欄裡的普通訊息,而不是大大紅字檔在螢幕中間的"警報"

This mod for server owners who would want it.
主要是伺服器擁有者才會想裝的模組

[設定 Setting]
Step 0.  
你必須先裝好 UE4SS
You must install UE4SS first

Step 1.  檔案放到遊戲模組的位置並打開
Put the mod into game ue4ss mod folder and open config.lua by notepad
(game folder)...(ue4ss).../Mods/BroadcastRepeat/Scripts/config.lua

Step 2. 你會看到... You will see this...

.....
    AutoBroadcast = true,-- 啟用或禁用 enable or disable this mod
DebugMode = false,-- 是否預設開啟 debug 記錄模式在UE4SS.log紀錄輪播的訊息 
-- Whether to enable debug logging mode by default to record carousel messages in UE4SS.log

    BroadcastInterval_1 = 40,-- 第一輪播訊息:秒 Seconds
    BroadcastMessages_1 = {-- 第一輪播訊息:訊息區 messages (Support UFT-8)
        "歡迎來到伺服器! Welcome to Server!",
        "Discord:discord.gg/xxxxx",

    },
    BroadcastInterval_2 = 50,-- 第二輪播訊息
    BroadcastMessages_2 = {
        "伺服器重啟時間 Server restart at 18:00 (GMT+8)",
    },
    BroadcastInterval_3 = 600,-- 第三輪播訊息
    BroadcastMessages_3 = {
        "保持遊戲公平,禁止作弊! Don't cheat!",
    },
-- 以下需要可以照上面那樣自行新增_4~之後的,或是不想要這麼多,只留一個也可以自己拿掉多的
-- If you need to add the following, you can do it as above, or if you don't want so many, you can just keep one and remove redundant set yourself.
-- 修改過設定記得重開伺服器 after edit remember restart server.
.....

Step 3. 
你可以在不移除模組的狀態下,禁用此模組
也可以調整重複的時間
想說的話也可以做增減

You can disable this mod and keep mod files.
You can also adjust the interval time
You can add or subtract anything you want to say.

Step 4. 
## 但是最重要的是,修改後只能重開伺服器後生效
## But the most important thing is thatit only take effect after restarting the server after edited.

喜歡這個模組的話,想支持作者,可以考慮加入『遊戲聯合公國Discord』 幫助我們擴展人數,這是一個廣納各種遊戲的交流社區,不侷限單一遊戲,族群偏向上班族較多,不想要加入的話也不勉強