[SIZE=2]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]//th_main = CreateThruster (_V(0,0,-4.35), _V(0,0,1), PB_MAXMAINTH, hpr, VAC_MAIN_ISP, NML_MAIN_ISP, P_NML_MAIN_ISP);// original th_main.
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]
th_PackA = CreateThruster (_V(-0.762,0,0), _V(0,0,1), PB_MAXMAINTH/2, hpr, VAC_MAIN_ISP, NML_MAIN_ISP, P_NML_MAIN_ISP);
th_PackB = CreateThruster (_V(0.762,0,0), _V(0,0,1), PB_MAXMAINTH/2, hpr, VAC_MAIN_ISP, NML_MAIN_ISP, P_NML_MAIN_ISP);
th_PackGroup[0] = th_PackA;
th_PackGroup[1] = th_PackB;
th_main = CreateThrusterGroup (th_PackGroup, 2, THGROUP_MAIN);
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]//CreateThrusterGroup (&th_PackB, 1, THGROUP_MAIN);
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000]//AddExhaust (th_main, 1, 1, _V(-0.762,0,0), _V(0,0,-1));
[/COLOR][/SIZE][/COLOR][/SIZE]