damonlake1979 0 Posted June 2, 2007 I want create new formation, but dontknow how? Anybody knows some addon for that or what i must do...? Share this post Link to post Share on other sites
damonlake1979 0 Posted June 3, 2007 but I think nobody knows the ANSWER ..... Share this post Link to post Share on other sites
RN Malboeuf 12 Posted June 3, 2007 search for "FSM" Find Flea's FSM tool. Then google "FSM" to understand fsm logic and make your own if i understand you correctly of course Share this post Link to post Share on other sites
ebud 18 Posted June 4, 2007 This is one of the first google hits, but thought I'd post it here. FSM Info Share this post Link to post Share on other sites
BraTTy 0 Posted June 9, 2007 You make a new formation by using a cfgGroups within a .config.cpp You could make this by compiling a new pbo with the cpp inside, pretty easy Clip from commented config from OFP <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class CfgGroups { //access = ReadAndCreate; // groups templates used in Insert group dialog /*! \patch 1.52 Date 4/19/2002 by Viktor - Fixed: Bad position of last soldier when inserting group */ class West { name = $STR_WEST; class Armored { name = $STR_CFG_GRP_ARMORED; class M1Platoon { name = $STR_CFG_GRP_M1PLATOON; class Unit0 { side = TWest; vehicle = "M1Abrams"; rank = "CAPTAIN"; position[] = {0, +5, 0}; } class Unit1 { side = TWest; vehicle = "M1Abrams"; rank = "Lieutnant"; position[] = {-20, 0, 0}; } class Unit2 { side = TWest; vehicle = "M1Abrams"; rank = "Lieutnant"; position[] = {20, 0, 0}; } class Unit3 { side = TWest; vehicle = "M1Abrams"; rank = "Corporal"; position[] = {40, 0, 0}; } }; Am i wrong? You are actually trying to make a new formations like line,V etc...? Share this post Link to post Share on other sites
damonlake1979 0 Posted June 13, 2007 You make a new formation by using a cfgGroups within a .config.cppYou could make this by compiling a new pbo with the cpp inside, pretty easy Shit, i was right....nobody knows the answer.... in this example u use POSITION. And what happend if leader of your Formation say " C'mon guyz, fall back into formation..." Your formation gonna crash like this world.... I'm really talking about editing existing formations..... Share this post Link to post Share on other sites