Starting X, Y coordinate for TacEdit TCL Unit create script

F4Browse, CATE, Tacedit, Terrainview & TheaterMaker etc utility related

Moderators: Snake Man, Lone Wolf

Sherlock
Lt. General
Posts: 1167
Joined: 2006-05-24 22:01:01
Gaming Interests: Falcon 4.0
Editing Interests: All, I (try) to edit everything.
Location: Arizona, USA

Starting X, Y coordinate for TacEdit TCL Unit create script

Post by Sherlock »

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:

Code: Select all

# 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"
Sherlock
Victurous te Saluto
Snake Man
Commander-In-Chief
Posts: 9940
Joined: 2000-07-31 22:01:01
Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
Editing Interests: All, I (try) to edit everything.
Location: PMC

Post by Snake Man »

By placing mouse cursor over map point and looking the x,y from the bottom of Tacedit.
Sherlock
Lt. General
Posts: 1167
Joined: 2006-05-24 22:01:01
Gaming Interests: Falcon 4.0
Editing Interests: All, I (try) to edit everything.
Location: Arizona, USA

Post by Sherlock »

Snake Man wrote:By placing mouse cursor over map point and looking the x,y from the bottom of Tacedit.
wow...that simple huh? I was thinking there was some convoluted science involved or something. :)
Sherlock
Victurous te Saluto

Return to “Theater Tools”