Madden Career Toolkit Documentation
My Franchise Site :: Admin Log-In :: Docs Index
Madden Career Toolkit 1.3 Release Notes
Due to tweaks in the player import code, it's highly recommended that you empty your database (or do an uninstall) after installing 1.3
Additions
- League Records have been added to records.php I'm hoping to add more records in future versions.
- Team Scouting Report added to scout.php Pretty basic right now, but I intend to make it more robust in the future
- standings.php now includes the ability to view All-Time Standings which ranks each individual season for every team.
- rookies.php now includes the ability to view rookies by team.
- prospects.php now includes the ability to view prospects by team.
- getPlayerLink() function added. Makes it simple to have player names link to player cards in your writeups.
- getTeamLink() function added. Same deal.
Tweaks
- The name matching code wasn't doing it's job quite the way I expected it was. It's been rewritten and the accuracy should be noticably higher now. I'm confident MADCAT's ability to match names is now as good as it can realistically be. (unfortunately, the new code is actually worse at dealing with teams that have two identically named players. I intend to add a better player editor that will help deal with these rare occurrences)
- standings.php now includes links to every season in the database, as well as the All-Time Standings mentioned above.
- The SQL queries for pulling stats for the player cards have been completely rewritten. Right now, everything looks the same in the browser, but these modifications are paving the way for easier addition of career-based features.
- The One Touch Update button was labelled "Upload", which was misleading. It's been relabelled "Import".
Bugs Fixed
- In the cap page, cap rooms of less than 1 million dollars were getting displayed incorrectly
- Manually renaming a player did not fix import issues (see tweaks).
(thanks, Mardagg!)
- Player pages were showing the oldest salary amount instead of the newest
- Teams with a "-" as their second character would break.
(thanks Redwolf!)
- Mozilla had display issues in gamecenter.php, as described
here
(thanks, DaveQB!)
- Documentation for using One Touch Update was incomplete
(thanks, Raistlin!)
Files Modified
If you do a lot of work customizing MADCAT, these are the only files you'll need to replace with the new versions.
- records.php (new file)
- includes/records_inc.php (new file)
- scout.php (new file)
- includes/scout_inc.php (new file)
- includes/player_stat_headers_inc.php (new file)
- includes/player_stats_inc.php (new file)
- includes/player_stats_blocking_inc.php (new file)
- includes/player_stats_defense_inc.php (new file)
- includes/player_stats_kicking_inc.php (new file)
- includes/player_stats_kr_inc.php (new file)
- includes/player_stats_passing_inc.php (new file)
- includes/player_stats_punting_inc.php (new file)
- includes/player_stats_receiving_inc.php (new file)
- includes/player_stats_rushing_inc.php (new file)
- admin/tl_players.php
- admin/txt_funcs.php
- includes/util_funcs_inc.php
- includes/tools_inc.php
- includes/cap_inc.php
- standings.php
- includes/standings.php
- rookies.php
- includes/rookies_inc.php
- prospects.php
- includes/prospects_inc.php
- template.php
- simple_template.html
- Several documentation files
|