Page 2 of 3

Re: Champions Hockey League

Posted: Fri Dec 09, 2016 1:23 pm
by hannes88

Code: Select all

#############################################################
#
# This file allows setting some basic options for 
# importing an EHM 2007 format database.
#
# The file needs to be placed within the same folder as the 
# database you want to import.
#
# All commands and need to be within 
# quotation marks, numerical values without them
# 
# Lines starting with # are ignored !
# 
#############################################################

#############################################################
# 
# "START_YEAR"
#
# This alters the start year for the game started with this
# database.
#
# The format is:
# "START_YEAR" Value
#
# Value needs to be between 1970 and 2015
#
#############################################################

"START_YEAR" 2015

#############################################################
# 
# "DEFAULT_RULE_SET"
#
# This controls which set of basic league rules are used to
# initialise the new league structures, transfer rules etc.
#
# The format is:
# "DEFAULT_RULE_SET" Value
#
# Value needs to be either 2006, 2014 or 2015 as these are the three
# default rule sets supported by the automatic importer.
#
#############################################################

"DEFAULT_RULE_SET" 2015

#############################################################
# 
# "CHANGE_COMP_NAME"
#
# This allows you to change the names of a league/tournament.
#
# The format is:
# "CHANGE_COMP_NAME" "Old long name" "New long name" "New short name" "New abbreviation" "New regular season trophy name" "New playoff trophy name"
#
# If any of the new name strings are left empty ("") the old 
# entries are kept
#
#############################################################

### CLUB COMPETITIONS ###
"CHANGE_COMP_NAME" "American Hockey League Midwest Division" "American Hockey League Central Division" "AHL Central Division" "AHL CE" "" ""
"CHANGE_COMP_NAME" "American Hockey League West Division" "American Hockey League Pacific Division" "AHL Pacific Division" "AHL PA" "" ""
"CHANGE_COMP_NAME" "Czech Elite League" "Czech Tipsport Extraliga" "Czech Extraliga" "" "" ""
"CHANGE_COMP_NAME" "Czech First Division" "Czech WSM Liga" "WSM Liga" "" "" ""
"CHANGE_COMP_NAME" "Czech NOEN Elite Junior League" "Czech DHL Elite Junior Liga" "Czech Junior Liga" "" "" "" 
"CHANGE_COMP_NAME" "Danish Oddset Ligaen" "Danish Metal Ligaen" "Metal Ligaen" "" "" ""
"CHANGE_COMP_NAME" "Deutsche 2. Bundesliga" "Deutsche Eishockey Liga 2" "DEL2" "DEL2" "" ""
"CHANGE_COMP_NAME" "Deutsche DNL 2" "Deutsche Nachwuchs Liga 2" "DNL-2" "DNL2" ""
"CHANGE_COMP_NAME" "Deutsche Schьler Liga" "Deutsche Schьler-Bundesliga" "Schьler-BL" "SBL" "" ""
"CHANGE_COMP_NAME" "ECHL West Division" "ECHL Mid-West Division" "ECHL Mid-West Division" "ECHL MW" "" ""
"CHANGE_COMP_NAME" "ECHL Pacific Division" "ECHL West Division" "ECHL West Division" "ECHL W" "" ""
"CHANGE_COMP_NAME" "English National Hockey League" "National Ice Hockey League" "National Ice Hockey League" "NIHL" "" ""
"CHANGE_COMP_NAME" "English National Hockey League Northern Conference" "National Ice Hockey League North 1" "NIHL North 1" "N1" "" ""
"CHANGE_COMP_NAME" "English National Hockey League North 2" "National Ice Hockey League North 2" "NIHL North 2" "N2" "" ""
"CHANGE_COMP_NAME" "English National Hockey League Southern Conference" "National Ice Hockey League South 1" "NIHL South 1" "S1" "" ""
"CHANGE_COMP_NAME" "English National Hockey League South 2" "National Ice Hockey League South 2" "NIHL South 2" "S2" "" ""
"CHANGE_COMP_NAME" "Finnish SM-League" "Finnish Liiga" "Liiga" "" "Harry Lindblad Memorial Award" ""
"CHANGE_COMP_NAME" "Finnish Suomi Division" "Finnish Suomi-Sarja" "Suomi-Sarja" "" "" ""
"CHANGE_COMP_NAME" "Norwegian UPC-Ligaen" "Norwegian GET Ligaen" "GET Ligaen" "" "" ""
"CHANGE_COMP_NAME" "Russian Superleague" "Kontinental Hockey League" "Kontinental Hockey League" "KHL" "Kontinental Cup" "Gagarin Cup"
"CHANGE_COMP_NAME" "Russian Superleague Match Vsekh Zvezd" "Russian KHL Match Vsekh Zvezd" "" "KHLAS" "" ""
"CHANGE_COMP_NAME" "Slovenska T-Com Extraliga" "Slovakian Tipsport Liga" "Slovakian Liga" "" "" ""
"CHANGE_COMP_NAME" "Swedish Allsvenskan" "Swedish HockeyAllsvenskan" "HockeyAllsvenskan" "" "" ""
"CHANGE_COMP_NAME" "Swedish Elitserien" "Swedish Hockey League" "SHL" "SHL" "" "Le Mat Trophy"

### NATIONAL COMPETITIONS ###
"CHANGE_COMP_NAME" "Czech Cup" "Czech Hockey Games" "Czech Hockey Games" "EHT-Cz" "" ""
"CHANGE_COMP_NAME" "Finland Games" "Finnish Karjala Cup" "Karjala Tournament" "EHT-Fi" "" ""
"CHANGE_COMP_NAME" "ROSNO Cup" "Russian Channel One Cup" "Channel One Cup" "EHT-Ru" "" ""
"CHANGE_COMP_NAME" "Sweden Games" "Swedish Oddset Hockey Games" "Oddset Hockey Games" "EHT-Sw" "" ""

#############################################################

#

# "CAREER_HISTORY_TEAM_NAME_CHANGE"

#

# This allows you to change the team name that is displayed in the player historical career stats for a given franchise. This can be used for

# franchises that have relocated or changed names in the past but the player career stats are stored using the current club and you want the

# player history screen to display the correct historical name for the franchise in selected years (instead of using a separate extinct club entry).

#

# The format is:

# "CAREER_HISTORY_TEAM_NAME_CHANGE" "Team to apply for" "League six letter name" "New team display name" YearFrom YearTo

#

# Team to apply for - this should be the full team name of the franchise/team this change applies to

# League six letter name - this should be the six letter league abbreviation in player career history next to the team name you want to change (or "" to apply for any league within these years)

# New team display name - the new name to display on these career history years (note that career history screen shows the club short names)

# YearFrom - Year the change starts from (for changes starting from 2014-15 season, enter 2014)

# YearTo - Year the change ends in (for changes ending in 2014-15 season, enter 2015)

#

# For example, if a club formerly known as "Vantaa Mighty Pirates" from Finnish League 1 (Fin-1) has lately moved and/or changed names and

# is now known as "Helsinki Pirates" from season 2014 onwards, you can still keep all the existing player career stats stored using the current

# club (now known as "Helsinki Pirates") but use this additional command to tell the game to show the previous year player stats with the old club name:

#

# "CAREER_HISTORY_TEAM_NAME_CHANGE" "Helsinki Pirates" "Fin-1" "Vantaa MP" 2010 2013

#

#############################################################

"CAREER_HISTORY_TEAM_NAME_CHANGE" "Hamilton Bulldogs" "OHL" "Belleville" 1981 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Hartford WolfPack" "AHL" "Connecticut" 2010 2013
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Flint Firebirds" "OHL" "Plymouth" 1997 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Flint Firebirds" "OHL" "Detroit" 1990 1997
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Adirondack Thunder" "ECHL" "Stockton" 2005 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Adirondack Thunder" "ECHL" "Atlantic City" 2001 2005
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Adirondack Thunder" "ECHL" "Birmingham" 1992 2001
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Adirondack Thunder" "ECHL" "Cincinnati" 1990 1992
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Norfolk Admirals" "ECHL" "Bakersfield" 1995 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Manchester Monarchs" "ECHL" "Ontario" 2008 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Manchester Monarchs" "ECHL" "Texas" 2003 2009
"CAREER_HISTORY_TEAM_NAME_CHANGE" "St. John's IceCaps" "AHL" "Hamilton" 2002 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "St. John's IceCaps" "AHL" "Quebec" 1999 2002
"CAREER_HISTORY_TEAM_NAME_CHANGE" "St. John's IceCaps" "AHL" "Fredericton" 1990 1999
"CAREER_HISTORY_TEAM_NAME_CHANGE" "St. John's IceCaps" "AHL" "Sherbrooke" 1984 1990
"CAREER_HISTORY_TEAM_NAME_CHANGE" "St. John's IceCaps" "AHL" "Nova Scotia" 1971 1984
"CAREER_HISTORY_TEAM_NAME_CHANGE" "St. John's IceCaps" "AHL" "Montreal" 1969 1972
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Manitoba Moose" "AHL" "St. John's" 2011 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "San Jose Barracuda" "AHL" "Worcester" 2006 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "San Jose Barracuda" "AHL" "Cleveland" 2001 2006
"CAREER_HISTORY_TEAM_NAME_CHANGE" "San Jose Barracuda" "AHL" "Kentucky" 1996 2001
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Bakersfield Condors" "AHL" "Oklahoma City" 2010 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "San Diego Gulls" "AHL" "Norfolk" 2000 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Ontario Reign" "AHL" "Manchester" 2001 2015
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Stockton Heat" "AHL" "Adirondack" 2014 2014
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Stockton Heat" "AHL" "Abbotsford" 2009 2014
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Stockton Heat" "AHL" "Quad City" 2007 2009
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Stockton Heat" "AHL" "Omaha" 2006 2007
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Stockton Heat" "AHL" "Saint John" 1993 2003
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Stockton Heat" "AHL" "Utica" 1987 1993
"CAREER_HISTORY_TEAM_NAME_CHANGE" "Stockton Heat" "AHL" "Maine" 1977 1987

"CHANGE_TEAM_DIVISION_DATA" "Djurg?rdens IF" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "ZSC Lions" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "Espoon Blues" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "EHC Red Bull M?nchen" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "HC Slovan Bratislava" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "HC Dynamo Pardubice" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "Sibir Novosibirsk Oblast" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "Fr?lunda HC" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "Skellefte? AIK" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "HC Lugano" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "Tampereen Tappara" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "K?lner Haie" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "KHL Medvescak" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "Lokomotiv Yaroslavl" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "Dinamo Minsk" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Bryn?s IF" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "F?rjestads BK" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "SC Bern" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Porin ?ss?t" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Adler Mannheim" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "HC Sparta Praha" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Dinamo Riga" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Link?pings HC" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "IF Malm? Redhawks" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "HC Davos" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Helsingin Jokerit" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Eisb?ren Berlin" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Stavanger Oilers" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"

"FORCE_DATABASE_SET_TEAMS" "Kontinental Hockey League"

Re: Champions Hockey League

Posted: Fri Dec 09, 2016 5:04 pm
by janks
Nice European league based on KHL =D>

Try start with force database set teams (and possibly add this row for each league you changed to avoid duplicate teams) and then after these comands set correct divisions for KHL (new European league).

Re: Champions Hockey League

Posted: Fri Dec 09, 2016 5:21 pm
by nino33
Maybe you already know this and just don't want to, but if not FYI I'm pretty sure you can change the League name too (so you could actually have a Champions Hockey League.....for me, when I see Kontinental Hockey League I think modified KHL and not Champions Hockey League)

Re: Champions Hockey League

Posted: Fri Dec 09, 2016 7:56 pm
by Manimal
[quote="hannes88"]

Code: Select all

#############################################################
[/quote]

Your code contains the ? instead of the scandinavian letters Å, Ä and Ö

Re: Champions Hockey League

Posted: Fri Dec 09, 2016 9:16 pm
by hannes88
janks wrote:Nice European league based on KHL =D>

Try start with force database set teams (and possibly add this row for each league you changed to avoid duplicate teams) and then after these comands set correct divisions for KHL (new European league).
Divisions are correct, but all new teams (not originaly from KHL) are in Eastern conference, but i set them to be in Western conference too.

Manimal wrote:
hannes88 wrote:

Code: Select all

#############################################################
[/quote]

Your code contains the ? instead of the scandinavian letters Å, Ä and Ö[/quote]

Yeah, that's standart Windows's Wordpad issue, but what i can use to edit config file whithout that?
And teams, that don't have this scandinavian letters (Dynamo Pardubice for example), are not set correctly too, like swedish teams.

Re: Champions Hockey League

Posted: Fri Dec 09, 2016 10:12 pm
by Manimal
[quote="hannes88"]
[quote="Manimal"][quote="hannes88"]

Code: Select all

#############################################################
[/quote]

Your code contains the ? instead of the scandinavian letters Å, Ä and Ö[/quote]

Yeah, that's standart Windows's Wordpad issue, but what i can use to edit config file whithout that?
And teams, that don't have this scandinavian letters (Dynamo Pardubice for example), are not set correctly too, like swedish teams.[/quote]

Have a look in the extra_config file.
There should be some players on Loan with those letters. Copy+paste

Re: Champions Hockey League

Posted: Fri Dec 09, 2016 10:36 pm
by hannes88
Manimal wrote: Have a look in the extra_config file.
There should be some players on Loan with those letters. Copy+paste
Oh, it didn't help too. ](*,) Those letters convert in russian symbols in my system.
That's so weird, another guys did the same type of league, and they're ok. Oh.

Re: Champions Hockey League

Posted: Sat Dec 10, 2016 12:12 pm
by A9L3E
This is probably an encoding issue. Download Notepad++, check the encoding of the extra_config file, and change your file encoding to be the same.

Re: Champions Hockey League

Posted: Sat Dec 10, 2016 5:00 pm
by hannes88
A9L3E wrote:This is probably an encoding issue. Download Notepad++, check the encoding of the extra_config file, and change your file encoding to be the same.
Thanks, symbols in import_config file now ok.
But in standings old teams still here. Janks, maybe you edit some information abour team's location or something like that? Because idk how to unpin these teams from their old league.

Re: Champions Hockey League

Posted: Sat Dec 10, 2016 8:43 pm
by janks
nino33 wrote:Maybe you already know this and just don't want to, but if not FYI I'm pretty sure you can change the League name too (so you could actually have a Champions Hockey League.....for me, when I see Kontinental Hockey League I think modified KHL and not Champions Hockey League)
Is it possible to add those changes also to the game in progress or it should be then fresh start?

Re: Champions Hockey League

Posted: Sat Dec 10, 2016 8:46 pm
by janks
hannes88 wrote:
A9L3E wrote:This is probably an encoding issue. Download Notepad++, check the encoding of the extra_config file, and change your file encoding to be the same.
Thanks, symbols in import_config file now ok.
But in standings old teams still here. Janks, maybe you edit some information abour team's location or something like that? Because idk how to unpin these teams from their old league.
Did you try already force teams command for each league you changed?

Re: Champions Hockey League

Posted: Sat Dec 10, 2016 9:01 pm
by hannes88
janks wrote:
Did you try already force teams command for each league you changed?
Yes.

Re: Champions Hockey League

Posted: Sun Dec 11, 2016 7:55 am
by hannes88
Janks, can you post your import_config file, and show screenshot from editor panel of one western team (Davos for example)?

Re: Champions Hockey League

Posted: Sun Dec 11, 2016 4:57 pm
by janks

Code: Select all

#############################################################
#
# This file allows setting some basic options for 
# importing an EHM 2007 format database.
#
# The file needs to be placed within the same folder as the 
# database you want to import.
#
# All commands and need to be within 
# quotation marks, numerical values without them
# 
# Lines starting with # are ignored !
# 
#############################################################

#############################################################
# 
# "START_YEAR"
#
# This alters the start year for the game started with this
# database.
#
# The format is:
# "START_YEAR" Value
#
# Value needs to be between 1970 and 2014
#
#############################################################

"START_YEAR" 2014

#############################################################
# 
# "DEFAULT_RULE_SET"
#
# This controls which set of basic league rules are used to
# initialise the new league structures, transfer rules etc.
#
# The format is:
# "DEFAULT_RULE_SET" Value
#
# Value needs to be either 2006 or 2014 as these are the two
# default rule sets supported by the automatic importer.
#
#############################################################

"DEFAULT_RULE_SET" 2014

#############################################################
# 
# "CHANGE_COMP_NAME"
#
# This allows you to change the names of a league/tournament.
#
# The format is:
# "CHANGE_COMP_NAME" "Old long name" "New long name" "New short name" "New abbreviation" "New regular season trophy name" "New playoff trophy name"
#
# If any of the new name strings are left empty ("") the old 
# entries are kept
#
#############################################################

### CLUB COMPETITIONS ###
"CHANGE_COMP_NAME" "Czech Elite League" "Czech Tipsport Extraliga" "Czech Extraliga" "" "" ""
"CHANGE_COMP_NAME" "Danish Oddset Ligaen" "Danish Metal Ligaen" "Metal Ligaen" "" "" ""
"CHANGE_COMP_NAME" "English National Hockey League" "National Ice Hockey League" "National Ice Hockey League" "NIHL" "" ""
"CHANGE_COMP_NAME" "English National Hockey League Northern Conference" "National Ice Hockey League North 1" "NIHL North 1" "N1" "" ""
"CHANGE_COMP_NAME" "English National Hockey League North 2" "National Ice Hockey League North 2" "NIHL North 2" "N2" "" ""
"CHANGE_COMP_NAME" "English National Hockey League Southern Conference" "National Ice Hockey League South 1" "NIHL South 1" "S1" "" ""
"CHANGE_COMP_NAME" "English National Hockey League South 2" "National Ice Hockey League South 2" "NIHL South 2" "S2" "" ""
"CHANGE_COMP_NAME" "Finnish SM-League" "Finnish Liiga" "Liiga" "" "" ""
"CHANGE_COMP_NAME" "Norwegian UPC-Ligaen" "Norwegian GET Ligaen" "GET Ligaen" "" "" ""
# "CHANGE_COMP_NAME" "Russian Superleague" "Kontinental Hockey League" "Kontinental Hockey League" "KHL" "Kontinental Cup" "Gagarin Cup"
"CHANGE_COMP_NAME" "Russian Superleague Match Vsekh Zvezd" "Russian KHL Match Vsekh Zvezd" "" "KHLAS" "" ""
"CHANGE_COMP_NAME" "Slovenska T-Com Extraliga" "Slovakian Tipsport Extraliga" "Slovakian Extraliga" "" "" ""
"CHANGE_COMP_NAME" "Swedish Allsvenskan" "Swedish HockeyAllsvenskan" "HockeyAllsvenskan" "" "" ""
"CHANGE_COMP_NAME" "Swedish Elitserien" "Swedish Hockey League" "SHL" "SHL" "" "Le Mat Trophy"

### NATIONAL COMPETITIONS ###
"CHANGE_COMP_NAME" "Czech Cup" "Czech Hockey Games" "Czech Hockey Games" "EHT-Cz" "" ""
"CHANGE_COMP_NAME" "Finland Games" "Finnish Karjala Cup" "Karjala Cup" "EHT-Fi" "" ""
"CHANGE_COMP_NAME" "ROSNO Cup" "Russian Channel One Cup" "Channel One Cup" "EHT-Ru" "" ""
"CHANGE_COMP_NAME" "Sweden Games" "Swedish Oddset Hockey Games" "Oddset Hockey Games" "EHT-Sw" "" ""

################################################################


# "FORCE_DATABASE_SET_TEAMS"
#
# This allows you to force the importer to use the teams set in the wanted league/division in the database, instead of using the list of teams coded into the importer ruleset. Note that this may result in errors if you have not set the correct number of teams to be in the wanted league in your database. Note that you also need to have the correct detailed divisions set for the teams if the league is setup with initial divisions or conferences
#
# The format is: "FORCE_DATABASE_SET_TEAMS" "league long name"

"FORCE_DATABASE_SET_TEAMS" "Kontinental Hockey League"
"FORCE_DATABASE_SET_TEAMS" "Swedish Hockey League"
"FORCE_DATABASE_SET_TEAMS" "Czech Tipsport Extraliga"
"FORCE_DATABASE_SET_TEAMS" "Finnish Liiga"
# "FORCE_DATABASE_SET_TEAMS" "American Hockey League"
"FORCE_DATABASE_SET_TEAMS" "Norwegian GET Ligaen"
"FORCE_DATABASE_SET_TEAMS" "Slovakian Tipsport Extraliga"
"FORCE_DATABASE_SET_TEAMS" "Austrian Erste Bank Eishockey Liga"
"FORCE_DATABASE_SET_TEAMS" "Elite Ice Hockey League"
"FORCE_DATABASE_SET_TEAMS" "Swiss National League A"
"FORCE_DATABASE_SET_TEAMS" "National Hockey League"
"FORCE_DATABASE_SET_TEAMS" "Deutsche Eishockey Liga"

# "FORCE_DATABASE_SET_TEAMS"
#
# This allows you to force the importer to use the teams set in the wanted league/division in the database, instead of using the list of teams coded into the importer ruleset. Note that this may result in errors if you have not set the correct number of teams to be in the wanted league in your database. Note that you also need to have the correct detailed divisions set for the teams if the league is setup with initial divisions or conferences
#
# The format is: "FORCE_DATABASE_SET_TEAMS" "league long name"FORCE_DATABASE_SET_TEAMS" "National Hockey League"
# Nomainīt līgas nosaukumu, reputāciju, min un max salaries, foreigner limitu, samainīt un piešķirt līgām komandas, pārbaudīt Līgu/KHL komandu nosaukumus

#############################################################

"CHANGE_TEAM_DIVISION_DATA" "Arizona Coyotes" "National Hockey League" "National Hockey League Atlantic Division"
"CHANGE_TEAM_DIVISION_DATA" "Buffalo Sabres" "National Hockey League" "National Hockey League Atlantic Division"
"CHANGE_TEAM_DIVISION_DATA" "Florida Panthers" "National Hockey League" "National Hockey League Atlantic Division"
"CHANGE_TEAM_DIVISION_DATA" "Boston Bruins" "National Hockey League" "National Hockey League Atlantic Division"
"CHANGE_TEAM_DIVISION_DATA" "Montreal Canadiens" "National Hockey League" "National Hockey League Atlantic Division"
"CHANGE_TEAM_DIVISION_DATA" "Ottawa Senators" "National Hockey League" "National Hockey League Atlantic Division"
"CHANGE_TEAM_DIVISION_DATA" "Tampa Bay Lightning" "National Hockey League" "National Hockey League Atlantic Division"
"CHANGE_TEAM_DIVISION_DATA" "Toronto Maple Leafs" "National Hockey League" "National Hockey League Atlantic Division"
"CHANGE_TEAM_DIVISION_DATA" "New York Rangers" "National Hockey League" "National Hockey League Metropolitan Division"
"CHANGE_TEAM_DIVISION_DATA" "New York Islanders" "National Hockey League" "National Hockey League Metropolitan Division"
"CHANGE_TEAM_DIVISION_DATA" "New Jersey Devils" "National Hockey League" "National Hockey League Metropolitan Division"
"CHANGE_TEAM_DIVISION_DATA" "Washington Capitals" "National Hockey League" "National Hockey League Metropolitan Division"
"CHANGE_TEAM_DIVISION_DATA" "Vityaz Podolsk" "National Hockey League" "National Hockey League Metropolitan Division"
"CHANGE_TEAM_DIVISION_DATA" "Philadelphia Flyers" "National Hockey League" "National Hockey League Metropolitan Division"
"CHANGE_TEAM_DIVISION_DATA" "Carolina Hurricanes" "National Hockey League" "National Hockey League Metropolitan Division"
"CHANGE_TEAM_DIVISION_DATA" "Columbus Blue Jackets" "National Hockey League" "National Hockey League Metropolitan Division"
"CHANGE_TEAM_DIVISION_DATA" "HK Sochi" "National Hockey League" "National Hockey League Central Division"
"CHANGE_TEAM_DIVISION_DATA" "St. Louis Blues" "National Hockey League" "National Hockey League Central Division"
"CHANGE_TEAM_DIVISION_DATA" "Nashville Predators" "National Hockey League" "National Hockey League Central Division"
"CHANGE_TEAM_DIVISION_DATA" "Lada Togliatti" "National Hockey League" "National Hockey League Central Division"
"CHANGE_TEAM_DIVISION_DATA" "Neftekhimik Nizhnekamsk" "National Hockey League" "National Hockey League Central Division"
"CHANGE_TEAM_DIVISION_DATA" "Dallas Stars" "National Hockey League" "National Hockey League Central Division"
"CHANGE_TEAM_DIVISION_DATA" "Detroit Red Wings" "National Hockey League" "National Hockey League Central Division"
"CHANGE_TEAM_DIVISION_DATA" "Yugra Khanty-Mansiysk" "National Hockey League" "National Hockey League Pacific Division"
"CHANGE_TEAM_DIVISION_DATA" "Anaheim Ducks" "National Hockey League" "National Hockey League Pacific Division"
"CHANGE_TEAM_DIVISION_DATA" "Winnipeg Jets" "National Hockey League" "National Hockey League Pacific Division"
"CHANGE_TEAM_DIVISION_DATA" "San Jose Sharks" "National Hockey League" "National Hockey League Pacific Division"
"CHANGE_TEAM_DIVISION_DATA" "Vancouver Canucks" "National Hockey League" "National Hockey League Pacific Division"
"CHANGE_TEAM_DIVISION_DATA" "Calgary Flames" "National Hockey League" "National Hockey League Pacific Division"
"CHANGE_TEAM_DIVISION_DATA" "Edmonton Oilers" "National Hockey League" "National Hockey League Pacific Division"


#############################################################

# "CHANGE_TEAM_DIVISION_DATA" "Dinamo Minsk" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "HC Davos" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "Dinamo Riga" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "Helsingin Jokerit" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "KHL Medvescak" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "SKA Saint-Petersburg" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "HC Slovan Bratislava" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "Atlant Mytischi" "Kontinental Hockey League" "Kontinental Hockey League Bobrov Division"
"CHANGE_TEAM_DIVISION_DATA" "Pittsburgh Penguins" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Dynamo Moscow" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Lokomotiv Yaroslavl" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
# "CHANGE_TEAM_DIVISION_DATA" "Severstal Cherepovets" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Frölunda HC" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
# "CHANGE_TEAM_DIVISION_DATA" "Torpedo Nizhny Novgorod" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Oulun Kärpät" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Chicago Blackhawks" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "CSKA Moscow" "Kontinental Hockey League" "Kontinental Hockey League Tarasov Division"
"CHANGE_TEAM_DIVISION_DATA" "Automobilist Ekaterinburg" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
# "CHANGE_TEAM_DIVISION_DATA" "Hershey Bears" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Ak Bars Kazan" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Minnesota Wild" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Metallurg Magnitogorsk" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Colorado Avalanche" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Traktor Chelyabinsk" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Los Angeles Kings" "Kontinental Hockey League" "Kontinental Hockey League Kharlamov Division"
"CHANGE_TEAM_DIVISION_DATA" "Avangard Omsk" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
# "CHANGE_TEAM_DIVISION_DATA" "Admiral Vladivostok" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "ZSC Lions" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
# "CHANGE_TEAM_DIVISION_DATA" "Amur Khabarovsk" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "HC Sparta Praha" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "Barys Astana" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
# "CHANGE_TEAM_DIVISION_DATA" "Metallurg Novokuznetsk" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "Brynäs IF" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "Salavat Yulaev Ufa" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
# "CHANGE_TEAM_DIVISION_DATA" "Sibir Novosibirsk" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"
"CHANGE_TEAM_DIVISION_DATA" "Eisbären Berlin" "Kontinental Hockey League" "Kontinental Hockey League Chernyshev Division"

#############################################################

# "CHANGE_TEAM_DIVISION_DATA" "Severstal" "Swedish Hockey League"
# "CHANGE_TEAM_DIVISION_DATA" "Metallurg Nk" "Swedish Hockey League"
# "CHANGE_TEAM_DIVISION_DATA" "Skelleftea" "Swedish Hockey League" 
# "CHANGE_TEAM_DIVISION_DATA" "Vaxjo Lakers" "Swedish Hockey League" 
# "CHANGE_TEAM_DIVISION_DATA" "Linkopings" "Swedish Hockey League" 
# "CHANGE_TEAM_DIVISION_DATA" "HV71" "Swedish Hockey League" 
# "CHANGE_TEAM_DIVISION_DATA" "Lulea HF" "Swedish Hockey League" 
# "CHANGE_TEAM_DIVISION_DATA" "Farjestad BK" "Swedish Hockey League" 
# "CHANGE_TEAM_DIVISION_DATA" "Djurgardens IF" "Swedish Hockey League" 
# "CHANGE_TEAM_DIVISION_DATA" "Leksands IF" "Swedish Hockey League" 
# "CHANGE_TEAM_DIVISION_DATA" "Modo Hockey" "Swedish Hockey League" 
# "CHANGE_TEAM_DIVISION_DATA" "Orebro HK" "Swedish Hockey League"  

#############################################################

# "CHANGE_TEAM_DIVISION_DATA" "Torpedo" "Finnish Liiga"
# "CHANGE_TEAM_DIVISION_DATA" "Tappara" "Finnish Liiga"
# "CHANGE_TEAM_DIVISION_DATA" "Lukko" "Finnish Liiga" 
# "CHANGE_TEAM_DIVISION_DATA" "JYP" "Finnish Liiga" 
# "CHANGE_TEAM_DIVISION_DATA" "Blues" "Finnish Liiga" 
# "CHANGE_TEAM_DIVISION_DATA" "KalPa" "Finnish Liiga" 
# "CHANGE_TEAM_DIVISION_DATA" "HIFK" "Finnish Liiga" 
# "CHANGE_TEAM_DIVISION_DATA" "SaiPa" "Finnish Liiga" 
# "CHANGE_TEAM_DIVISION_DATA" "Assat" "Finnish Liiga" 
# "CHANGE_TEAM_DIVISION_DATA" "Ilves" "Finnish Liiga" 
# "CHANGE_TEAM_DIVISION_DATA" "HPK" "Finnish Liiga" 
# "CHANGE_TEAM_DIVISION_DATA" "Pelicans" "Finnish Liiga"
# "CHANGE_TEAM_DIVISION_DATA" "TPS" "Finnish Liiga"
# "CHANGE_TEAM_DIVISION_DATA" "Sport" "Finnish Liiga" 

#############################################################

# "CHANGE_TEAM_DIVISION_DATA" "Atlant" "NLA"
# "CHANGE_TEAM_DIVISION_DATA" "Admiral" "NLA"
# "CHANGE_TEAM_DIVISION_DATA" "SC Bern" "NLA" 
# "CHANGE_TEAM_DIVISION_DATA" "HC Lugano" "NLA" 
# "CHANGE_TEAM_DIVISION_DATA" "EV Zug" "NLA" 
# "CHANGE_TEAM_DIVISION_DATA" "Geneve-Servette HC" "NLA" 
# "CHANGE_TEAM_DIVISION_DATA" "Lausanne HC" "NLA" 
# "CHANGE_TEAM_DIVISION_DATA" "EHC Biel" "NLA" 
# "CHANGE_TEAM_DIVISION_DATA" "HC Fribourg-Gotteron" "NLA" 
# "CHANGE_TEAM_DIVISION_DATA" "Kloten Flyers" "NLA" 
# "CHANGE_TEAM_DIVISION_DATA" "HC Ambri Piotta" "NLA" 
# "CHANGE_TEAM_DIVISION_DATA" "Rapperswil-Jona Lakers" "NLA"
Nothing special in editor just changed league and other division - same as league.

Re: Champions Hockey League

Posted: Sun Dec 11, 2016 5:39 pm
by janks
Results after one month of play:

Image

Best european club results (except Davos) seem very low though!
Dinamo Riga played well - three losses in 11 games, 2nd place in CHL. Penalty killing is very bad - second worst in league - have to look into this in more details.

Re: Champions Hockey League

Posted: Sun Dec 11, 2016 7:55 pm
by hannes88
New editor save my nerves, now league is working. That will be crazy.
Thank's to everybody for help.

Re: Champions Hockey League

Posted: Wed Dec 14, 2016 8:23 pm
by janks
Here are standings after 2 months of play:

Image

Still managed to keep second place behind Wild but both Avalanche and Kings have more points.
All european league top teams settled in the bottom of table. It seems these teams are somehow very much underrated in EHM comparing them with NHL and KHL teams.

Another very strange and unexpected table for 2nd league:

Image

Clearly expected here those Liiga, DEL and Virsliga teams doing much better here!

Re: Champions Hockey League

Posted: Thu Dec 15, 2016 6:32 am
by Edgars
janks wrote:Clearly expected here those Liiga, DEL and Virsliga teams doing much better here!
Clubs from Virsliga have been beaten in IIHF Continental Cup in last 4 seasons by Denmark, Italian and Romanian champions once, by Great Britain champions twice and are one win each with Hungarian champions, so is it really should be MUCH better?

Re: Champions Hockey League

Posted: Thu Dec 15, 2016 10:57 am
by janks
Edgars wrote:
janks wrote:Clearly expected here those Liiga, DEL and Virsliga teams doing much better here!
Clubs from Virsliga have been beaten in IIHF Continental Cup in last 4 seasons by Denmark, Italian and Romanian champions once, by Great Britain champions twice and are one win each with Hungarian champions, so is it really should be MUCH better?
Yes, I follow continental cup, point is they are slightly below level of Great Britain clubs but not by so HUGE margin as this table shows 2-3 times less points.
Here also Liepaja is strengthened by closest reserves of Dinamo Riga (as example Sedlacek is playing as base GK og Liepaja and Masalskis is their second GK) as so I would expect them be on par with clubs of GB point wise but difference still is HUGE!

Re: Champions Hockey League

Posted: Thu Dec 15, 2016 11:24 am
by Edgars
janks wrote:
Edgars wrote:
janks wrote:Clearly expected here those Liiga, DEL and Virsliga teams doing much better here!
Clubs from Virsliga have been beaten in IIHF Continental Cup in last 4 seasons by Denmark, Italian and Romanian champions once, by Great Britain champions twice and are one win each with Hungarian champions, so is it really should be MUCH better?
Yes, I follow continental cup, point is they are slightly below level of Great Britain clubs but not by so HUGE margin as this table shows 2-3 times less points.
Here also Liepaja is strengthened by closest reserves of Dinamo Riga (as example Sedlacek is playing as base GK og Liepaja and Masalskis is their second GK) as so I would expect them be on par with clubs of GB point wise but difference still is HUGE!
Are you expecting that Sedlacek and/or Masalskis will score goals for Liepaja, because by looking at those standings goal scoring is their main problem compared to other clubs!?!

Re: Champions Hockey League

Posted: Thu Dec 15, 2016 1:20 pm
by janks
[quote="EdgarsAre you expecting that Sedlacek and/or Masalskis will score goals for Liepaja, because by looking at those standings goal scoring is their main problem compared to other clubs!?![/quote]
They have their usual roster and forwards to score usual bunch of goals. Besides that there are forwards contracted by Dinamo Riga regulary playing for Liepāja like Saulietis, Cipulis, Bukarts, Bičevskis, Skvorcovs, Meija and also I think Džeriņš. With all that taken into account I think 2-3 times point difference with GB clubs is not right.
IRL as I remember from last Continental Cup Liepaja lost to Nottingham Panthers 1:3 but actually dominated by play and shots 29:38 (and this with their usual squad). So taking into account those mentioned Dinamo Riga players I would expect performance at least on par with GB clubs.

Re: Champions Hockey League

Posted: Thu Dec 15, 2016 2:34 pm
by Edgars
janks wrote: They have their usual roster and forwards to score usual bunch of goals. Besides that there are forwards contracted by Dinamo Riga regulary playing for Liepāja like Saulietis, Cipulis, Bukarts, Bičevskis, Skvorcovs, Meija and also I think Džeriņš. With all that taken into account I think 2-3 times point difference with GB clubs is not right.
IRL as I remember from last Continental Cup Liepaja lost to Nottingham Panthers 1:3 but actually dominated by play and shots 29:38 (and this with their usual squad). So taking into account those mentioned Dinamo Riga players I would expect performance at least on par with GB clubs.
Usual bunch of goals? They scored only 1 against Nottingham this year in Continental Cup (just like Juniors who scored only 1 against Panthers club in Continental cup back in 13/14 season, by the way, Bičevskis, what you mentioned, played in that game for Juniors and he played 26 games for Dinamo Riga that season in KHL too) and you are expecting them to score bunch against top Slovakian, mid table Finish, KHL, DEL teams??

Only Bukarts (and Cipulis on his prime few years ago) from those players could be considered as offensive threat - others are 3rd, 4th line checkers, who may score around 5 goals per season on that level!

I watched this years game against Panthers.
First of all, Panthers almost all that game played with only 4 defense man + they had only 11 forwards and that was 3rd game in 3 days.
Secondly, Panthers out shooted Liepaja in 1st period 16 to 11, period ended 2:1 in their favor.
Thirdly, starting from 2nd period they obviously played defensive hockey and saved energy as much as possible.
Overall, in my opinion, the better, more experienced and skillful team won that day!

Re: Champions Hockey League

Posted: Thu Dec 15, 2016 2:49 pm
by janks
Edgars wrote:
janks wrote: They have their usual roster and forwards to score usual bunch of goals. Besides that there are forwards contracted by Dinamo Riga regulary playing for Liepāja like Saulietis, Cipulis, Bukarts, Bičevskis, Skvorcovs, Meija and also I think Džeriņš. With all that taken into account I think 2-3 times point difference with GB clubs is not right.
IRL as I remember from last Continental Cup Liepaja lost to Nottingham Panthers 1:3 but actually dominated by play and shots 29:38 (and this with their usual squad). So taking into account those mentioned Dinamo Riga players I would expect performance at least on par with GB clubs.
Usual bunch of goals? They scored only 1 against Nottingham this year in Continental Cup (just like Juniors who scored only 1 against Panthers club in Continental cup back in 13/14 season, by the way, Bičevskis, what you mentioned, played in that game for Juniors and he played 26 games for Dinamo Riga that season in KHL too) and you are expecting them to score bunch against top Slovakian, mid table Finish, KHL, DEL teams??

Only Bukarts (and Cipulis on his prime few years ago) from those players could be considered as offensive threat - others are 3rd, 4th line checkers, who may score around 5 goals per season on that level!

I watched this years game against Panthers.
First of all, Panthers almost all that game played with only 4 defense man + they had only 11 forwards and that was 3rd game in 3 days.
Secondly, Panthers out shooted Liepaja in 1st period 16 to 11, period ended 2:1 in their favor.
Thirdly, starting from 2nd period they obviously played defensive hockey and saved energy as much as possible.
Overall, in my opinion, the better, more experienced and skillful team won that day!
I see your point and agree on last sentence but still think point difference is too big. Let's see how season develops for them maybe they will come closer. Maybe in future I will create some even lower level league with teams from Latvia, Great Britain, Italy, Danmark, France and new rosters to further test these strength balance issues.

Re: Champions Hockey League

Posted: Thu Dec 15, 2016 5:01 pm
by Edgars
janks wrote:I see your point and agree on last sentence but still think point difference is too big. Let's see how season develops for them maybe they will come closer. Maybe in future I will create some even lower level league with teams from Latvia, Great Britain, Italy, Danmark, France and new rosters to further test these strength balance issues.
Maybe the reason behind such a big point difference is in a fact that Liepāja is the only team in that league that is only a semi-professional club...

Re: Champions Hockey League

Posted: Fri Dec 16, 2016 6:58 pm
by janks
Edgars wrote:
janks wrote:I see your point and agree on last sentence but still think point difference is too big. Let's see how season develops for them maybe they will come closer. Maybe in future I will create some even lower level league with teams from Latvia, Great Britain, Italy, Danmark, France and new rosters to further test these strength balance issues.
Maybe the reason behind such a big point difference is in a fact that Liepāja is the only team in that league that is only a semi-professional club...
No, we can put professional club like HK Kurbads there but this will not change anything there.