Europa Universalis 4 Wiki:Parser
The Parser is a tool created by Meneth in order to extract information about EU4 from the game-files themselves and turn the information into a human-readable format. Currently there's full support for parsing decision files, policy files (every decision and policy on the decision and policy pages is Parser output), and event files, and partial support for mission files. The countryParser.py file converts all countries in the game to a wiki-table with no header info or closing tag, the output can be seen on the country list page.
Setup[edit source]
- Download and extract the Parser. The full source code of the parser is also available here
- Edit the settings.txt file to point to your EU4 folder
- Run the parser.py file
If step 3 fails, you might have to install Python 3.3. On a Mac OSX or Linux system, you'll need to replace the lines marked '-' with the ones marked '+' in parser.py according to this diff file.
Note that it is in development, so there may be bugs in it. The output will appear in the output folder.
Settings[edit source]
There are currently four settings:
- path: This must always be the path to your EU4 folder. Anything else will cause the parser to fail
- folder: This is the folder you want to parse. Decisions, missions, and events are accepted
- file: This is the file you want to parse. No .txt extension should be added at the end. Put "no" to parse all the files in the folder. When parsing a single file the output will also be printed to the console
- policy: If set to 'yes' and the 'folder'-setting points to the policies folder('common\policies' by default) then the parser will generate the policy-table used on this wiki.
Structure[edit source]
The Parser is built in Python. Nearly all localisation happens via the import of a number of files as dictionaries; both localisation files from the game folders themselves, and files distributed with the parser itself containing dictionaries of identifiers (commands, scopes, and conditions, hereafter simply called "commands") and their human-readable version.
The Parser goes through a game-file line by line, splitting lines at every bracket and splitting apart lines with more than one command or condition on them. This is output to a temporary file (temp.txt) which is then parsed line by line. For each line, the level of nesting is determined, and the command/condition/scope and value are each extracted using regular expressions. The Parser checks if conditions are true or false, and if so _false is appended to the condition so that the correct version will be looked up in the dictionaries.
The value is turned into natural text by comparing them to a number of vanilla localisation files, and a value type is assigned so that commands with alternate versions based on the type (such as add_claim = province vs add_claim = country) can be correctly localised. This value is then inserted into the string associated with the command used, and the result output to a file in the output folder with the same name as the input file.
The Parser handles non-standard coding such as commands that span multiple lines (add_x_modifier being one example) partly in the code itself rather than depending entirely on the definition files, as in some cases one would have to create a dictionary for only a few values. More common exceptions like integers in some cases referring to provinces rather than just plain numbers are handled by referring to the exceptions.txt file.
Overall the Parser is a rather quick tool; on an average computer it will take it 10 to 15 seconds to parse all the decisions in the game. This will likely increase some when the conditional logic is further extended to support missions and events, but should still remain low.
Feedback[edit source]
Any feedback related to the Parser can be posted on this page's Talk page. Any feedback is appreciated, regardless of whether it has to do with the code itself or simply the natural language output.
Known issues[edit source]
Known unlocalised statements:
- build_to_forcelimit