Hey guys, first of all: I'm sorry for letting you down with this UFL thing; it was of course never my intention to make promises I couldn't keep, but I got really stuck in development mostly because of my limited knowledge about football. However, in the meantime (almost a year, isn't it?) I've been educating myself and I'm willing to give it another shot. I've been working on a football engine in PHP and learned how the design should be done. The problem with the current UFL Engine is that it's not very well designed or at least documented. It's designed to load various informations out of data files and in more than 7000 lines of code mixes them up (seriously, I have no idea what's going on sometimes when I read the code) to a game. It's almost impossible to maintain and develop such a monster and it's also almost impossible to restructure the existing design. This is why I think that it's necessary to rewrite UFL in order to have a clear, structured and easy to maintain design to use as a base for future additions that you obviously want so desperately.
So that's what I'm going to do. As language I decided that C# would be a very fine choice. .NET Programs can run from Windows 98 onwards and the framework is already included in the newest Windows Versions (Vista and Server 2008). Also .NET applications can be compiled for the .NET Compact Framework to run on Windows Mobile (PDA, Smartphone) and via XNA even on the X-Box 360 (but don't expect me to do that, it would be a pain to develop a gamepad compatible user interface). Having analyzed my mistakes from my first approach (designing the gui first and focusing on all the management stuff rather than on the more important core) I started with the engine itself this time without any fancy eyecandy at all (not that you'd have expected that for UFL

). I'll try to follow Eric Raymond's (some famous Open Source Guru) advise:
"Release Early, Release Often. (And listen to your customers.)" to keep you guys updated about the process and ensure that potential bugs/errors/suggestions are fixed as soon as possible. Speaking of Open Source: The new project will of course be open source again released under the terms of the
"UFL General Public License" (to make it short: anyone can contribute, additions must be released under the same license, distribution only with source [or link to source], no commercial releases, but you may charge for the CD you burn it on to give it to someone).
I set up a small "website" (in the sense of a listing of all development snapshots yet made) here:
http://patricklerner.vndv.com/UFL/
I uploaded my current snapshot for today, but it's not yet totally finished nor perfect (well, to be hornets not even enjoyable to play, but playable). The current version just allows you 4 actions (Run, Pass, Punt, Try Fieldgoal) each play, and since there's no support for "teams"/"individual players" yet both teams are pretty much the same. The computer can play either both, one or none team, just as in the normal UFL (Well, there are no other options I guess). I also finished weather, but just like fumble chances, distances and the other stuff it's not yet perfectly balanced, so games will probably not be too realistic yet. Anyway, I'll fix that stuff soon.
Oh and a quick note: I compiled UFL with the .NET 3.5 Framework, so I'll need at least XP to work, but I'll check to compile it with 2.0 so 98, Me and 2000 will work, too, sorry for that.
PS: If you always used Windows Update you'll most ikely have it already, if not:
.NET Framework 3.5