-
Notifications
You must be signed in to change notification settings - Fork 8
Development and tests
Janne Hakonen edited this page Aug 5, 2019
·
12 revisions
This page is out of date, and needs to be updated
With bugs and improvement ideas please use the Issues to report them. Also, pull requests are welcome. :)
- Download a replay from http://wotreplays.eu/ and store it to you desktop.
- Run the replay file. While playing select two players, preferably from green team. I would suggest to pick the player who has made the replay file and another player who remains alive as long as possible and stays close to the first player.
- Open C:\Games\World_of_Tanks\res_mods\configs\tessu_mod\tessu_mod.ini and under [NameMappings] define following rules:
<your TS nickname>: <1st player name>
vagrant: <2nd player name>
- Open Powershell prompt to the repository folder.
vagrant up
.\vagrant-powershell.ps1
.\tools\Execute-ManualTest.ps1 start
- Start your TeamSpeak client and connect to server at address localhost. You should see another user named vagrant which is feeding audio to you.
- Start the replay file again.
- You can use command
.\tools\Execute-ManualTest.ps1 pause
to start/stop vagrant user's speech. - When done, you can stop, and disconnect the vagrant user with
.\tools\Execute-ManualTest.ps1 stop
.