マッチメイキング完了時に通知を出します。 Notify when your matching completed.
- TarkovSpawnNotifier.zipをダウンロードし、展開します。
TarkovSpawnNotifier.ps1
をメモ帳などで開き、以下の行を編集します。EFTをインストールしたパスを書いて上書き保存してください。$eft = "D:\Battlestate Games\eft\Logs"
- Escape From Tarkovの起動が完了した後、
start.bat
をダブルクリックして開始します。- PowerShellスクリプトを初めて使う場合、「実行ポリシーの変更」画面が表示されます。
- [Y]キーを押して、変更を許可してください。
Activated
が表示されれば、動作が開始しています!- マッチメイキング完了時に、バルーン通知が表示されます。
- カウントダウン開始時に、バルーン通知が表示されます。(PMC出撃時のみ)
- Download TarkovSpawnNotifier.zip and Extract it..
- Open
TarkovSpawnNotifier.ps1
with Notepad and Edit as below.Over-Write your EFT installed Path in this line.$eft = "D:\Battlestate Games\eft\Logs"
- Execute
start.bat
after launched "Escape from Tarkov".- When it's first time to use PowerShell Script, "Execution Policy Change" prompt will be shown.
- Press [Y] key and Accept the execution policy.
- When you can see
Activated
, it's Working!- When match making is finished, Baloon notification will be shown.
- When starting countdown, Baloon notification will be shown. (ONLY PMC)
- 本ツールは、EFTがデフォルトで出力している
trace.log
を読み取って出力しています。 - This tool read EFT default log
trace.log
for monitoring match making. - ゲーム本体に対しては何も操作を行いませんが、本ツールを利用したことによるいかなる損害についても作者はその責を負いません。
- This tool does NOT affect the game in any way, but the author is not responsible for ANY damage that may occur.
start.bat
で開いたウィンドウ(Activateが書いてあるやつ)を閉じたら動きません(あたりまえ)- DON'T CLOSE THE WINDOW WHICH ONE OPENED BY
start.bat
!!!!
MIT