PDA

View Full Version : fof-capman | Cap Penalty Management Utility


aston217
04-12-2013, 06:02 AM
fof-capman
currentversion: r0.1

capman is a new, beta utility for adjusting current-year cap penalty values for SP and MP FOF2k7 savegames, on a league-wide or individual basis.

capman requires an additional piece of software to run, because I wrote it in PHP. I use XAMPP (link) (http://www.apachefriends.org/en/xampp.html). Once installed, capman is run straight from the browser: localhost/fof-capman/

usage
capman calculates a cap penalty based on a user defined % of the current salary cap, and adds the sum to existing cap penalties.

Modifiers - also as % of the current salary cap - may be added to or subtracted from individual teams. Capman rewrites all cap penalties in one shot; however, you can apply a 0% new cap penalty and then adjust teams individually. Note that if the 0% new cap penalty isn't applied, all unmodified teams will be reset to 0.

screenshots

http://img515.imageshack.us/img515/9306/screenshot0gd.png
start page

http://img94.imageshack.us/img94/6295/screenshot1ui.png
league management

disclaimers
This utility is provided as is. Use at your own risk! At this point it's been tested by only a handful of people. While I have confidence in it, always test rigorously before moving forward.

Any MP leagues toying with the idea of using capman should deliberate very, very carefully. Cap crunch isn't for everyone.

Lastly, please don't export with any modified FJU files if you aren't a commissioner. Enjoy!

Prinzar
04-12-2013, 06:36 AM
Sounds like you've cracked what the community are begging for.

I haven't a clue what php is so I'll sit back while others give it a go

Great work

aston217
04-12-2013, 06:43 AM
Hey prinzar, thanks!

No PHP knowledge is really necessary to run the utility. Once the XAMPP software is installed, and the download put into the right place, it can be treated as a website. The only difference is the URL you use to get there, which will look like localhost/fof-capman/.

Prinzar
04-12-2013, 07:10 AM
Ah, that sounds simple enough for me! I will give it a trial later.

The individual cap penalty is an interesting concept for some SP testing

Nemesis
04-12-2013, 08:10 AM
+1

Good work.

Firefly
04-12-2013, 08:36 AM
Score one for the good guys!

Ben E Lou
04-12-2013, 08:50 AM
Good job. Did you account for pre-existing dead cap space? I can't tell. Pretty big exploit if not.

Nemesis
04-12-2013, 11:12 AM
Good job. Did you account for pre-existing dead cap space? I can't tell. Pretty big exploit if not.

In the copy he gave me, there was pre-existing cap recognition.

aston217
04-12-2013, 11:34 AM
Good job. Did you account for pre-existing dead cap space? I can't tell. Pretty big exploit if not.

Yep, assigning a set % of the cap hit adds the calculated %(LEAGUECAP) to the current cap penalty.

Of course, you aren't locked into doing that.

Dutch
04-12-2013, 01:30 PM
I had a chance to mess with this and its a very well done utility.

aston217
04-12-2013, 01:37 PM
I had a chance to mess with this and its a very well done utility.

BIG thanks to Dutch for some extensive and thoughtful testing, by the way. Wouldn't have had nearly as much confidence in the tool without a trained set of eyes helping make sure things checked out and it was doing its job.