Files
BT411/scratchpad/night12/sk2_run.out
T

89 lines
3.2 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.1611
+ 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/1618/winpid ']'
+ /c/git/bt411/build/Release/btl4.exe -egg SK.EGG -net 1601
+ cat /proc/1618/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/1622/winpid ']'
+ /c/git/bt411/build/Release/btl4.exe -egg SK.EGG -net 1501
+ cat /proc/1622/winpid
+ break
+ sleep 5
+ RELAY=1625
+ sleep 260
+ python ../tools/btconsole.py SK.EGG 127.0.0.1:1501 127.0.0.1:1601
+ kill 1625
+ taskkill //F //IM btl4.exe
+ sleep 3
+ echo '=== deaths/respawns on A:'
=== deaths/respawns on A:
+ grep -cE 'death cycle START' sk_a.log
7
+ echo '=== SKATE hits on B (A'\''s replicant):'
=== SKATE hits on B (A's replicant):
+ grep -a '\[skate\]' sk_b.log
+ head -12
[skate] replicant 2:162 SKATING: 91 frames moving (0.505743 u/frame) with legCycleSpeed=0 bodyTargetSpeed=44.837 destroyed=0 mode=1 at (344.188,-930.313)
[skate] replicant 2:162 recovered after 1227 frames
[skate] replicant 2:162 SKATING: 91 frames moving (0.376321 u/frame) with legCycleSpeed=0 bodyTargetSpeed=44.837 destroyed=0 mode=1 at (-404.085,-331.51)
[skate] replicant 2:162 recovered after 812 frames
[skate] replicant 2:162 SKATING: 91 frames moving (1.10104 u/frame) with legCycleSpeed=0 bodyTargetSpeed=44.837 destroyed=0 mode=1 at (410.737,35.607)
[skate] replicant 2:162 recovered after 343 frames
[skate] replicant 2:162 SKATING: 91 frames moving (1.21735 u/frame) with legCycleSpeed=0 bodyTargetSpeed=44.837 destroyed=0 mode=1 at (930.61,-47.2932)
[skate] replicant 2:162 recovered after 191 frames
[skate] replicant 2:162 SKATING: 91 frames moving (0.806519 u/frame) with legCycleSpeed=0 bodyTargetSpeed=44.837 destroyed=0 mode=1 at (675.781,-47.2932)
[skate] replicant 2:162 recovered after 425 frames
[skate] replicant 2:162 SKATING: 91 frames moving (0.209351 u/frame) with legCycleSpeed=0 bodyTargetSpeed=44.837 destroyed=0 mode=3 at (298.771,-47.2932)
[skate] replicant 2:162 recovered after 543 frames
+ 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