Draft (Full Version)

All Forums >> [Current Games From Matrix.] >> [Sports] >> Maximum-Football 2.0



Message


twoody78 -> Draft (3/7/2006 4:18:43 AM)

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.





David Winter -> RE: Draft (3/7/2006 4:23:56 AM)

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.




twoody78 -> RE: Draft (3/7/2006 4:26:10 AM)

quote:

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?




David Winter -> RE: Draft (3/7/2006 4:28:05 AM)

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.




twoody78 -> RE: Draft (3/7/2006 4:32:54 AM)

quote:

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...





Brockleigh -> RE: Draft (3/7/2006 4:33:29 AM)

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.




CFL_FAN_7 -> RE: Draft (3/7/2006 4:56:09 AM)

quote:

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




twoody78 -> RE: Draft (3/7/2006 5:16:38 AM)

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).




CFL_FAN_7 -> RE: Draft (3/7/2006 5:18:39 AM)

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.




twoody78 -> RE: Draft (3/7/2006 5:21:56 AM)

hehe... not that much time... just ambitious ;)




CFL_FAN_7 -> RE: Draft (3/7/2006 5:25:03 AM)

i see...lol, but I really like that idea




craterus -> RE: Draft (3/7/2006 5:56:43 PM)


quote:

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...




Bimf_the_Funky -> RE: Draft (3/8/2006 12:58:13 AM)

That's some cool thinking there, twoody! :)




twoody78 -> RE: Draft (3/8/2006 2:10:17 AM)

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)...






CFL_FAN_7 -> RE: Draft (3/9/2006 3:55:02 AM)

Can you actually import players??




twoody78 -> RE: Draft (3/9/2006 5:52:26 AM)

Yes... For now I'm just going to randomly assign the ones the game makes. I have the code for that about half done...




CFL_FAN_7 -> RE: Draft (3/9/2006 5:54:45 AM)

o how does the importing work???




gambler -> RE: Draft (3/9/2006 4:47:43 PM)

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.




Tullius -> RE: Draft (3/9/2006 5:00:54 PM)

quote:

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=��




twoody78 -> RE: Draft (3/10/2006 12:58:31 AM)

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.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.90625