The document provides a format for assigning stadiums to competitions in PES 2017, detailing the required fields such as team ID, stadium ID, name, and path. It emphasizes the importance of including all necessary values for optional stadiums and ensuring at least one stadium is defined. Examples illustrate how to properly format entries for both regular matches and finals.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
28 views1 page
Map Competitions
The document provides a format for assigning stadiums to competitions in PES 2017, detailing the required fields such as team ID, stadium ID, name, and path. It emphasizes the importance of including all necessary values for optional stadiums and ensuring at least one stadium is defined. Examples illustrate how to properly format entries for both regular matches and finals.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
# stadiumserver for PES 2017 sider
# stadium-to-competition assignment map
# format: team_ID, optional_stadium_id, optional_stadium_name, optional_stadium_path, optional_finals_ID, optional_finals_name, optional_finals_path # optional comment # => stadium_id - three-digit ID that stadium creator used to make stadium (always write leading 0s - ID 007 is correct, 07 or 7 are not;; 019 is correct, 19 is not) # => stadium_name - stadium name to be displayed in-game # => stadium_path - always relative to stadium-server folder, containing either individual stadium (recommended) or stadium pack (avoid if possible) # => optional_stadium_XXX - OPTIONAL ID, name and path for stadium to be used for every team in every stage of the competition # => optional_finals_XXX - OPTIONAL ID, name and path for stadium to be used only in competition finals (not appropriate for leagues) # IMPORTANT: # 1. all comma-signs are mandatory - 6 per one line!! # 2. if you want to use optional knock-out stadium for a single stage, then ALL 3 values belonging to that particular stage (e.g. finals) must be provided - ID, name and path # 3. although both pre-finals stadium and finals stadium are optional, at least one of them must be defined - e.g. something like "39 , , , , , ," is not legal entry # # e.g. 13, 007, Old Trafford, Path to My Old Trafford, , , -> use Old Trafford for every match in CL knockout stage # 13, 007, Old Trafford, EPL\Path to My Old Trafford, 025, Name of CL Finals stadium, Path To My CL Finals stadium -> subfolders are supported too; Old Trafford (007) for every match in CL knockout except in finals (another stadium, with ID 025) # 13, , , , 025, Name of CL Finals stadium, Path To My CL Finals stadium -> only stadium for competition finals is assigned (group stage and knock-out stage would use ordinary home-team stadiums)