安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
https://gist.github.com/ConnorAU/b44448714e7ac46715d6959be8dd4240#update-function
Do you have some Discord Whitelisted scripts for ARMA III ?
"in combat, low ammo, low health" for example
Off the top of my head I'd say you need a method of associating a player's steamid64 with their discord id (admin controlled server side db perhaps), a server side extension to send requests from the arma server, and a discord bot to receive the requests and perform the action. The bot should be able to move the user in discord if they are already in a voice channel on your server, i think.
That's the gist of it anyway. Making a method for sending/receiving messages would probably be the most complicated part.
Could you set the CBA settings that enable/disable the mod's communication with Discord to only accessible for clients/users, not something that can be forced by server/mission?
I know that the other way to not be a free advertisement banner to a unit/clan/community that sets this mod as mandatory to play, is to disable Game Activity in Discord or delete the DLL files in the mod, but it's a bit of a work-around. I feel that such measures would be unnecessary if a server administrator or mission maker would not be able to enforce the communication with Discord in the first place.
If it is not impossible with the current implementation, I fully understand.
[
["UpdatePartySize", count playableUnits]
] call (missionNamespace getVariable ["DiscordRichPresence_fnc_update", {}]);
inside my init.sqf but doesnt seem to change anything.
Help would be much be appreciated
The provided functionalities for mission creators are very easy to use and provide a huge variety of uses.
Well done in my opinion.