forked from FlowingSPDG/CS-GO-AutoReplayRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
10 lines (10 loc) · 885 Bytes
/
config.js
File metadata and controls
10 lines (10 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
module.exports = {
gsi_auth : "SuperAuth", // GSI Auth token
tv_delay : 20 , // Delay between live-server and GOTV match,tv_delay - ライブ試合鯖からのGOTV遅延 tv_delay
hlae_server_port_live: 31337, // mirv_pgl server port - mirv_pglサーバーのポート番号
hlae_server_path_live: "/replay_live", // mirv_pgl server path for live - mirv_pglサーバーのパス
hlae_server_port_gotv: 31338, // mirv_pgl server port - mirv_pglサーバーのポート番号
hlae_server_path_gotv: "/replay_gotv", // mirv_pgl server path for gotv - mirv_pglサーバーのパス
replay_rec_start_before_kill: 2, // Time to MarkIn clip before kill event(sec) - キル発生何秒前かリプレイを保存するか
replay_rec_end_after_kill : 1.5, // Time to MarkOut clip after kill event(sec) - キル発生何秒後までリプレイを保存するか
}