Front Office Football Central

Front Office Football Central (https://forums.operationsports.com/fofc//index.php)
-   FOF9, FOF8, and TCY Discussion (https://forums.operationsports.com/fofc//forumdisplay.php?f=33)
-   -   FOF7 - Staff Draft and Staff Role Thoughts (https://forums.operationsports.com/fofc//showthread.php?t=87939)

Ben E Lou 12-13-2013 02:29 AM

FOF7 - Staff Draft and Staff Role Thoughts
 
It's probably the most controversial new feature, so I thought it deserved its own thread. I'm in my first staff draft in my SP league and I have one initial thought: Because you can steal coordinators and make them head coaches, maybe this isn't the imbalancer that I'd initially thought. Oakland finished #28 in finances and is therefore drafting #28. We couldn't get an experienced head coach. However, several solid-looking coordinators and assistants were very viable options. And it looks like you can't steal another team's coach unless he's in the final year of the contract.

I'm curious to hear others' thoughts on this from a strategic standpoint--something more than "ZOMFG IT'S NOT REALISTIC." I get that. Jim said that himself. I'm more curious if it "works," given that I've hated staff in every text sim I've ever played. At least what's in the help file regarding how staff members function looks very promising:

Quote:

Coaches are rated for their ability to develop players as well as their ability to develop young players. They are rated for their ability to motivate players, which is valuable only for head coaches during a game. They are rated for discipline, which is valuable only for head coaches and affects a team's propensity to commit penalties. They are rated for play calling, which is valuable only for offensive and defensive coordinators. They are rated for interviewing ability, which affects the accuracy of information gleaned from scouting combine interviews. They are rated for scouting, which affects the accuracy of scouting players. Intelligence is displayed, but is part of a series of attributes that will be used in future development of Front Office Football.
Your coaches and coordinators, with the exception of the strength coordinator, all develop players and scout players. The offensive coordinator plays a bigger role with offensive players. Your defensive coordinator plays a bigger role with defensive players and your assistant coach plays a bigger role with special teams players. When developing talent, having a head coach and/or an assistant coach that matches the position group of the player can often give the player a development boost.
Strength Coordinators are rated in strength training, which primarily helps with recovery from injuries. They are also rated in conditioning, which provides some help with recovery, and is mostly useful in helping players avoid injuries.

garion333 12-13-2013 07:57 AM

I'm curious to see how much more, if at all, coaches influence the games now. If Jim spent so much time developing this feature I have to imagine the coaches have a meaningful impact on the individual games.

cuervo72 12-13-2013 08:05 AM

I don't care if it is realistic, as long as it is engaging and fun as a game feature.

Doug5984 12-13-2013 08:12 AM

Quote:

Originally Posted by cuervo72 (Post 2882089)
I don't care if it is realistic, as long as it is engaging and fun as a game feature.


I agree with this, it seems like a near impossible task to create a realistic coaching model in a video game. So once we accept that, this way looks like it could be the *best* way to do it.

Autumn 12-13-2013 08:14 AM

Yeah, history shows that even very successful teams can't keep all their coaching staff happy. This seems like it could model that, with coordinators joining crappy teams for a chance at head coaching, for instance, while also allowing the successful teams some advantage in the process.

jetpunk2000 12-13-2013 08:37 AM

Any idea if staff impacts chemistry? If you keep a staff together longer does that impact anything?

jamesUMD 12-13-2013 08:39 AM

So no scouts any more or am I mssing that?

Ben E Lou 12-13-2013 08:42 AM

Quote:

Originally Posted by jamesUMD (Post 2882105)
So no scouts any more or am I mssing that?

Looks like four different staff members are *all* involved in scouting. No dedicated scout, though.

"Your coaches and coordinators, with the exception of the strength coordinator, all develop players and scout players. The offensive coordinator plays a bigger role with offensive players. Your defensive coordinator plays a bigger role with defensive players and your assistant coach plays a bigger role with special teams players."

Dutch 12-13-2013 08:52 AM

Code:

Staff_ID        Last_Name        First_Name        Current_Team        Role        Primary_Group        Salary        Player_Development        Young_Player_Development        Motivation        Discipline        Play_Calling        Strength_Training        Conditioning        Intelligence        Scouting_Ability        Interviewing        Age        Retired        Years_on_Contract        Suitable_Head_Coach        Suitable_Offensive_Coordinator        Suitable_Defensive_Coordinator        Suitable_Assistant_Coach        Suitable_Strength_Coordinator
42        Rosburg        Jerry        2        Assistant Coach        Linebackers        176        42        36        70        74        36        0        0        98        64        36        58        0        4        54        0        42        43        0
173        Frederick        Warren        99        None        Quarterbacks        0        29        96        21        18        55        0        0        96        52        42        50        0        0        34        57        0        63        0
91        Sherman        Mike        14        Offensive Coordinator        Offensive Linemen        192        67        84        57        29        21        0        0        95        40        22        59        0        4        51        51        0        62        0


For quick reference. Here are the new look staff ratings and info.

Dutch 12-13-2013 09:07 AM

In order to find quality staff, I previously would sort by salary request and work from there. Now coaches are rated by the "suitable" category for each round of the draft. Which works pretty well, I think.

Quote:

The Suitable category indicates how suitable a staff member is for a position in the current round. This is a 0-99 scale. Double-click on the entry to learn more about the staff member. During the draft, staff members who can't currently be selected will not show a suitable rating.

cuervo72 12-13-2013 09:07 AM

That's straight from a data export? Very nice* (do coach records export too? :D )


* although from a data standpoint, I'm torn on whether it's good or not for the roles to be text rather than IDs for lookup values. I guess you do have to perform one less JOIN, but it might make querying more of a pain (say, if you want a screen with all HC, or all OC, etc)

Ben E Lou 12-13-2013 09:11 AM

Quote:

Originally Posted by cuervo72 (Post 2882137)
That's straight from a data export? Very nice* (do coach records export too? :D )

Code:

Staff_ID, Year, Role, Wins, Losses, Ties, Playoffs, Team
0, 2013, Head Coach, 4, 12, 0, None, 0
0, 2014, Head Coach, 5, 11, 0, None, 0
0, 2015, Head Coach, 4, 12, 0, None, 0
1, 2013, Head Coach, 7, 9, 0, None, 1
1, 2014, Head Coach, 10, 6, 0, None, 1
1, 2015, Head Coach, 7, 9, 0, None, 1


cuervo72 12-13-2013 09:12 AM

Fantastic.

Dutch 12-13-2013 09:13 AM

I see ya'll going nuts over the next few weeks/months. :)

cuervo72 12-13-2013 09:20 AM

Not completely nuts - like I'm saying to Ben in chat, I will probably export current data tables to csv, reordering columns to match the new exports, then upload back into reformulated tables. If the table and column names I set are the same, scripts should be minimally affected.

It sounds like there is more info available (like coach history), so that will really fix some old pages that were just to difficult to stock in FOF2k7. But there will be other things that have never been available that will make for great additions.

Dutch 12-13-2013 09:34 AM

I use dbupdater, so I'll have more work to do to overcome that handy tool that is now (currently?) defunct. Sooo I guess I'll be going nuts over the coming weeks/months. :) (Especially since I'm not the authority on this stuff anyway.)

garion333 12-13-2013 09:52 AM

How are we going to handle this in mp? Wait for one of you to setup a Conscriptor to handle this?

Dutch 12-13-2013 09:58 AM

It looks like you just request a names list from everybody for each round (or multiple rounds)...there is no negotiations involved in the drafting...you get who you ask for provided they are not drafted ahead of you.

Ben E Lou 12-13-2013 10:01 AM

Quote:

Originally Posted by Mike D (Post 2882172)
It looks like you just request a names list from everybody for each round (or multiple rounds)...there is no negotiations involved in the drafting...you get who you ask for provided they are not drafted ahead of you.

That might be the easiest way to pull if off since there's no trading.

That said, post-draft, the commish just imports a csv with the results. So theoretically, leagues could implement whatever system they want for assigning staff to teams.

PackerFanatic 12-13-2013 10:24 AM

Is there a ranking of staffers for those lazy GMs that don't submit a list?

PackerFanatic 12-13-2013 10:24 AM

Or for AI teams?

PackerFanatic 12-13-2013 10:25 AM

Nevermind my question there - then they just wouldn't get anyone. I forgot you can skip :)

RomaGoth 12-13-2013 10:59 AM

From Ben's post:

Quote:

Intelligence is displayed, but is part of a series of attributes that will be used in future development of Front Office Football.

This is potentially the best news of all. :)

Antmeister 12-13-2013 11:56 AM

Very excited to see the coaching changes and interested in the combination of things people are going to do. However I am also curious to see how these ratings change over time. Because it would be cool to see a long time coordinator or assistant coach rise to the ranks of a head coach when he may not have started out with great ratings. Anyway, I guess I am reading the important ratings for each position as this:



It is cool to see how this will add another layer to the game in regards to team building and I am excited to play single player again. By the way, I am not 100% sure if the primary focus applies to coordinators. I only added it because it was in that same paragraph that mentions coaches and coordinators, however the last sentence makes it seem that it can just apply to the coach/assistant coach only.

Dutch 12-13-2013 12:01 PM

Thanks for that, Ant.

M GO BLUE!!! 12-13-2013 12:23 PM

I'm loving this so far. Got a couple great laughs, as the Redskins went with Kyle Shanahan as HC & the 49ers now have Mike Singletary.

jetpunk2000 12-13-2013 12:55 PM

Havent played FOF in a couple of years so i could be thinking of a different sim, but in past versions did retired players become coaches?

RomaGoth 12-13-2013 01:10 PM

Quote:

Originally Posted by M GO BLUE!!! (Post 2882269)
...the 49ers now have Mike Singletary.


Yeah, that went well.

RomaGoth 12-13-2013 01:11 PM

Quote:

Originally Posted by jetpunk2000 (Post 2882282)
Havent played FOF in a couple of years so i could be thinking of a different sim, but in past versions did retired players become coaches?


That sometimes happened in EHM (Eastside Hockey Manager) but I don't remember ever seeing it in FOF.

Antmeister 12-13-2013 01:15 PM

Actually yes, from what I can remember they did hire retired coaches. Aww and found this......
I just noticed - Front Office Football Central

Ben E Lou 12-13-2013 01:49 PM

In 2027, Tony Romo is the Offensive Coordinator for Arizona. He is 47 years old and his specialty is QBs. 41-year-old Michael Oher is the OC for Da Bears. Specialty is O-line. :thumbsup:

Ben E Lou 12-13-2013 01:51 PM

The attention to details like that in this version is just remarkable.

MizzouRah 12-13-2013 02:04 PM

Quote:

Originally Posted by Ben E Lou (Post 2882307)
In 2027, Tony Romo is the Offensive Coordinator for Arizona. He is 47 years old and his specialty is QBs. 41-year-old Michael Oher is the OC for Da Bears. Specialty is O-line. :thumbsup:


Very cool!

SFL Cat 12-13-2013 02:22 PM

Do Romo's QBs throw lots of late game-on-the-line picks?

Ben E Lou 12-13-2013 11:47 PM

Just headed into the Staff Draft as the worst team financially, but with all staff members having multiple seasons left on their contracts. I think because of the multiple seasons, none of them got poached. By the time our pick came around, our guys were far and away the best options left at their respective staff positions. So basically so far it's looking like as long as you "Retain Staff," even if you're the worst team financially, your staff can only get poached if they get a promotion, but if you have a decent staff, it's not going to get any better at #32, either.

A-Husker-4-Life 12-14-2013 09:22 AM

This part of the game is a Great Addition, it feels fresh to me. Love that you can promote coordinators and it works very well.. Thanks again Jim..

Noop 12-14-2013 10:41 AM

Do Coaches improved and get better?

Side note: A nice feature would be for the Assistant Coaches and Co-Ordinators to improve in areas that their HC is strong in and vice-versa.

Pyser 12-14-2013 10:45 AM

i like that you can "draft" your own coordinators as head coach, essentially promoting them

also very gratifying to see "fired" in the transaction log for a head coach you are getting rid of

finally, the decision to change coaches to bar ratings to match the rest of the game was a GREAT idea. much more uniform. wish they had a change tracker too

QuikSand 12-14-2013 02:01 PM

I was fully prepared to hate this feature. I think I may get turned around. You need to clear your mind to get there, but I'm trying. This might be a good things after all.

MalcPow 12-14-2013 02:17 PM

Quote:

Originally Posted by QuikSand (Post 2882791)
I was fully prepared to hate this feature. I think I may get turned around. You need to clear your mind to get there, but I'm trying. This might be a good things after all.


Yep, same story here.

Dutch 12-14-2013 02:35 PM

I was probably sold on it faster than most since I found the old system frustrating. I just wanted something different and I like the concepts here for sure.

Ben E Lou 12-14-2013 02:38 PM

I'm not sold on it quite yet, but am coming around for SP.

I'm still concerned about the "how to" part of it for MP, but maybe I'm overthinking that. It could be as simple as people submitting lists since there's no trading.

garion333 12-14-2013 02:39 PM

Quote:

Originally Posted by Mike D (Post 2882805)
I was probably sold on it faster than most since I found the old system frustrating. I just wanted something different and I like the concepts here for sure.


Me too because it was incredibly frustrating to not be able to reneg at the end of a contract.

NawlinsFan 12-14-2013 02:41 PM

Quote:

Originally Posted by Ben E Lou (Post 2882806)
I'm not sold on it quite yet, but am coming around for SP.

I'm still concerned about the "how to" part of it for MP, but maybe I'm overthinking that. It could be as simple as people submitting lists since there's no trading.


Or maybe wheels modifies the conscriptor to handle both staff and amateur drafts.

NawlinsFan 12-14-2013 02:41 PM

....if that's even possible.

QuikSand 12-14-2013 02:58 PM

Quote:

Originally Posted by Ben E Lou (Post 2882806)
I'm not sold on it quite yet, but am coming around for SP.

I'm still concerned about the "how to" part of it for MP, but maybe I'm overthinking that. It could be as simple as people submitting lists since there's no trading.


If this adds three terrible days to a MP season, I'll very quickly reset back to HATE.

Dutch 12-14-2013 03:34 PM

I guess the problem for "quick sim" would be promotion. You look at your team, you're good...no need to create lists...and then suddenly, wham, your OC just go promoted to HC somewhere else in round 1.

Yoda 12-14-2013 03:52 PM

I think you'd have to do it one batch at a time. Start with HC, finish that, move on to the next. It might be easier to do it on a forum thread.

Yoda 12-15-2013 03:02 AM

It's a huge advantage to be the highest grossing team after the 1st season.

Because there are coaches at the start that are on 1 season contracts, so there is some quality coach talent available.

WheelsVT 12-15-2013 05:45 AM

Quote:

Originally Posted by NawlinsFan (Post 2882810)
Or maybe wheels modifies the conscriptor to handle both staff and amateur drafts.


I'm gonna give it a shot. I completely changed it up for the Action PC Football game so it's possible. I haven't had a chance to look at it yet though.


All times are GMT -5. The time now is 12:59 PM.

Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.