michaelghamilton Posted July 21, 2020 Share Posted July 21, 2020 I created a new nation by replacing one. My question is, is it posible to replace a nations flag with a custom made one? Thank you in advance Link to post Share on other sites More sharing options...
krakonico Posted August 1, 2020 Share Posted August 1, 2020 Yes, it's possible, There are three files you need: One for the big flag, one for the very small flag (its the same you see when picking the leagues starting the save), and the federation flag (this is optional if you want) Medium Flag: 177 x 118 (pixels) - This one is seen in the nations page, the bigger flag. Small Flag: 17 x 11 (pixels) - This one is seen in the competitions, standings and when selecting a nations league at the start of the save. Nation Logo: 180 x 180 (pixels) - This one appears in the nation's page and sometimes in the next games, normally you will see here as logo the federation's logo, also in a smaller version (don't need to upload that) in every player of that nationality. Place those files in the graphics folder, if you want make a sub-folder, Also you need to create a config.xlm file (with notepad) with the following: <record> <!-- resource manager options --> <!-- don't preload anything in this folder --> <boolean id="preload" value="false"/> <!-- turn off auto mapping --> <boolean id="amap" value="false"/> <!-- picture mappings --> <!-- the following XML maps pictures inside this folder into other positions in the resource system, which allows this folder to be dropped into any place in the graphics folder and still have the game pick up the graphics files from the correct places --> <list id="maps"> <record from="medium-flag" to="graphics/pictures/nation/nationid/flag"/> <record from="small-flag" to="graphics/pictures/nation/nationid/icon"/> <record from="Nation-logo" to="graphics/pictures/nation/nationid/logo"/> </list> </record> Where "medium-flag", "small-flag" and "Nation-logo" will or can be replaced by the names of the files you made, and the "nationid" with the id of said nation. Once all of this are in place you need to clear the image cache of the game, and then reload the skin, depending on how many files you have in your graphics folder it will take time. 2 Link to post Share on other sites More sharing options...
krakonico Posted August 2, 2020 Share Posted August 2, 2020 Example: Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now