發表文章

目前顯示的是有「discord」標籤的文章

BetterDiscord 強化Discord功能

Discord的第三方修改,使用有風險 (官方明確表示違反規定) 經驗上這類修改不要太過分都不會有事 https://betterdiscord.net/ 安裝方法把js檔放在plugin目錄,再按refresh 如果Discord啟動有問題或當掉(crash),可以考慮重裝BetterDiscord 或是按Ctrl+Shift+I 打開developer console,看是哪個plugin造成問題先移除 %appdata%\BetterDiscord\plugins 裝了這個就能更新plugin (聽說以後會內建) https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PluginRepo 我安裝的plugin https://github.com/rauenzi/BetterDiscordAddons/tree/master/Plugins/DoNotTrack https://github.com/1Lighty/BetterDiscordPlugins/tree/master/Plugins/BetterTypingUsers https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/HideMutedCategories

Discord bots (music, administration...etc)

play music大部份bot都有,差異主要在奇怪功能抓資訊之類的 自用不太適合,比較適合分享播放給多數人聽或是想保留playlist 流程: bot去下載,encode後上傳到discord,你再從discord接收播放 多一次破壞性壓縮,增加網路不穩定因素影響 可以用NightBot + 我寫的 Youtube audio_only 達到更好的效果 (不會多一道encode損失) NightBot只幫你選歌,接收是你自己去youtube播放 discord bot會受運行地區限制,不一定能播你點的歌 FlareBot SSRC 3 FredBoat SSRC 5,5比較好? 支援tracklist ;;split     Takes a YouTube track and splits the track based on the tracklist.    ;;split https://www.youtube.com/watch?v=8EdW28B-In4 Lopez https://bots.ondiscord.xyz/bots/86920406476292096 可以把實況中的使用者加上role提到最上面 remove read messages permission bot won't appear in that room

osu! 搜尋電腦中的圖 map filter, integration with discord

https://osu.ppy.sh/help/wiki/Interface Ctrl+f找filter 我比較常用的song list filter cs, ar, od, hp, stars mode - Mode - value can be osu, taiko, catchthebeat, or mania, or o/t/c/m for short. mode=c 就可以找CTB ex: stars>1 stars<4 <>前後不能有空格 不是很好用 遊戲設定擋位置 https://osu.ppy.sh/help/wiki/osu!_Program_Files integrationwith discord https://osu.ppy.sh/forum/t/659856&start=0

Discord 的一些紀錄 使用經驗 設定, 訊息, 實況

圖片
https://stallman.org/discord.html GNU發起人 Richard Matthew Stallman 表示Discord會用你的使用資料賺錢 詳細自己看,懶得翻 訊息 https://imgur.com/a/mRm5q 1. 只有被點名(mention)會有通知 2. mute後channel不會有通知和提示 (點進channel還是能看到訊息) 3. mute的channel可以隱藏起來 4. mute的server,不會有通知,點進server有訊息的channel會變色提示 (message badge) 如果使用者狀態設 DND (do not disturb),全通知收不到 被點名時,按右上這個圖案可以顯示被點名的紀錄 有在實況的建議連結Twitch帳號,增加曝光率 打開stream mode,實況時會在使用者名單上顯示實況中 (變紫色+顯示實況標題) steam mode會修改通知狀態,讓你在實況時不被影響 (可以在設定中修改) Ctrl + / 會出現熱鍵圖,隱藏功能? <>包住的連結不會有preview https://support.discordapp.com/hc/en-us/articles/206342858--How-do-I-disable-auto-embed-   Discord內建的實況功能 測試discord stream發現: (2021.11.23) 實況主端的狀況 CPU用量增加約9%+,推測是software encoding (ffmpeg),看了一下dll,應該是用openh264,所以用OBS才能用到hw encoder效能會比較好,對遊戲的衝擊可能較小 觀眾的狀況 Discord server的位置和頻寬沒有實況平台好,較可能出現播放不順

Discord 抓遊戲的方法, 自訂遊戲名字, custom game name

圖片
有些人好像會因為這個功能,CPU被吃太多 跟WMI有關,細節不明 簡單說就是Discord會一直去掃瞄你電腦正在跑的程式 (用WMI) 這個功能會吃CPU,某些人會被吃到20~25% https://www.reddit.com/r/discordapp/comments/50p4wg/discord_not_cooperating_constant_wmi_activity/ If you have the know-how, you can try to debug it yourself. The exact WMI query we're running is: SELECT ProcessId,ExecutablePath,CommandLine FROM Win32_Process Get-WmiObject -Query "SELECT ProcessId,ExecutablePath,CommandLine FROM Win32_Process"     That command is Get-WmiObject -Query "SELECT ProcessId,ExecutablePath,CommandLine FROM Win32_Process" Which should run from a Powershell prompt.     加入Google Chrome或任何Discord不認識的程式 可以點名字作修改 (Discord認識的遊戲無法修改,所以我一直沒發現可以這樣用)     舊方法,原來不用這麼麻煩   顯示的遊戲名稱是window title 弄個可以改window title的程式,就可以騙Discord顯示你正在玩的遊戲了 修改名字後,如果沒變要在discord中刪除再 加入, 讓discord重抓就可以用 https://mega.nz/#!x4MWgCrT!yMkQ2LzQkR3GUgn6BOp2tW55bElodGPyKfGtWJO1amc