Brute 11 Posted July 1, 2009 I have tried to initilize the group with "TS1 = group this; TS1 formation FILE" to try and get them to spawn in a compact lin however they dont? Nor do they spawn in a compact line if i specifically place them in a line in the editor? Share this post Link to post Share on other sites
TKTom 10 Posted July 1, 2009 I have tried to initilize the group with "TS1 = group this; TS1 formation FILE" to try and get them to spawn in a compact lin however they dont? Nor do they spawn in a compact line if i specifically place them in a line in the editor? People spawn in formation for me if I create a group, each element of which has the special "in formation." Then I create a waypoint for the group on the leader of the group with the desired formation and they spawn correctly. Share this post Link to post Share on other sites
imutep 0 Posted July 1, 2009 An example to add a waypoint to a spawned group (with formation) _this = [b][color="Red"]TS1[/color][/b] addWaypoint [[4524.3, 7938.0, 0], 0]; _this setWaypointSpeed "FULL"; _this setWaypointBehaviour "COMBAT"; _this setWaypointType "MOVE"; [_this, 0] setWaypointFormation "COLUMN" [_this, 0] setWaypointCombatMode "RED"; _waypoint_0 = _this; Share this post Link to post Share on other sites
Brute 11 Posted July 1, 2009 Forcing them to use a specific formation via using a waypoint is pretty simple, i simply cannot get them to spawn in formation. Share this post Link to post Share on other sites
CarlGustaffa 4 Posted July 2, 2009 As TKTom wrote, place such a waypoint on top of the leader of the group. That is, with waypoints enabled (F4), simply doubleclick on the leader to place a waypoint on him. Share this post Link to post Share on other sites