IL-2 FB Mission Parser
stable
  • 1. Installation
  • 2. Usage
  • 3. Mission parser
  • 4. Comments in missions
  • 5. Section parsing
  • 6. Demo
IL-2 FB Mission Parser
  • Docs »
  • IL-2 FB Mission Parser
  • Edit on GitHub

IL-2 FB Mission Parser¶

pypi_package Supported versions of Python Documentation license

Build status of the master branch on Unix Build status of the master branch on Windows Requirements Status

Test coverage Code Climate Codacy Code Review Scrutinizer Code Quality Code Health

Note

This is project’s documentation in English. Visit Wiki to get information in Russian.

Это англоязычная документация проекта. Для получения русскоязычной версии посетите Вики.

il2fb-mission-parser — is a free Python library for parsing mission files of IL-2 FB aviasimulator. It helps you to convert a text file in a tricky format into a pretty Python object.

Contents:

  • 1. Installation
  • 2. Usage
    • 2.1. Parse by file name
    • 2.2. Parse sequence of lines
    • 2.3. Dealing with result
    • 2.4. Behind the scene
    • 2.5. Manual section parsing
  • 3. Mission parser
    • 3.1. location_loader
    • 3.2. player
    • 3.3. targets
    • 3.4. conditions
    • 3.5. objects
  • 4. Comments in missions
  • 5. Section parsing
    • 5.1. MAIN section
    • 5.2. SEASON section
    • 5.3. WEATHER section
    • 5.4. RespawnTime section
    • 5.5. MDS section
    • 5.6. MDS_Scouts section
    • 5.7. Chiefs section
    • 5.8. Chief Road section
    • 5.9. NStationary section
    • 5.10. Buildings section
    • 5.11. Target section
    • 5.12. BornPlace section
    • 5.13. BornPlace aircrafts section
    • 5.14. BornPlace air forces section
    • 5.15. StaticCamera section
    • 5.16. FrontMarker section
    • 5.17. Rocket section
    • 5.18. Wing section
    • 5.19. Flight info section
    • 5.20. Flight route section
  • 6. Demo

Project’s repository:

https://github.com/IL2HorusTeam/il2fb-mission-parser

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2014-2016, Alexander Oblovatniy, Alexander Kamyhin. Revision e2a356a3.

Built with Sphinx using a theme provided by Read the Docs.