Jump to content

affe1802

Members+
  • Posts

    174
  • Joined

Everything posted by affe1802

  1. First look in Your Steam Library if you have there the Football Manager 2022 Resource Archiver open this one if not download this after download open this. then click unpack archive if you download the works 2022 file click on create archive now select the works 2022 folder in this folder you then select the Comp Editor. now you need to replace the comp editor file with the edit comp editor now close the FM Editor 2022 and open again. Take as comp type the U18 The U17 max age should be 17. For a test open editor Add Nation Rules create for existing club the u17 in reserve teams already create and add there a active U19 league save it test the rules and open the game open the test.fmf choose the club you added the u17 and see the u17 is there staff like Co Physio all
  2. Here the Comp Editor Folder In Works 2022. Adjusted are Database Club.xml max reserve teams to create from max 3 to 12 and U17 Team type added, advanced rules Nation.xml Subordinated Competition from max 50 to 500, Rule group Enum.xml U17 Team type added. Works 2022.zip
  3. Yes its works in game But just U17 Team no U17 B team. But I tried to get U17 B Team but no success enum=".." and translation="......" failed.
  4. So now a question is everything I think with enum=".." and translation id="....." hard-coded with names? Because but no success here this files club e team.xml club f team.xml club ui.xml club.xml
  5. Hello my experiences with the resource archiver. Yes enum.xml is part for Club Reserve team type. As far a I know the enum.xml file contains everything like competitions types, team types and stuff like that, and is part for Club and Competitions ,maybe more. So I tried a long time to get the U17 as team type to Reserve Teams and Reserve Teams To Create. and the first time I was surprised when I created new players in the editor and wanted to set the club and squad status for the contract, and see the U17 Team type and U16 Team type. OK if anything should be wrong please correct me!!! so I tried to copy the U17 Team from person.xml <!-- squad status --> line 1251-1253 to the Club.xml but no success. Ok my mind was the enum.xml So i copied this lines to enum.xml <record id="rstm> so But no success. Ok now I copied this lines to enum.xml and copied this to Club.xml Ok half success U17 Team stands now there but add U17 team was a failed so I tried different enum numbers like this but only one enum=".." was successfully here The solution <record enum="29"> So know I cop was my solution so tested these enum="29" with U16 Team Type and the U16 Team was successful. So Only enum="29" gives the success
  6. Yes I tested to change the B Team, C team, D Team.xml <!-- name --> <record> <flags id="field" value="C4nm" /> <translation id="name" translation_id="229689" type="use" value="Name" /> <flags id="type" value="string" /> <boolean id="is_client_field" value="true" /> <boolean id="is_language_field" value="true" /> <list id="read_only_dependencies"> <record field="C4nt" equals="true" /> </list> </record> From <list id="read_only_dependencies"> too <list id="dependencies"> same for <!-- short name --> and <!-- team type --> but no success. OK this have I do but The lower the level of the competition, the more likely it is that a club will have more reserve teams. Like Team II,Team III,Team IV, Team V and U19, U19 II, U19 III U19 IV U19V. But I created a file where with U17 as U18 so that Clubs that don't have U19 but have U17 so that they also have a youth team in the game. In affiliated club does work Only II Team, 2 Team, and 3 Team, and there are clubs that have more reserves and youth teams the deeper the leagues go. German pic example FC Viktoria 1889 Berlin English pic example FC Viktoria 1889 Berlin example FC Viktoria 1889 Berlin Here would be a great advantage if reserve team already create tab the limit of max 3 teams is increased to max 12 teams or the number can be increased in the Club.xml, and as team type III Team IV Team V, U19 III (C) U19 IV (D) U19 V (E) and possibility for custom files the U17 U17II U17III U17IV U17 V and competition type the U17 Division and U17 Cup. How I increased the number of reserve teams to create teams? Here is the Link
  7. Maybe is this the solution you search on advanced rules open your nation in my case is it Germany go to Fixture Rules if you have all divisions added in basic rules and after you convert to advanced rules than go to fixture rules and search for the cup, and add on Squad Selection Rules new rules there can you add Match Squad Rules > Overage , Underage and something here can you choose what you need
  8. So I spend time since FM 2020 and look with the resource archiver and change a few things. OK open Resource Archiver and press unpack archive Create a new Folder and name it original comp editor this folder is your backup if anything goes wrong. Now create a other folder name it test comp editor and copy or unpack archive in this test comp editor folder, copy the Original Comp Editor and rename this copied folder to Success Comp Editor. Now you have 3 Folders original comp editor > This is your Backup folder test comp editor > here make your changes and tests success comp editor > and here copy this you changed successfully You can open the .xml file with a text edit, or other text programs. On Mac you can open this .xml files with Xcode. If you changed a few things and want to test it open resource archiver again press create archive and choose the added comp editor and replace this with the existing comp editor. Now close the FM Editor and open the editor again (when you hear 2 beeps was the changes not successful). I advise you to only change one thing and test this. If change several things without testing one change, it can result in only one change failing. Ok For Nation > Division Levels ... Number of Child Competitions. Example if you want have more Lower Division Levels and the Parent Comp have more than 50 sub Division you must change the Nation.xml in Rule Group > Advanced Folder and search for number of child comps and change <integer id="max_value" value="50" /> to 500 or how many you need. path /comp editor/format/rule group/advanced/nation.xml The lower the level of the competition, the more likely it is that a club will have more reserve teams. you can change for club reserve teams to create from max 3 to want you need. path /comp editor/format/database/club.xml here search for Reserve teams to create and change <integer id="maximum_items" value="3" /> to what you need in my case changed to 12 so I tried also Reserve teams (already created) from 3 to 5 but this was not successful so thought I must create a club e team.xml and more so I created club e team.xml, club f team.xml like club b team.xml and changed all from b to e and 2 to 5 for e team same for f team but this time to 6 and b to f and added this to club.xml <!-- 4th reserve fields --> <record insert_fields="c5tm" /> <!-- 5th reserve fields --> <record insert_fields="c6tm" /> ...so now I thought I must change also the club ui.xml path /comp editor/format/database ui/club ui.xml and added like D team for e and f team here it for f team <!-- F team section --> <record> <flags id="name" value="[%string#C6nm]" /> <string id="name_for_fields_list" value="F Team" /> <flags id="type" value="record" /> <boolean id="is_section" value="true" /> <boolean id="is_optional" /> <list id="dependencies"> <record field="C6un" exists="true" /> <record field="C6ds" equals="false" /> </list> <list id="fields"> <!-- Details Section --> <record> <translation id="name" translation_id="229526" type="use" value="Details" /> <flags id="type" value="record" /> <boolean id="is_section" value="true" /> <list id="fields"> <record db_field="club,C6ds" hidden="true" /> <!-- disabled --> <record db_field="club,C6nt" hidden="true" /> <!-- new team --> <record db_field="club,C5un" is_read_only="true" /> <!-- unique id --> <record db_field="club,C6ri" is_read_only="true" /> <!-- random id --> <record db_field="club,C6nm" /> <!-- name --> <record db_field="club,C6sn" /> <!-- short name --> <record db_field="club,C6ty" /> <!-- team type--> <record db_field="club,C6sx" /> <!-- 6 letter name --> <record db_field="club,C6rp" /> <!-- reputation --> <record db_field="club,C6dv" /> <!-- division --> <record db_field="club,C6od" /> <!-- other division --> <record db_field="club,C6ld" /> <!-- last division --> <record db_field="club,C6lp" /> <!-- last position --> <record db_field="club,C6nd" /> <!-- next division --> <record db_field="club,C6si" /> <!-- stadium --> <record db_field="club,C6at" /> <!-- attendance --> <record db_field="club,C6na" /> <!-- min attendance --> <record db_field="club,C6xa" /> <!-- max attendance --> <record db_field="club,6lgp" /> <!-- logo picture --> <record db_field="club,6icp" /> <!-- icon picture --> <record db_field="club,6lgs" /> <!-- logo picture string--> <record db_field="club,6ics" /> <!-- icon picture string --> </list> </record> <!-- Kits and Colours Section --> <record> <!-- team kits --> <translation id="name" translation_id="293549" type="use" value="Kits and Colours" /> <boolean id="is_section" value="true" /> <flags id="type" value="record" /> <list id="dependencies"> <record field="C6nt" equals="false" /> </list> <list id="fields"> <!-- first kits tab --> <record db_field="club,C6o1" use_details_panel="true"> <translation id="name" translation_id="293550" type="use" value="Home Kit" /> <boolean id="is_section" value="true" /> <boolean id="stretch_to_fit_screen" value="true" /> </record> <!-- second kits tab --> <record db_field="club,C6o2" use_details_panel="true"> <translation id="name" translation_id="293551" type="use" value="Away Kit" /> <boolean id="is_section" value="true" /> <boolean id="stretch_to_fit_screen" value="true" /> </record> <!-- third kits tab --> <record db_field="club,C6o3" use_details_panel="true"> <translation id="name" translation_id="293552" type="use" value="Third Kit" /> <boolean id="is_section" value="true" /> <boolean id="stretch_to_fit_screen" value="true" /> </record> <!-- first gk kits tab --> <record db_field="club,C6g1" use_details_panel="true"> <translation id="name" translation_id="293553" type="use" value="Gk Home Kit" /> <boolean id="is_section" value="true" /> <boolean id="stretch_to_fit_screen" value="true" /> </record> <!-- second gk kits tab --> <record db_field="club,C6g2" use_details_panel="true"> <translation id="name" translation_id="293554" type="use" value="Gk Away Kit" /> <boolean id="is_section" value="true" /> <boolean id="stretch_to_fit_screen" value="true" /> </record> <!-- third gk kits tab --> <record db_field="club,C6g3" use_details_panel="true"> <translation id="name" translation_id="293555" type="use" value="Gk Third Kit" /> <boolean id="is_section" value="true" /> <boolean id="stretch_to_fit_screen" value="true" /> </record> </list> </record> <!-- Staff & Players Section --> <record> <translation id="name" translation_id="293556" type="use" value="Staff and Players" /> <flags id="type" value="record" /> <boolean id="is_section" value="true" /> <list id="fields"> <!-- Coaching Staff tab --> <record> <translation id="name" translation_id="293557" type="use" value="Coaching Staff" /> <flags id="type" value="record" /> <boolean id="is_section" value="true" /> <list id="fields"> <record db_field="club,C6mn" /> <!-- manager--> </list> </record> <!-- Players Tab --> <record db_field="club,C6sq" is_section="true" allow_column_sorting="true"> <boolean id="stretch_to_fit_screen" value="true" /> <record id="display_fields"> <flags id="fields" value="plyl" /> </record> </record> </list> </record> </list> </record> but this was not successful maybe I forgot something here or did something wrong maybe its not possible E or F Team. So here can you see The 4th Reserve team success is no unfortunately But I'm not a programmer either but more than 3 reserve teams already create will be fine. so my experiences with the resource archiver you can change or add existing things not all but many things like "Ignore teams" to other things like fate actions or team type to fate actions. Somewhere here in the forum it has already been describe where you can set that how you can add locale region path is /comp editor/format/database ui/db record lists.xml here search for local region table and change <boolean id="allow_add" value="false" /> "false" too "true" <boolean id="allow_remove" value="false" /> "false" too "true" if anyone have more experiences as me explore please here your successfully changes!
  9. Hello, why can't change the team name for new create Clubs? I create new clubs and set reserve teams new team and would be change the name but it doesn't change the name. but I looked at database changes and the changes were accepted but not in the database club B, C or D the name isn't changed. Why? If a exiting club in reserve teams a team from config.xml can I change the name.
  10. No Solution Found this is a bug !!! So I checked with Steam the files for errors for FM Editor 2022, FM 2022 and Resource Archiver 2022. Now i Start the Editor add lower nation rules for Germany test rules in basic basic file verified ok now Advanced Rules test and Verified comps from nothing to no verified. in 2020 from nothing to yes!!! BUG Report
  11. Hello I loaded a German Database and change something now I test the rules and first I wondering why not the Verified Rules set Yes and why the Verified Rules loaded in game and why stands on selected nation England if I choose the German file. In FM Editor 2020 Was the Tested Rules If Verified 2 of 5 stands there Yes. And in Game Selected Database German File and loaded was German the Selected Nation. Why is in FM 2022 so like 2020 for these Example´s?
  12. Solution found I created this file in a wrong folder. Solution: removed from Graphics/Logo/.... Too Graphics/Trophy/...
  13. Hello I ask my self. Where do the trophies png`s have to saved in FM Graphics folder so that they can be displayed in FM 2022 in the game? like this For comp´s trophy like 2nd Bundesliga ID 23. So I used FMXML for Clubs etc. And i looked at the generated config.xml and find this <list id="maps"> <!-- Generated with FMXML for Mac --> <record from="23" to="graphics/pictures/comp/23/logo"/> <record from="23" to="graphics/pictures/comp/23/logo/huge"/> </list> </record> and I looked for a this folder but there isn't in picture folder a comp/23/logo and same for comp/23/logo/huge. So I tried this for a other comp as 2nd Bundesliga And I would be have this Trophy png like the 2nd Bundesliga trophy for this example Mecklenburg-Vorpommern-Pokal so I don't find a solution at this moment so I hope any one has a solution.
  14. I have spend a lot of time in research for Germany City´s,(Villages), Clubs, Stadium´s and League´s. info LLL Last Lowest League (No Relegation places) For Lower League FM 2020 For Lower League FM 2022 Local Region Mecklenburg-Vorpommern in Standard Database are complete. Landesliga Mecklenburg Vorpommern Nord (Comp. Level 7) Teams 11 Verbandsliga Mecklenburg-Vorpommern (Competition Level 6) Landesliga Mecklenburg Vorpommern Ost (Comp. Level 7) Teams 12 I searched for all Clubs and created Landesliga Mecklenburg Vorpommern West (Comp. Level 7) Teams 12 Landesliga Mecklenburg Vorpommern Ost (Comp. Level 7) Teams 16 Landesklasse Mecklenburg Vorpommern 1 (Comp Level 8) Teams 12 Landesliga Mecklenburg Vorpommern West (Comp. Level 7) Teams 16 Landesklasse Mecklenburg Vorpommern 2 (Comp Level 8) Teams 13 Landesklasse Mecklenburg Vorpommern 1 (Comp Level 8) Teams 16 Landesklasse Mecklenburg Vorpommern 3 (Comp Level 8) Teams 12 Landesklasse Mecklenburg Vorpommern 2 (Comp Level 8) Teams 16 Landesklasse Mecklenburg Vorpommern 4 (Comp Level 8) Teams 13 Landesklasse Mecklenburg Vorpommern 3 (Comp Level 8) Teams 16 Landesklasse Mecklenburg Vorpommern 5 (Comp Level 8) Teams 12 Landesklasse Mecklenburg Vorpommern 4 (Comp Level 8) Teams 16. Kreisoberliga Warnow 1 (Comp Level 9) Teams 10 Kreisoberliga Warnow 1 (Comp Level 9) Teams 14 Kreisoberliga Warnow 2 (Comp Level 9) Teams 10 Kreisoberliga Warnow 2 (Comp Level 9) Teams 14 Kreisoberliga Warnow 3 (Comp Level 9) Teams 10 Kreisoberliga Mecklenburgische Seenplatte 1 (Comp Level 9) Teams 14 Kreisoberliga Mecklenburgische Seenplatte 1 (Comp Level 9) Teams 12 Kreisoberliga Mecklenburgische Seenplatte 2 (Comp Level 9) Teams 14 Kreisoberliga Mecklenburgische Seenplatte 2 (Comp Level 9) Teams 13 Kreisoberliga Nordvorpommern-Rügen (Comp Level 9) Teams 13 Kreisoberliga Nordvorpommern-Rügen (Comp Level 9) Teams 9 Kreisoberliga Schwerin-Nordwestmecklenburg (Comp Level 9) Teams 14 Kreisoberliga Schwerin-Nordwestmecklenburg (Comp Level 9) Teams 14 Kreisoberliga Vorpommern-Greifswald (Comp Level 9) Teams 14 Kreisoberliga Vorpommern-Greifswald (Comp Level 9) Teams 12 Kreisoberliga Westmecklenburg (Comp Level 9) Teams 14 Kreisoberliga Westmecklenburg Ost (Comp Level 9) Teams 9 Kreisliga Warnow 1 (Comp Level 10) Teams 13 Kreisoberliga Westmecklenburg West (Comp Level 9) Teams 9 Kreisliga Warnow 2 (Comp Level 10) Teams 13. Kreisliga Warnow 1 (Comp Level 10) Teams 8 Kreisliga Mecklenburgische Seenplatte 1 (Comp Level 10) Teams 14 LLL Kreisliga Warnow 2 (Comp Level 10) Teams 8 Kreisliga Mecklenburgische Seenplatte 2 (Comp Level 10) Teams 14 LLL Kreisliga Warnow 3 (Comp Level 10) Teams 8 Kreisliga Mecklenburgische Seenplatte 3 (Comp Level 10) Teams 14 LLL Kreisliga Mecklenburgische Seenplatte 1 (Comp Level 10) Teams 10 LLL Kreisliga Nordvorpommern-Rügen Nord (Comp Level 10) Teams 12 LLL Kreisliga Mecklenburgische Seenplatte 2 (Comp Level 10) Teams 9 LLL Kreisliga Nordvorpommern-Rügen Süd (Comp Level 10) Teams 14 LLL Kreisliga Mecklenburgische Seenplatte 3 (Comp Level 10) Teams 9 LLL Kreisliga Schwerin-Nordwestmecklenburg (Comp Level 10) Teams 14 Kreisliga Mecklenburgische Seenplatte 4 (Comp Level 10) Teams 9 LLL Kreisliga Vorpommern-Greifswald 1 (Comp Level 10) Teams 13 LLL Kreisliga Nordvorpommern-Rügen Staffel 1 (Comp Level 10) Teams 9 LLL Kreisliga Vorpommern-Greifswald 2 (Comp Level 10) Teams 12 LLL Kreisliga Nordvorpommern-Rügen Staffel 2 (Comp Level 10) Teams 8 LLL Kreisliga Vorpommern-Greifswald 3 (Comp Level 10) Teams 13 LLL Kreisliga Nordvorpommern-Rügen Staffel 3 (Comp Level 10) Teams 9 LLL Kreisliga Westmecklenburg Ost (Comp Level 10) Teams 12 LLL Kreisliga Schwerin-Nordwestmecklenburg (Comp Level 10) Teams 12 Kreisliga Westmecklenburg Mitte (Comp Level 10) Teams 10 LLL Kreisliga Vorpommern-Greifswald 1 (Comp Level 10) Teams 9 LLL Kreisliga Westmecklenburg West (Comp Level 10) Teams 10 LLL Kreisliga Vorpommern-Greifswald 2 (Comp Level 10) Teams 9 LLL Kreisklasse Warnow 1 (Comp Level 11) Teams 12 LLL Kreisliga Vorpommern-Greifswald 3 (Comp Level 10) Teams 9 LLL Kreisklasse Warnow 2 (Comp Level 11) Teams 12 LLL Kreisliga Vorpommern-Greifswald 4 (Comp Level 10) Teams 9 LLL Kreisklasse Schwerin-Nordwestmecklenburg (Comp Level 11) Teams 16 LLL Kreisliga Westmecklenburg Ost (Comp Level 10) Teams 10 LLL Kreisliga Westmecklenburg Mitte (Comp Level 10) Teams 9 LLL Kreisliga Westmecklenburg West (Comp Level 10) Teams 10 LLL Kreisklasse Warnow 1 (Comp Level 11) Teams 9 LLL Kreisklasse Warnow 2 (Comp Level 11) Teams 9 LLL Kreisklasse Warnow 3 (Comp Level 11) Teams 9 Last Lowest League (LLL) Kreisklasse Schwerin-Nordwestmecklenburg (Comp Level 11) Teams 13 Last Lowest League (LLL) Teams 2020 Mecklenburg Vorpommern 38 Teams 2022 Mecklenburg Vorpommern 39 New Teams 2020 410 total 448 New Teams 2022 395 total 434 New Competitions 31 New Competitions 40 In 2020 database file I have created to From Local Region Nordrhein-Westfalen Football Federation Niederrhein Total Teams 1543 new Competitions total 93 Info Local Region Nordrhein-Westfalen Have 2 more Football Federations Football Federation Westfalen and Football Federation Miitelrhein. So in 2020 I created a file with 2 main Football Federations , Mecklenburg-Vorpommern, Niederrhein and its subordinate district football federations In 2022 i am actually right now in research. so I finished all from Football Federation Mecklenburg-Vorpommern and subordinate district football federations Then for structure not with all teams Sachsen, Sachsen-Anhalt,Brandenburg, Berlin and Hamburg and then U19 comps and U17 as U18 This file should be For Northeast Football Federation short NOFV and and my mind was I would have the U17 as U18 so I must create for Niedersachsen, Bremen and Schleswig-Holstein to some teams and comps. so created right now all comps from Berlin, Sachsen, Sachsen-Anhalt, Thüringen, Brandenburg and Mecklenburg-Vorpommern and to Hamburg But Complete is just Mecklenburg Vorpommern
  15. Important improvements settings for the editor and the game for me is. FM Editor to league.xml for basic and advanced rules like B/Reserve Cannot promote 1. is last lowest league no relegation <record enum="is_last_lowest_league_no_relegation" enum_id="FF"> <translation id="name" translation_id="FFFFFF" type="use" value="Last Lowest League no Relegation[COMMENT: advanced editor competition rules, league setup details]" /> </record> and if this selected a field that shows this created b team starts in these league <record enum="created_b_team_starts_in_this_league" enum_id="FF"> <translation id="name" translation_id="FFFFFF" type="use" value="B/Reserve Teams created in Game starts here[COMMENT: advanced editor competition rules, league setup details]" </record> If these options are selected, it will disable the lower league (Amateur league ID 1301432) for created b team in game, all clubs that have this regional league in the Competitions Regional Division and the created b team will then play in this active league. But only those leagues where this option is also selected all others where this option is not selected created b team starts in amateur league 2. And why must the amateur league there starts actually the created be team inactive and can't viewable i think if the inactive league there starts the created b team viewable you make all user happy!!!!!
  16. I think this is an Important improvement. Insert this to league.xml. <record enum="is_last_lowest_league_no_relegation" enum_id="FF"> <translation id="name" translation_id="FFFFFF" type="use" value="Last Lowest League no Relegation[COMMENT: advanced editor competition rules, league setup details]" /> </record> and if this selected a field that shows this <record enum="created_b_team_starts_in_this_league" enum_id="FF"> <translation id="name" translation_id="FFFFFF" type="use" value="B/Reserve Teams created in Game starts here[COMMENT: advanced editor competition rules, league setup details]" </record> And if these selected is the lower league these league and deactivate for these leagues the inactive Amateur league ID 1301432 for other leagues is the inactive Amateur league Database important improvement. I know why the U17 is not more in game. Competition But the U18 please can you add max_age to the database Competitions and with The cut-off date is always 1.1.of each year. Parent Comp can be sub comp or even better. If the Football Federation in database! Than would be even better in rules choose parent comp then Local Region then Football Federation and then the comps. Or if not, parent comp then local region and then the comp Example Parent Comp Local Region Football Federation Comp: Liga Niveau 10 Local Region (Mecklenburg Vorpommern) Football Federation Warnow Kreisliga Warnow 1 Kreisliga Warnow 2 Kreisliga Warnow 3 Football Federation Mecklenburgische Seenplatte Kreisliga Mecklenburgische Seenplatte 1 Kreisliga Mecklenburgische Seenplatte 2 Kreisliga Mecklenburgische Seenplatte 3 Kreisliga Mecklenburgische Seenplatte 4 Kreisliga Mecklenburgische Seenplatte 5 Football Federation Nordvorpommern-Rügen Kreisliga Nordvorpommern-Rügen 1 Kreisliga Nordvorpommern-Rügen 2 Kreisliga Nordvorpommern-Rügen 3 Football Federation Vorpommern-Greifswald Kreisliga Vorpommern-Greifswald 1 Kreisliga Vorpommern-Greifswald 2 Kreisliga Vorpommern-Greifswald 3 Kreisliga Vorpommern-Greifswald 4 Football Federation Schwerin-Nordwestmecklenburg Kreisliga Schwerin-Nordwestmecklenburg Football Federation Nordwestmecklenburg Kreisliga Nordwestmecklenburg Ost Kreisliga Nordwestmecklenburg Mitte Kreisliga Nordwestmecklenburg West Example Parent Comp Local Region Comp: Liga Niveau 10 Local Region (Mecklenburg Vorpommern) Kreisliga Warnow 1 Kreisliga Warnow 2 Kreisliga Warnow 3 Kreisliga Mecklenburgische Seenplatte 1 Kreisliga Mecklenburgische Seenplatte 2 Kreisliga Mecklenburgische Seenplatte 3 Kreisliga Mecklenburgische Seenplatte 4 Kreisliga Mecklenburgische Seenplatte 5 Kreisliga Nordvorpommern-Rügen 1 Kreisliga Nordvorpommern-Rügen 2 Kreisliga Nordvorpommern-Rügen 3 Kreisliga Vorpommern-Greifswald 1 Kreisliga Vorpommern-Greifswald 2 Kreisliga Vorpommern-Greifswald 3 Kreisliga Vorpommern-Greifswald 4 Kreisliga Schwerin-Nordwestmecklenburg Kreisliga Nordwestmecklenburg Ost Kreisliga Nordwestmecklenburg Mitte Kreisliga Nordwestmecklenburg West League System in game at this Moment Looks so It would be much better if the league system was additionally placed in the nation and simplified somewhat. Example: Bundesliga > Details to the right 2nd Bundesliga > Details to the right 3rd League > Details to the right Regionalliga > Details to the right of this then the possible football federations and their leagues to the right of this then > Details with the number of teams in the promotion and relegation places Oberliga > Details to the right of this then the possible football federations and their leagues to the right of this then > Details with the number of teams in the promotion and relegation places. Verbands/Landesliga > Details to the right of this then the possible local region football federations and their leagues to the right of this then > Details with the number of teams in the promotion and relegation places. If this Example Parent Comp Local Region Football Federation Comp is implemented, it would look much tidier when selecting the league and not so many entries would be displayed directly. But this is for me Very Important: is_last_lowest_league_no_relegation created_b_team_starts_in_this_league max_age to the database Competitions I Don't know if it changed I actually in research and create Clubs, Comps, City´s (Village´s) and Stadiums. But in fm 2020 was the problem that from different comps relegation to another lower parents sub comps Example from parent Verbands/Landesliga sub Verbandsliga Mecklenburg- Vorpommern relegate to Liga Niveau 7 and all other comps relegate to inactive Ger Amateur league. Iif I compiled this setting it came a error. It would be nice if its possible that from Example: parent Verbands/Landesliga sub Verbandsliga Mecklenburg relegate to Liga Niveau 7 and other comps to inactive Ger Amateur league. Please can You make a Update with this for these FM 2022 and I will test this and let you know how it works and if it works 100 percent perfectly for FM 2023 I think very much users like me are very happy and not Frustrated
  17. I create, a lot of comps, stadiums, Citi (Village) and Clubs in my custom file. So the file is not complete and I would be create more comps and the clubs for Germany. So at this moment, I finished all comps for local region in Mecklenburg-Vorpommern and the lower sub structure Local Regions in Mecklenburg-Vorpommern. In Football Federation Mecklenburg-Vorpommern gives are 6 Football Federations that are subordinate , Football Federation Warnow, Football Federation Mecklenburgische Seenplatte, Football Federation Nordvorpommern-Rügen, Football Federation Vorpommern-Greifswald, Football Federation Schwerin-Nordwestmecklenburg and Football Federation Nordwestmecklenburg. So The Amateurliga level is 7 and Inactive Football Federation Mecklenburg-Vorpommern Responsible for this Comps (Cup and leagues) The Local Region Cup Mecklenburg-Vorpommern name is Lübzer Pils Cup The Verbandsliga Mecklenburg-Vorpommern Level is 6 The Landesliga Mecklenburg-Vorpommern 1-3 Level is 7 The Landesklasse Mecklenburg-Vorpommern 1-5 Level is 8 Football Federation Warnow Responsible for this Comps (Cup and leagues) The Local Cup Warnow name is Stadwerke Rostock Cup The Kreisoberliga Warnow 1-3 Level is 9 The Kreisliga Warnow 1-3 Level is 10 The Kreisklasse Warnow 1-3 Level is 11 These are the Lowest Leagues for Football Federation Warnow that haven't Relegation places. Football Federation Mecklenburgische Seenplatte Responsible for this Comps (Cup and leagues) The Local Cup Mecklenburgische Seenplatte name is Kreispokal Mecklenburgische Seenplatte The Kreisoberliga Mecklenburgische Seenplatte 1-2 Level is 9 The Kreisliga Mecklenburgische Seenplatte 1-4 Level is 10 These are the Lowest Leagues for Football Federation Mecklenburgische Seenplatte that haven't Relegation places. Now You can see the Amateur league level 7 is higher than 8 I know I can change these level to 11 or 12 but there is no Club from Meklenburg-Vorpommern. And the lowest leagues haven't Relegation places and the Created B Team in game can't never Promoted. The next is some Football Federations like Warnow have more leagues with lower level than over Football Federation like Football Federation Mecklenburgische Seenplatte. So I know that at this moment in custom files must have an Inactive League that the created B Team in game starts in this league and not in the Amateur League. But you see this is the next problem For Football Federation Warnow i must set the Kreisliga 1-3 level 10 as Inactive and Kreisklasse 1-3 level 11 that can player they choose a team from Kreisoberliga Mecklenburgische Seenplatte 1-2 Level is 9 and if these club no haven´t b team can create b team in game and starts in The Kreisliga Mecklenburgische Seenplatte 1-4 Level is 10, but if I set just the leagues with level 11 as inactive and not with level 10 no user that choose a club in lowest league level 10 no created b team can promoted because these leagues haven't relegation paces, just clubs from Football Federation Warnow. But I would have all created Leagues with editor as Active and the created B team in game starts In lowest active league with no relegation places and not in the inactive Amateur League. No compromise for these. So My Question is it possible right now? If yes How? I found in editor these Is that the solution? For the founded B team in game starts in lowest active league with no relegation places. And For Local Regions I don't created leagues like Bayern, Created B Team in Game Starts in Amateur League ? And For Next FM 2023 can you Please ad The Federation and can be set as an Parent Advantage would be search for clubs or leagues would be better. now if I search leagues with Westmecklenburg I became all leagues with Westmecklenburg and Schwerin. For local Region Nordrhein Westfalia Essen I became all with Essen like Hessen but I Search For leagues with Essen and not with Hessen. I Uploaded a Federation.xml file wrote with Xcode. The Federation should be insert for comps, clubs and maybe local Region and for Local Region an option to choose Parent Regions. federation.xml
  18. Hello I have a question! So I have a Database file for Germany and research Local Regions Competition and research City´s, Stadium´s, and Club´s. I created the comp and clubs and if have club reserve teams also the reserve teams. If a club don't have reserve teams I add at reserve teams to create and my mind was. "If Clubs Don't Have Reserve Teams set the Reserve Teams in Reserve Teams To Create and use the division tab and set the competition where the Team should start if the Board ask for create B team." So I created for clubs that don't have reserve teams in Reserve Teams To Create set the comp and set Not used aktive. so now I Test Rules but now not don't worked. So My Question is Why Can not use the Reserve Team To Create For Create B Club in game if the board ask and use the division tab and if Not used active use for create b club in game and not for Comp>Teams> Reserve Teams?
  19. I know why the inaktiv Amateurliga in the databasse exists. But I have a idea for the inaktive Amateurliga ((ID 8700660)(German) for created B Teams in game that allows users files created B Teams starts in lower active league structure. The idea is ... write an option in Amateurliga ((ID 8700660)(German) or for all Amateurliga, "if in Clubs league structure a league with no relegation places set is this the lower league. The founded B team (club) starts in lowest Club Structure (Competitions Regional Divisions) For Clubs like SV Eiche Barnitz (Niederlausitz) is the lowest league in structure 2. Kreisklasse Niederlausitz Level 12. And for other Clubs like Hohen Luckower VFB is the lowest league level 11. so The Created B teams starts than in last lowest structure that set in Club Competition Regional Divisions. This would be amazing. and for Teams that don't have B teams and Youth teams allow that if a B team founded that can also ask the board for create U19 Team.
  20. can you please add the U19 and U18 as a type of partnership to current partnerships for clubs that share a youth team and more than 3 reserve teams please 6
×
×
  • Create New...