Page 1 of 1
Draft
Posted: Tue Mar 07, 2006 2:18 am
by twoody78
Is it possible to bypass the draft? if not can you add that? Put an option in for the number of rounds for the draft and we could set it to 0 if we so choose. With my high school league I want to simply assign players based upon luck of the draw (randomness of the moment). If the player turns out to suck so be it... most high schools don't have a wealth of talent to choose from and have to deal with what's there, not what they choose.
RE: Draft
Posted: Tue Mar 07, 2006 2:23 am
by David Winter
With the build you have now, no it's not. With the patch that's coming shortly, yes it is. You'll be able to simply create a team and go directly into quick play, if the team has no players (or not enough) than a suitable random roster will be generated and the depth chart fleshed out.
RE: Draft
Posted: Tue Mar 07, 2006 2:26 am
by twoody78
no it's not. With the patch that's coming shortly, yes it is. You'll be able to simply create a team and go directly into quick play, if the team has no players (or not enough) than a suitable random roster will be generated and the depth chart fleshed out.
OK... so that carries over into league play too?
RE: Draft
Posted: Tue Mar 07, 2006 2:28 am
by David Winter
Ahh okay.. I see what you're getting at now.
Hmm no, to start a season, even in the new build, you'd need to run a draft. I'll see about adding something that lets you skip the draft and the training camp portions(?) and just use random rosters. I don't think that's going to get in the first update though.
RE: Draft
Posted: Tue Mar 07, 2006 2:32 am
by twoody78
rosters. I don't think that's going to get in the first update though.
OK thanks David... I can figure my way out around the draft issue in the meantime.
Seems the easiest way to do it would be to add a field (ie DraftRounds) to the leagues table in the league database and let people set it to what they want...
RE: Draft
Posted: Tue Mar 07, 2006 2:33 am
by Brockleigh
Okay, it's off topic, I know, but Dave did mention 'The Patch'... and I was wondering...
Dave, didja ever find that missing patch for CFL'99? That game is still fun to pull out from time to time.
RE: Draft
Posted: Tue Mar 07, 2006 2:56 am
by CFL_FAN_7
Is it possible to bypass the draft? if not can you add that? Put an option in for the number of rounds for the draft and we could set it to 0 if we so choose.With my high school league I want to simply assign players based upon luck of the draw (randomness of the moment). If the player turns out to suck so be it... most high schools don't have a wealth of talent to choose from and have to deal with what's there, not what they choose.
-Why would you make a high school league? I find this interesting...
-If the game's so flexible u should be able to set # of draft rounds and # of draft picks p/round
RE: Draft
Posted: Tue Mar 07, 2006 3:16 am
by twoody78
I love high school football. There is no recruitment so to speak, it's just luck of the draw and building up a program. I'm in the process of writing some code that will allow for the winning programs to get better players since the good schools traditionally stay good and the bad schools usually stay bad, until they are able to turn it around.
My goal is to do high school to college to pro but we'll see how far I get with it... The hardest part of that for me will be figuring out how to do recruiting for the college teams...
I'm thinking I'll have roughly 150-200 high school teams 50-75 college and about 18 pro.
For my high school league, I'm going to have 4 conferences with 4 divisions in each. Each conference will really be a state (I'm doing Ohio (where I'm from), California, Texas and Florida) and then making up divisions (conferences) and such within them. The playoffs will be determined by a similar formula to the computer ranking system Ohio uses and each conference champ will be a State Champ and then there will be a national championship tourney with the 4 state champs...
I had a lot of my high school code already done but unfortunately the CD I burnt my backups onto won't read on my CD-ROM and the original code was on my old work PC before I switched jobs, so I have to rewrite everything unless I stumble across another CD it might be on (here's hoping).
RE: Draft
Posted: Tue Mar 07, 2006 3:18 am
by CFL_FAN_7
You must have lots of time because that's a lot of work. I like that idea, it's similar to my 2 importing ideas.
RE: Draft
Posted: Tue Mar 07, 2006 3:21 am
by twoody78
hehe... not that much time... just ambitious

RE: Draft
Posted: Tue Mar 07, 2006 3:25 am
by CFL_FAN_7
i see...lol, but I really like that idea
RE: Draft
Posted: Tue Mar 07, 2006 3:56 pm
by craterus
ORIGINAL: twoody78
I'm thinking I'll have roughly 150-200 high school teams 50-75 college and about 18 pro.
For my high school league, I'm going to have 4 conferences with 4 divisions in each. Each conference will really be a state (I'm doing Ohio (where I'm from), California, Texas and Florida) and then making up divisions (conferences) and such within them. The playoffs will be determined by a similar formula to the computer ranking system Ohio uses and each conference champ will be a State Champ and then there will be a national championship tourney with the 4 state champs...
sounds VERY cool - check out my soccer league format in the wishlist section of the forum... if there was a format like they have in europe for soccer then you could turn off relagation and mod in a few things...
RE: Draft
Posted: Tue Mar 07, 2006 10:58 pm
by Bimf_the_Funky
That's some cool thinking there, twoody!

RE: Draft
Posted: Wed Mar 08, 2006 12:10 am
by twoody78
Thanks guys... the easy way around the draft for now is to let the draft happen then run an update query that sets all first year guys team back to 0 (free agent). I can then run my code to assign the players to the teams... (just have to rewrite that part [:(] ) You could also do this for any league if you'd like... just reset the first year guys team to 0 for any round they were drafted past X (whatever round you want)...
RE: Draft
Posted: Thu Mar 09, 2006 1:55 am
by CFL_FAN_7
Can you actually import players??
RE: Draft
Posted: Thu Mar 09, 2006 3:52 am
by twoody78
Yes... For now I'm just going to randomly assign the ones the game makes. I have the code for that about half done...
RE: Draft
Posted: Thu Mar 09, 2006 3:54 am
by CFL_FAN_7
o how does the importing work???
RE: Draft
Posted: Thu Mar 09, 2006 2:47 pm
by gambler
twoody78: What language are you using? Currently I have code that does just that, although based on profile criteria of how teams weight different positions (but they're not locked into a specific position each round). I did it in Perl and hope to have an executable of it created this weekend.
RE: Draft
Posted: Thu Mar 09, 2006 3:00 pm
by Tullius
Is it possible to bypass the draft?
Look here (To edit the databases we have now better choices and first a utility by Magnum).
http://www.matrixgames.com/forums/tm.asp?m=1077943&mpage=1&key=��
RE: Draft
Posted: Thu Mar 09, 2006 10:58 pm
by twoody78
Cool, my way was different... just let the draft happen and reset all first year players team to 0 or to set every player drafted after round X to 0. Just a simple update query... Changing the draft round definitely is easier in my case.