PMC websites shut down September 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.
If you enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond september 13th 2025 when yearly web hosting fees are due.
PMC Tactical forums
OFP, ArmA, ArmA 2, ArmA 3, Falcon 4 Theater and Farming Simulator 19/22/25 forums
I've been looking at the example TCL scripts for creating ground units (Infantry, Armor, etc.) and I was wondering how you come up with the STARTING x, y coordinates ("set xc 1449" and "set yc 668" in partial script below) to write into the script like this:
# variables for brigade and batallions
# controlling team
set cntrl 1
# brigade type
set brgtype 86
# batallion types
set battype 45
# coordinates X Y
set xc 1449
set yc 668
# brigade name
set brigname 1
# batallion name
set bname 1
# division
set divsn 1
# orders
set ordr 0
# aobj id
set assign 0
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"
set xc 1570
set yc 686
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"
set xc 1530
set yc 664
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"
set xc 1580
set yc 645
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"
set xc 1290
set yc 730
source "D:\\F4Terrain\\tacedit\\create.brig.bat.sub.tcl"