Aces High Bulletin Board

Special Events Forums => Friday Squad Operations => Topic started by: Viper61 on May 21, 2011, 10:30:46 PM

Title: Request for squad AC chart
Post by: Viper61 on May 21, 2011, 10:30:46 PM
A request to the CM's:

  It would be extremely helpful in the planning cycle if the CM's could post a running spreadsheet or list of what squad flew what over the last 6 frames.  This would be a rolling roster with the newest Frame posted dropping off the oldest.  Posting the last 6 frames better set's up the Frame 01 rides.

  Intent is to give the CIC's assistant's in planning missions and AC to squads in a more balanced approach.  The few times that Daddog did this I found it very helpful.  Also it allows a Squad personnel to see publicly and quickly what the other squads have been flying without having to go into the logs and conduct a lengthy research.

  What this would hope to avoid is squad getting a higher percentage of bomber or fighter missions than the other squads with the idea to keep it close to a 50/50 split of bomber and fighter rides.  Again with the intent in making it fair to all of the squads.

  I say 50/50 because in nearly every FSO there is an equal amount of Attacking and Defending targets per frame so a squads ratio should stay near the 50/50 ratio give or take.  Yes JABO runs would not be taken into account fully.  A simple "Bomber" or "Fighter" notation would work.

  I know I am asking for a ADMIN tool from the folks that are already over tasked and working for free here.  But it would be very helpful and appreciated.  Nothing fancy just the data.

Viper 61
Title: Re: Request for squad AC chart
Post by: AKKuya on May 22, 2011, 07:21:27 AM
That's a good idea for the vast majority of FSo squads.

Except my squad the 132 DW Bomber Group.  We prefer flying bombers 100% of the time.
Title: Re: Request for squad AC chart
Post by: APDrone on May 22, 2011, 09:46:54 AM
It would be helpful, indeed.. BUT.. not an easy task.

All the information is in the logs, however, so if there are any folks who like to play with numbers, they would be able do dig in and compose such a list.

I would imagine that many of the squads, such as our own, maintain a running list of ride assignments and would be willing to provide their squads data to whomever asks.

You could make that request, and then only worry about those squads that bother to respond, for if they don't, then ride selection, obviously, isn't important to them.

Title: Re: Request for squad AC chart
Post by: oneway on May 25, 2011, 09:20:20 PM
It would be helpful, indeed.. BUT.. not an easy task.

It is very simple for me to do this and actually turn it into a BBS table automatically...at the push of a button. I already have a program that handles exactly this sort of thing.

A request to the CM's:

  It would be extremely helpful in the planning cycle if the CM's could post a running spreadsheet or list of what squad flew what over the last 6 frames.  This would be a rolling roster with the newest Frame posted dropping off the oldest.  Posting the last 6 frames better set's up the Frame 01 rides.

  I know I am asking for a ADMIN tool from the folks that are already over tasked and working for free here.  But it would be very helpful and appreciated.  Nothing fancy just the data.

Viper 61

Viper

I already have this tool.

Can you please describe how you want the table laid out in terms of rows and columns?

Can you describe what if any additional detail such as the number pilots perhaps?

Any and all manner of information can be included.

I have the entire game rendered as an object library and can plug in event data and spit back out any and all style of output

Be specific

If the CM's are interested I can provide this information on an ongoing basis and maintain the list or simply provide them already formatted BBS code in a PM each week so they can simply plop the data into a sticky if desired.

Oneway

Title: Re: Request for squad AC chart
Post by: ImADot on May 25, 2011, 09:46:44 PM
That's very cool Oneway.  For the first blush, I'd suggest FSO title (or just month), Frame #, Squad name, Pilot name, Plane name (G4M1, P40, etc.) - based on just looking at the event logs site layout.

I for one would like to be able to not have to fly bombers 4 out of 6 frames.   :airplane:
Title: Re: Request for squad AC chart
Post by: oneway on May 25, 2011, 10:02:38 PM
The granularity of choices are numerous.

I can include information on aircraft such as how many engines the bomber has (if a bomber), whether its a drone enabled aircraft (if a bomber), its nationality, its alliance,  its status in terms of early war, mid war and late war, whether the squad flying it attacked strats or field objects etc...

I just need some guidance on what all to include and I will gladly post a sample of the table right in this thread so you all can look at it and comment.

All free of charge and I would be happy to provide this service/report to the FSO community on an ongoing basis.

And I don't even fly the FSO because my squad doesn't.

Salute

Oneway

Edit: Its a simple matter to deductively reason if a squad was Jabo based on the results it achieves based on the type of aircraft it flew, and the types of targets it hit...rather simple
Title: Re: Request for squad AC chart
Post by: FiLtH on May 25, 2011, 10:10:39 PM
 Somebody would have to do the work inputting it. The couple times I had the chance to CIC I looked back 3 frames to see who flew what. Didnt take long,but having it done for us would be nice,as long as it wasnt too much work for the guy.
Title: Re: Request for squad AC chart
Post by: oneway on May 25, 2011, 10:17:41 PM
Somebody would have to do the work inputting it. The couple times I had the chance to CIC I looked back 3 frames to see who flew what. Didnt take long,but having it done for us would be nice,as long as it wasnt too much work for the guy.

Their is no input time at all for what I have/do.

My program sends a Post request with a Get param to the log servers and listens for and  receives a response that is a block of text (string) in the form of an html page ( the same page a user visiting the log site would see if they right clicked and viewed the source code of the page ).

It strips out the HTML tags, headers and function references and then parses the actual remaining text which is the data and folds it into an abstract object model representing the game.

Subsequently it takes this data and stores it locally so the log never is hit again, then post processes the request and runs a series of report requests against the data block and spits out a result.

In this particular case it would spit out the table the OP is requesting.

Their is absolutely no manual intervention whatsoever and once a log is posted by the CM's...it takes all of about 1/100'th of second to complete the request, process the response and spit out the information.

Its even faster than that once a log has been stored locally...about 1/10000 of a second to be precise.

Oneway



        public void LoadPage(EventLog log)
        {
            
            if (wc.IsBusy) return;
            Uri uri = new Uri(_LogIndexPage);
            NameValueCollection nvc = new NameValueCollection();
            nvc.Add("event_id", log.ID);
            nvc.Add("action", "Get " + log.Type + " Logs");
            wc.UploadValuesAsync(uri, nvc);
            timer.Enabled = true;            
        }


Title: Re: Request for squad AC chart
Post by: APDrone on May 25, 2011, 10:48:41 PM
Very cool, oneway!

How about columns for each frame of each FSO for previous 6 ( 18 data columns ) 
Row would be squad.. With possiblity of 2 rows per frame ( for when squads get multiple rides , such as B25s/P40s )

So.. my squad's last 6 months would look like this:

                        1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18         1 - 5/20/2011   
332nd Flying Mongrels:  F F B F F F F F B  B  F  F  F  F  F  B  F  B     18 - 12/3/2010
332nd Flying Mongrels:  F    F        F    F      F       F    F                 
   

Screwy proportional fonts.. but I think you get the idea..

Give it a shot.. I look forward to seeing the results!

Title: Re: Request for squad AC chart
Post by: oneway on May 25, 2011, 10:57:09 PM
Very cool, oneway!

How about columns for each frame of each FSO for previous 6 ( 18 data columns ) 
Row would be squad.. With possiblity of 2 rows per frame ( for when squads get multiple rides , such as B25s/P40s )

So.. my squad's last 6 months would look like this:

                        1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18         1 - 5/20/2011   
332nd Flying Mongrels:  F F B F F F F F B  B  F  F  F  F  F  B  F  B     18 - 12/3/2010
332nd Flying Mongrels:  F    F        F    F      F       F    F                 
   

Screwy proportional fonts.. but I think you get the idea..

Give it a shot.. I look forward to seeing the results!



Now your getting somewhere...

At first blush it occurred to me as I pondered this that simply looking at the past two events as blocks was not adequate. The frame count should be a reasonable number...and as frames are rolled out and completed the back frame drops off and the new frame is tacked on at the top of the list.

Further the data should look at and list Allied vs Axis...so consideration can be given to that as well...

If the idea is to balance game play and give squads and players an even look at all facets...

I want the blessing of a CM before I proceed so... you FSO heavy weight squad leaders, if you want it...I got it...but I won't do it unless I get a CM blessing

I have the last 9 frames already stored locally ready for processing and output...

Just let me know...

Out

Oneway

(http://www.cadframers.com/ah/bbs_fso_313559.png)

Title: Re: Request for squad AC chart
Post by: APDrone on May 25, 2011, 11:51:48 PM
rgr oneway.. I understand with your reluctance until a CM approves.. and that's fine.

Couple things..   this AC chart would be a tool for the CiCs to use.. so the availability is, in all reality, outside the CM jurisdiction ( except for if the admin CM needs to step in for some corrections )

The data about which side ( axis vs. allied ) would be for the CMs and not really necessary for the CiC level.

I know the CMs used to keep track of side history with each squad, but since I haven't been a CM for a number of years, I cannot attest to its usage.

Figure out a way to turn it into a graph, and maybe Lusche  would step up...lol  j/k

So.. I agree.. wait and see what the CM team has to say about it before going too much farther.  I would give them a good week or so, unless there are some pretty strong opinions involved.

Thanks!

 
Title: Re: Request for squad AC chart
Post by: oneway on May 26, 2011, 12:09:47 AM
Standing by
Title: Re: Request for squad AC chart
Post by: daddog on May 27, 2011, 09:49:21 AM
Will have time later this weekend to respond to PM's and this thread. :)

<S>
Title: Re: Request for squad AC chart
Post by: CRYPTIC on May 27, 2011, 12:17:01 PM
It would be nice to have this kind of info for people that like looking at stats by squad and yours. This would be nice for FSO and Senario's. It could be posted frame by frame or at the end. I know it would help the CO's to see which plane or group is preforming and which ones might need some help.

Of course this would be left up to the CM's to decide weather they want it posted or just given to the CIC or CO's. I know this would save a lot of time digging through the logs like I do.
Title: Re: Request for squad AC chart
Post by: potsNpans on May 27, 2011, 03:14:27 PM
 I recall vaguely, TheBug started some time back a AH Wiki page(?) that tracked bomber sorties flow by Squads per frame. It would save CiC's some time to decide who to throw into bombers.
Title: Re: Request for squad AC chart
Post by: ImADot on May 27, 2011, 03:38:57 PM
Just out of curiosity, why do you need to wait for CM permission to parse a published log file that anyone can see?  :headscratch:

I see this as a very useful tool for any CiC to help them "share the love" with regards to flight assignments.
Title: Re: Request for squad AC chart
Post by: oneway on May 27, 2011, 04:51:23 PM
Just out of curiosity, why do you need to wait for CM permission to parse a published log file that anyone can see?  :headscratch:

I see this as a very useful tool for any CiC to help them "share the love" with regards to flight assignments.

Their is a chain of command or protocol...its a matter of respect and allowing them to comment and have input.

All of my work up to this point has been Scenario centric...where is each event is comprised of 4 or more frames and their is no corollary between other events.

This request (the OP's) is unique in as much as it requires bridging events across many frames.

While they (CM's) ponder, I am writing a new code block and library tree exclusively for this sort of a request to have in place the mechanism to execute cross event requests.

I will be ready if and when warranted to provide the information the CIC's want...

Oneway

Title: Re: Request for squad AC chart
Post by: oneway on May 27, 2011, 05:11:38 PM
That's a good idea for the vast majority of FSo squads.

Except my squad the 132 DW Bomber Group.  We prefer flying bombers 100% of the time.

To add a comment concerning Kuya's point...

If a squad has a preference to fly one sort of aircraft over another...in his case its bombers, the squad object can be tagged with its preference...and the table can indicate as much.

Subsequently, a listing of squads that want to fly the bomber instead of the fighter, can be listed in an ordered manner to show which squad that wants to fly bombers that has flown the bomber the least in the past X number of frames...making it simple for the CIC to make sure that the bomber drivers who have flown the least bombers lately get to fly a bomber...

The same goes for the fighters...

Kuya's comment is feature request...not a problem, but an opportunity to provide a more robust mechanism for fair balancing of ride assignments.

Oneway
Title: Re: Request for squad AC chart
Post by: WxMan on May 28, 2011, 09:04:00 AM
With respect to the Viper's request and to your efforts so far Oneway, I ask the question why is this even needed? The AH Events sign up page has a category for preferred rides. All the Squad Co's have to do is fill in their requests for each frame before each event. 

Now it's true that not every squad gets the side they request, and when this occurs, many do not go back to update their preferred choices of aircraft. In the last event, I saw plane choices that were not even in the setup.  Also there are CiC's who never even look at these requests and make the aircraft assignments on an as needed mission basis.  Giving them another tool would be a waste of effort.

I fear what is being asked for is that those conscientious CiC's who makes the effort to look at these requests and grant them, will be asked to take up the slack of the Squad CO's who are less conscientious in filling out those requests. 

Finally, a CiC will not make everyone happy with regard to plane assignments.  Most everyone wants to fly the best fighters, few squads select bombers....even as an alternate. It's the nature of the game. His job is to put together a cohesive plan, but it would be easier with an updated request roster from the CO's.



Title: Re: Request for squad AC chart
Post by: APDrone on May 28, 2011, 10:22:38 AM
With respect to the Viper's request and to your efforts so far Oneway, I ask the question why is this even needed? The AH Events sign up page has a category for preferred rides. All the Squad Co's have to do is fill in their requests for each frame before each event. 

I fear what is being asked for is that those conscientious CiC's who makes the effort to look at these requests and grant them, will be asked to take up the slack of the Squad CO's who are less conscientious in filling out those requests. 

Finally, a CiC will not make everyone happy with regard to plane assignments.  Most everyone wants to fly the best fighters, few squads select bombers....even as an alternate. It's the nature of the game. His job is to put together a cohesive plan, but it would be easier with an updated request roster from the CO's.


First off, the ride requests only specify the desires for the future, there is no tracking of what happened in the past. - aside from digging through previous logs

Secondly, a lot of COs ( not all ) will request the best ride all the time.  Unless ALL COs monitor their history and make plane requests that balance the assignments.. and, even then, their perception of what is 'good' vs. 'sub-par' differs, you will have a hard time balancing it out.

Thirdly, the OP pointed out they got bombers in 4 of 6 frames.  Unless you're a bomber specific squad, that's not very equitable. With the current information immediately available, without having to dig through the logs for each of the 15 - 20 squads you're assigning missions to, this stuff can happen a lot.

The way around that, of course, would be that if a squad discovers they are assigned another bum ride, yet again, they can appeal to the CiC for an assignment change, however, with the tight timeframe of when objectives are converted into orders, the orders distributed to the players, and the event happens, this creates chaos with having to redo such orders.

Squads that get stuck with bum rides, often, will not be happy. I know this directly.  Granted, all you have to do is speak up.. I have yet to meet any CiC that will refuse to accommodate your request given proper evidence. 

The beauty of a type assignment history is that the CiC can look at the types of planes he has to staff.. quickly glance over the new sheet and see which squads haven't flown bombers in awhile and make those assignments first.. then tackle the next aircraft.. and so on.

Yes, you could place the full responsibility on the COs to inform the CiC of what they would like, given what they have been stuck with in the past.. and, to be honest, that may still be necessary, since the proposed format doesn't differentiate between a KI-84 and an A6M2 ( or P51 vs. P40b.. etc ), but I still think that this proposed list would be helpful.

Title: Re: Request for squad AC chart
Post by: gyrene81 on May 28, 2011, 10:42:28 AM
 :huh   :headscratch:  uh, what qualifies as a "bumb ride"?
Title: Re: Request for squad AC chart
Post by: APDrone on May 28, 2011, 11:34:08 AM
:huh   :headscratch:  uh, what qualifies as a "bumb ride"?


Depends on the event and the people involved. IMHO, the P40b in just about anything it participates in.    F4F, if the other aircraft are F4Us and F6Fs.. for fighters.  B5Ns and D3As for bombers.. JU87s..   

Sure, there are afficianados that love to fly these birds. I like any of them, but I would wager that doesn't describe the majority of FSO participants.  BUT.. to follow the premise of FSO, there must be quantities of these aircraft and they must be flown by somebody. 

If nothing was considered a bum ride, then this thread, ride requests, and others like it, wouldn't exist.

Title: Re: Request for squad AC chart
Post by: oneway on May 28, 2011, 12:16:43 PM
:huh   :headscratch:  uh, what qualifies as a "bumb ride"?

Nothing and everything.

It depends on the squad's preference.

If a bomber squad gets a P51D and Pony loving squad gets a B-17 they would both wish they were in each others plane.

Though both rides are killer rides...you get the idea

Oneway
Title: Re: Request for squad AC chart
Post by: CRYPTIC on May 28, 2011, 01:55:22 PM
I know this talk is for the FSO but I'm a Scenario guy. This type of thing would help on setting up squads and players together. It's very time consuming to go through the logs,with this it could be a push of a button. This is a tool that not everyone will use or be interested in,but their are some that might like to use it. It does many different things that I've seen in other posts that will be helpful for the ones that would like to use it. Just because some don't see it as useful or don't want to see the output that this can do don't have to use it. For the ones that do like seeing output or who rode this type of plane the most I hope that they would be able to use this program.

By the way Oneway does it have a name. Or do we keep refer to it as said program?
Title: Re: Request for squad AC chart
Post by: gyrene81 on May 28, 2011, 02:43:01 PM

Depends on the event and the people involved. IMHO, the P40b in just about anything it participates in.    F4F, if the other aircraft are F4Us and F6Fs.. for fighters.  B5Ns and D3As for bombers.. JU87s..   

Sure, there are afficianados that love to fly these birds. I like any of them, but I would wager that doesn't describe the majority of FSO participants.  BUT.. to follow the premise of FSO, there must be quantities of these aircraft and they must be flown by somebody. 

If nothing was considered a bum ride, then this thread, ride requests, and others like it, wouldn't exist.
i understand what you mean...guess it's a matter of perspective, just personally i look at it more as "bumb mission tasks"...which is what happens a lot. sometimes it's totally unavoidable, many times it's not.
Title: Re: Request for squad AC chart
Post by: daddog on May 28, 2011, 02:50:48 PM
Sorry for the delay in the reply.

First of all anything that would benefit FSO and the community I would be all in favor for so long as it does not add to the work load of the CM's. You all know and as Viper already pointed out this is done for free and the FSO CM's already put in several hours every week to manage an FSO event.

I like the idea and it sounds like oneway already has done most of the work involved in this. I know in the past our squad, as most FSO squads have been assigned rides that are at the bottom of the food chain 3 weeks in a row. Not any fun.  This would point out that kind of imbalance in assigning rides.
What is being suggested here would be a great tool for CiC's to avoid doing that in the future.

It is important that everyone understands it would not be a requirement. At least at this point I don't intend it to be. Sometimes the orders are late due to real life issues and more than one person drops the ball. Next thing we know the orders are thrown together and come out last minute on Thursday night. A chart outlining what squads have flown in the past 6 months would only be of use if it is employed. I can tell you right now sometimes CiC's will not use it.

In the back end of the events site the FSO Admin's have a tool that is similar to what you are asking for. It lists all the squads and how many times they have been assigned CiC duty in the past year. I ask my Admin CM's to be diligent about using it and pick the 6 squads that have been the longest without CiC duty. That keeps things rotating and shares the responsibility/burden of CiC duty. It is tough sometimes because the Admin CM's over the years have seen how reliable some squads are and tend to want those to be assigned CiC duty come their FSO.

CiC's who use this chart will be faced with similar dilemma. Do you assign the Hellcat to the VF-15 who had it in the first two frames, or assign them the B-25? How about the Fw190 to III/JG11 who flew it in the first two frames, but you need a good LW squad for a CAP? I hope you all see what I am getting at. Sometimes it is not just about making the rides equitable. We have some CiC's who are VERY competitive and want to assign rides to fit the squad because of their experience and expertise in a particular ride. Should they be faulted for giving VF-15 3 frames of the Hellcat their dedicated ride? Don't ask me because I don't know the answer to that.

Feel free to make the chart. Anyone can step up and update it. CiC's can use it as much as they like, but check your 'expectations' at the door. What you think  is right and what someone else thinks is fair may be the difference between a Hellcat and a TBM assignment.
Title: Re: Request for squad AC chart
Post by: oneway on May 28, 2011, 03:34:15 PM
Excellent...

One of the issues I am running up against is the same issue I run up against in dealing with Scenario data across a group of frames: Squads change their names slightly from time to time (frame to frame).

Their are many reasons for this, such as the guy with the invite privileges didn't show up..and they had to reform the squad quickly on the fly before frame start....or the squad adds or changes a tag line after their official name perhaps to honor a fallen friend...million different reasons it can occur.

Not a big deal, but I does require human intervention to determine that squad "X Y Z" is also squad "XYZ"...

I will have a sample up here in a few hours and you all can comment on its layout and the information it contains.

For now and for simple testing I will restrict the scope to the last 6 frames, though it can be expanded to any number of frames desired by simply changing the value of an argument...

Stay tuned...

Salute

Oneway
Title: Re: Request for squad AC chart
Post by: Viper61 on May 29, 2011, 12:40:21 PM
Lively debate one and all.  Was out of pocket for a week and my first time back in here.

Oneway really appreciate the offer to step up and offer your help.  That being said.  Back to my original request for what ever historical FSO information that could be provided very simply and very easily would be appreciated.  The key point here is simple and easy.  As for format whetever is easiest for you will work for us.  Simply we don't have anything now so whetever you could do would be a 100% improvement.  I would suspect that we will have comments after the first sample is provided and request a change or two.

And to some of the other comments and concerns:

Intent here is to add a simple planning tool for the CIC's to use.  Doesn't mean they have to.

This would not effect in any way a squads ride request.  Or a squads ability to email the CIC personally to request a ride or assignment.

What it would do is provide the public facts in an easy format on who has been flying what and how often.  I believe that CIC's going into the planning of an operation would take that information into account before placing their assigned squads into AC and roles.  Again the intent is to better even out the AC types to all squads and the missions they preform.   
Title: Re: Request for squad AC chart
Post by: oneway on May 29, 2011, 10:21:05 PM
Note:

Squads who never managed to fly at least one frame with at least 4 players have been left out of the list
ZZZ No has also been eliminated
Some squads had slight name changes across frames...they have been merged into a single squad.
Known bomber groups are bold.

F = Fighter
B = Bomber

 :salute

Oneway

FSO Squad Ride Assignments:
Last 12 Frames


Squad Name123456789101112
!68th Lightning Lancers!FBF/FFB/F     FBFFF/FB
{The Gun Fighters}B/F     FF/BFF/FFFFB/B     BF/FF
~ ~ ~FATE~ ~ ~FFFFFFFBFBFF
~~~THE UNFORGIVEN~~~FF/FFBFFFFFFFF
~364th C-HAWKS FG~BFFBF/FFF/FFFBBF
~Air Raiders~BFFFFFFFFFFF
-=DIRTY ACES=-FFFFFF
132 DW  Bomber GroupBBFFBB
325th Checkertails VFGB/FBFF/FF/BF/B     F/FFBBBF
327th Steel TalonsFFFFFF/FBFBF/F
332nd Flying MongrelsF/FFF/BFFFF/FFF/BBF/FF
334th FS \"The Eagles\"FFFFFFF/FFFFBF
353rd Fighter GroupFFFFFFFFFFF/FB
367th Fg Dynamite GangFFFFFFBFFFBF
412th FS Braunco MustangsFFF/FF/B     FFF/FFBF/FF/FF
49th Fighter Group \"Fightin 49ers\"     FBFF/FF/FFBFBB
77th FS \"Gamblers\"BFFFFFBFFFF
801 Sqn FAAFBFFFBFFFFFF
9GIAP VVS RKKAFBFFFBFBFBFB
Arabian KnightsFF/B     FFF/FFFFFF/FF
CLAIM JUMPERSFF/BF/BFF/FFB/FFF/B    
Duxford Wing RAFF/FBFFFBFBFBBF
FreebirdsBBB
II/~JG-27~F/FFFFFFF/FFBBF/FF
III/JG11FFF/FFFFBFFFF/FF
JG2FF/FFFFFB/F     FFBF/FF
JG77 Herz-AsBFB/B     FFFFFFF/FBF
Jokers JokersFFBFF/FFFFB/FFFF
JV44 Butcher BirdsFFFFFFFFFFF/FF
Kommando NowotnyFFBFF/FFF/FT/F     FFF/FF
LCAFFF/FFF/FFB/FFFFF/F
Nightmares VMF-101B/FFB/FFFFFFF/FF/FB
RollingThunderF/FF/BFFF/FFBFB/FBBB
Sick PuppiesFFFFFFFBFBBF
SWAMPDRAGONSB/FF/FB/FFF/FFB/FFF/FFB/F    
USMC/71SqnFFFF/BBFBFFFBF
VF 15 Satans Playmates IIFFF/FBFFFFF/BB/F     F/FF
VF-17 Jolly RogersBFFBFFF/FFFFBF
VMF-222 Flying DeucesFFB/FFF/BFF/FFF/FBB
WD40F/FFF/BFF/FFF/BFFF/FF

1)  2011-05-20, ID # 1903, Burma Backwater frame 3
2)  2011-05-13, ID # 1898, Burma Backwater Frame 2
3)  2011-05-06, ID # 1894, Burma Backwater
4)  2011-04-15, ID # 1877, Ketsu Go - Frame 3
5)  2011-04-08, ID # 1868, Ketsu Go - Frame 2
6)  2011-04-01, ID # 1864, Ketsu Go - Frame 1
7)  2011-03-18, ID # 1852, 1943: Tunisia - The Verdun of Mediterranean Frame 3
8)  2011-03-11, ID # 1846, 1943: Tunisia - The Verdun of Mediterranean Frame 2
9)  2011-03-04, ID # 1840, The Verdun of Mediterranean Frame 1
10)  2011-02-18, ID # 1824, Dillengers Wake Frame 3
11)  2011-02-11, ID # 1817, Dillengers Wake Frame 2
12)  2011-02-04, ID # 1812, Dillengers Wake Frame 1

Function: Scenario.Writers.BBSWriter.FS OSquadRideReport (FSOBlock block, int count)
Number of Auto-Generated Chars == 7620 of 10000


Known issues:

Squads change names slightly
Some pilots in a squad simply fly the wrong plane
No public data indicating what squads like to fly that could be leveraged


Title: Re: Request for squad AC chart
Post by: oneway on May 29, 2011, 11:13:22 PM
To the OP,

For now...

I can reproduce the above report and advance the frames as frames are played out automatically and provide it on a weekly basis...

The scope can be extended to any number of back frames...

The ride label can be filtered to show only the predominate ride (the ride most flown by that squad for that frame)...

.............

I think it needs some tuning and additional features...but for now...

All it takes to produce this properly formatted table for BBS is to grab the most recent log, and then run the function...and post it or PM it...

Practically speaking it can be complete and delivered moments after a log is up...

You guys let me know if this is something you want...

More than happy to oblige

Oneway
Title: Re: Request for squad AC chart
Post by: APDrone on May 29, 2011, 11:29:14 PM
Dude.. oneway.. um..

 :aok

That looks great!!


Thanks!
 :salute
Title: Re: Request for squad AC chart
Post by: gyrene81 on May 30, 2011, 07:23:25 AM
nevermind...  :D  didn't read the footnotes...thank you very much oneway  :aok
Title: Re: Request for squad AC chart
Post by: daddog on May 30, 2011, 11:31:00 AM
Nice. :)
I can see quite a few CiC's making use of this. :)
Title: Re: Request for squad AC chart
Post by: oneway on May 30, 2011, 02:46:16 PM
I am going to spend my afternoon today refining this module to scrub out the errant pilot who grabs the wrong plane, and set up some properties on the squads for their preferences.

I sleuthed around on the FSO org page and found the side assignment stuff (first time I ever went to FSO org page !)...I think I can put together a profile of a squad based on what they have entered over the last 12 events as ride preferences to be able to put some additional columns in...

Ideally this information would be available for each squad...

Preferences:

Fighter / Level Bomber / Attack
4 Engine / 2 Engine
Carrier / Land
American / British / Russian
German / Japanese / Italian
Favorite Plane 1
Favorite Plane 2
Favorite Plane 3

Stuff like that

Any way...

Oneway
Title: Re: Request for squad AC chart
Post by: Viper61 on May 31, 2011, 01:28:18 AM
WTG Oneway!!!!  :salute :salute

Remember the key here is making it easy and keeping that way  :aok
Title: Re: Request for squad AC chart
Post by: Viper61 on June 02, 2011, 09:13:52 PM
oneway how to plan to post this and where?

Suggestion:  In the upper section of the Friday night squad events right along with how to be a CIC and make a plan.