Page 1 of 1
Question about editing contracts
Posted: Fri Sep 15, 2017 1:08 am
by krownroyal83
So i've been up dating my own database and when a player signs a new contract I update it in the editor accordingly. What I don't know how to do is when a player has a contact for this up coming season but he's signed an extension for the seasons after. For example. Bryan Little has a cap hit of 4.7mil for this upcoming season but after this season with his extension he is signed up until 2024 with a cap hit of 5.29mil. There is no section I can see in this editor to restructure his contact to make those changes.
Edit: Also what about injuries. I'm assuming maybe I need another program for this to change who is injured and who isn't to start a season.
Re: Question about editing contracts
Posted: Fri Sep 15, 2017 1:50 pm
by BKarchitect
It goes in the extra-config file:
# Contract Extensions
#
"CONTRACT_EXTENSION" "Cam" "Fowler" "Anaheim Ducks" 6500000 8
"CONTRACT_EXTENSION" "Brett" "Pesce" "Carolina Hurricanes" 4025000 6
"CONTRACT_EXTENSION" "Jaccob" "Slavin" "Carolina Hurricanes" 5300000 7
"CONTRACT_EXTENSION" "Connor" "McDavid" "Edmonton Oilers" 12500000 8
"CONTRACT_EXTENSION" "Carey" "Price" "Montreal Canadiens" 10500000 8
"CONTRACT_EXTENSION" "Martin" "Jones" "San Jose Sharks" 5750000 6
"CONTRACT_EXTENSION" "Marc-Edouard" "Vlasic" "San Jose Sharks" 7000000 8
"CONTRACT_EXTENSION" "Bryan" "Little" "Winnipeg Jets" 5291000 6
Re: Question about editing contracts
Posted: Fri Sep 15, 2017 1:52 pm
by BKarchitect
Same with injuries:
# Injuries
#
# NHL/NA
#
"INJURY" "Dave" "Bolland" "Arizona Coyotes" "SURGERY" -12
"INJURY" "Ladislav" "Smíd" "Calgary Flames" "SURGERY" -12
"INJURY" "Marián" "Hossa" "Chicago Blackhawks" "SURGERY" -12
"INJURY" "Johan" "Franzén" "Detroit Red Wings" "SURGERY" -12
"INJURY" "Ryane" "Clowe" "New Jersey Devils" "SURGERY" -12
"INJURY" "Nathan" "Horton" "Toronto Maple Leafs" "SURGERY" -12
"INJURY" "Joffrey" "Lupul" "Toronto Maple Leafs" "SURGERY" -12
"INJURY" "David" "Clarkson" "Vegas Golden Knights" "SURGERY" -12
"INJURY" "Mikhail" "Grabovski" "Vegas Golden Knights" "SURGERY" -12
#
Re: Question about editing contracts
Posted: Fri Sep 15, 2017 1:54 pm
by BKarchitect
The top of the extra config tells you everything you can do with it...
Re: Question about editing contracts
Posted: Fri Sep 15, 2017 3:20 pm
by krownroyal83
Ahhh I see. Thanks

Re: Question about editing contracts
Posted: Tue Sep 19, 2017 3:48 pm
by krownroyal83
*Was going to ask a question but I figured it out lol.
Re: Question about editing contracts
Posted: Thu May 24, 2018 12:07 pm
by Saytham1980
So this works with injuries, contracts... maybe even with NTCs?
Re: Question about editing contracts
Posted: Thu May 24, 2018 12:30 pm
by marksbros6
Saytham1980 wrote:So this works with injuries, contracts... maybe even with NTCs?
Don’t think there’s an option for Editing No-Trade Clauses with the extra_config file I’m afraid.
Re: Question about editing contracts
Posted: Sat May 26, 2018 9:10 am
by archibalduk
Only basic items such as overall salary and expiry date can be editing in respect of contracts. I think adding more detailed contract data is on Riz's list for a future version (i.e. so that we can edit all/most of what contract data we usually see in-game).