Files
BT411/scratchpad/night12/sk4_run.out
T

77 lines
2.0 KiB
Plaintext

+ . /c/git/bt411/scratchpad/night6/bench_common.sh
++ BT_ROOT=/c/git/bt411
++ BT_EXE=/c/git/bt411/build/Release/btl4.exe
++ BT_PIDFILE=/tmp/bt_bench_pids.1768
+ cd /c/git/bt411/content
+ taskkill //F //IM btl4.exe
+ sleep 2
+ rm -f sk_a.log sk_b.log
+ bt_expert_egg MP.EGG SK.EGG
+ sed 's/^experience=.*/experience=expert/' MP.EGG
+ sed -i 's/^map=.*/map=grass/; s/^time=.*/time=day/; s/^vehicle=.*/vehicle=madcat/' SK.EGG
+ BT_MP_FORCE_DMG=1
+ BT_GIMPFEED=1
+ BT_DEATH_LOG=1
+ BT_MP_LOG=1
+ BT_MATCHLOG=1
+ bt_launch sk_b.log SK.EGG 0x0C -net 1601
+ local log=sk_b.log egg=SK.EGG aff=0x0C
+ shift 3
+ bt_player_env
+ export BT_PLATFORM=glass
+ BT_PLATFORM=glass
+ export BT_START_INSIDE=1
+ BT_START_INSIDE=1
+ export BT_DEV_GAUGES=1
+ BT_DEV_GAUGES=1
+ export BT_LOG=sk_b.log BT_AFFINITY=0x0C
+ BT_LOG=sk_b.log
+ BT_AFFINITY=0x0C
+ for _i in 1 2 3 4 5
+ '[' -f /proc/1777/winpid ']'
+ /c/git/bt411/build/Release/btl4.exe -egg SK.EGG -net 1601
+ cat /proc/1777/winpid
+ break
+ sleep 2
+ BT_AUTODRIVE=0.8
+ BT_DEATH_LOG=1
+ BT_MP_LOG=1
+ BT_MATCHLOG=1
+ bt_launch sk_a.log SK.EGG 0x03 -net 1501
+ local log=sk_a.log egg=SK.EGG aff=0x03
+ shift 3
+ bt_player_env
+ export BT_PLATFORM=glass
+ BT_PLATFORM=glass
+ export BT_START_INSIDE=1
+ BT_START_INSIDE=1
+ export BT_DEV_GAUGES=1
+ BT_DEV_GAUGES=1
+ export BT_LOG=sk_a.log BT_AFFINITY=0x03
+ BT_LOG=sk_a.log
+ BT_AFFINITY=0x03
+ for _i in 1 2 3 4 5
+ '[' -f /proc/1781/winpid ']'
+ /c/git/bt411/build/Release/btl4.exe -egg SK.EGG -net 1501
+ cat /proc/1781/winpid
+ break
+ sleep 5
+ RELAY=1784
+ sleep 260
+ python ../tools/btconsole.py SK.EGG 127.0.0.1:1501 127.0.0.1:1601
+ kill 1784
+ taskkill //F //IM btl4.exe
+ sleep 3
+ echo '=== deaths/respawns on A:'
=== deaths/respawns on A:
+ grep -cE 'death cycle START' sk_a.log
4
+ echo '=== SKATE hits on B (A'\''s replicant):'
=== SKATE hits on B (A's replicant):
+ grep -a '\[skate\]' sk_b.log
+ head -12
+ echo '=== SKATE hits on A (B'\''s replicant -- should be none, B stands still):'
=== SKATE hits on A (B's replicant -- should be none, B stands still):
+ grep -ac '\[skate\]' sk_a.log
0