If anybody wishes to add or update any records then I suggest posting in this thread just before you do so - just so we can avoid two people doing the same work.
Incidentally, I haven't recently tested the club records to see if they work correctly via record_config.cfg. IMO I think it is more important to get the league records updated rather than the club records right now. It is up to the individual to decide how many records for a category they add for a particular league, but keep in mind the game will only show the top ten stats for any particular record category.
Code: Select all
# Club Individual Records
# 
# "CLUB_RECORD" "firstname" "secondname" "team long name" record_type record_value 
# "CLUB_RECORD" "firstname" "secondname" "team long name" record_type record_value season_start_year
#
## n.b - Club Records are now stored in the database, they can still be added to this file by the user where records do not exist,
#  by following the syntax above.
#
# record types:
#
# REC_GAMES_PLAYED           	- most games for club (career)
# REC_GOALS                  	- most goals for club (career)
# REC_ASSISTS			- most assists for club (career)
# REC_POINTS			- most points for club (career)
# REC_PENALTY_MINUTES		- most penalties for club (career)
# REC_WINS			- most wins for club (career)
# REC_SHUTOUTS			- most shutouts for club (career)
#
# REC_GOALS_SEASON		- most goals (season)
# REC_ASSISTS_SEASON		- most assists (season)
# REC_POINTS_SEASON		- most points (season)
# REC_PENALTY_MINUTES_SEASON	- most penalties (season)
# REC_WINS_SEASON		- most wins (season)
# REC_SHUTOUTS_SEASON		- most shutouts (season)Code: Select all
# League Individual Records
# 
# "COMP_RECORD" "firstname" "secondname" "comp long name" "team long name" record_type record_value
# "COMP_RECORD" "firstname" "secondname" "comp long name" "team long name" record_type record_value season_start_year
#
# record types:
#
# "REC_GAMES_PLAYED"           	- most games (career)
# "REC_GOALS"                  	- most goals (career)
# REC_ASSISTS			- most assists (career)
# REC_POINTS			- most points (career)
# REC_PENALTY_MINUTES		- most penalties (career)
# REC_WINS			- most wins (career)
# REC_SHUTOUTS			- most shutouts (career)
#
# REC_GOALS_SEASON		- most goals (season)
# REC_ASSISTS_SEASON		- most assists (season)
# REC_POINTS_SEASON		- most points (season)
# REC_PENALTY_MINUTES_SEASON	- most penalties (season)
# REC_WINS_SEASON		- most wins (season)
# REC_SHUTOUTS_SEASON		- most shutouts (season)
