#!/usr/bin/env bash # #96 Q1: "each mech has a unique heating profile" -- is the myomer record # per-chassis, or shared? Build one mech per run and dump what it streamed. # Oracle's example is the pair thr1 (Thor, sustains seek 4) vs own1 (Owens, # a light chicken-walker that cannot). set -x . /c/git/bt411/scratchpad/night6/bench_common.sh cd /c/git/bt411/content || exit 1 V="$1" taskkill //F //IM btl4.exe > /dev/null 2>&1 sleep 2 # swap the FIRST pilot's vehicle -- that is the one solo flies sed "s/^map=.*/map=grass/; s/^time=.*/time=day/; 0,/^vehicle=.*/s//vehicle=$V/" MP.EGG > MYOP.EGG LOG=myoparm_$V.log rm -f "$LOG" export BT_MYO_LOG=1 BT_ROSTER=1 bt_launch "$LOG" MYOP.EGG 0x03 sleep 70 taskkill //F //IM btl4.exe > /dev/null 2>&1 sleep 2