mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
44 lines
2.0 KiB
Markdown
44 lines
2.0 KiB
Markdown
---
|
|
title: Repositories
|
|
nav_order: 5
|
|
---
|
|
|
|
# MOOSE Repositories
|
|
|
|
The underlying picture documents the different repositories in the MOOSE framework.
|
|
The white ones are edited and are the source of the framework.
|
|
The red ones contain generated artefacts. See further the explanation for each repository.
|
|
|
|

|
|
|
|
## [MOOSE](https://github.com/FlightControl-Master/MOOSE) - For development and static documentation
|
|
|
|
This repository contains the source lua code of the MOOSE framework.
|
|
Also the source files for this documentation are included in this repository.
|
|
|
|
## [MOOSE_INCLUDE](https://github.com/FlightControl-Master/MOOSE_INCLUDE) - For users (provides generated files)
|
|
|
|
This repository contains the `Moose.lua` and `Moose\_.lua` file to be included within your missions.
|
|
Note that the `Moose\_.lua` is technically the same as `Moose.lua`, but without any commentary or unnecessary whitespace in it.
|
|
You only need to load **one** of those files at the beginning of your mission.
|
|
|
|
## [MOOSE_DOCS](https://github.com/FlightControl-Master/MOOSE_DOCS) - Only to generate documentation website
|
|
|
|
This repository contains the generated documentation and pictures and other references.
|
|
The generated documentation is reflected in html and is published at:
|
|
- Stable `master` branch: <https://flightcontrol-master.github.io/MOOSE_DOCS/>
|
|
- `develop` branch: <https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/>
|
|
|
|
## [MOOSE_MISSIONS](https://github.com/FlightControl-Master/MOOSE_MISSIONS) - For users (provides demo missions)
|
|
|
|
This repository contains all the demonstration missions in packed format (*.miz),
|
|
and can be used without any further setup in DCS WORLD.
|
|
|
|
## [MOOSE_MISSIONS_DYNAMIC](https://github.com/FlightControl-Master/MOOSE_MISSIONS_DYNAMIC) - Outdated
|
|
|
|
This repository will be removed in future.
|
|
|
|
## [MOOSE_MISSIONS_UNPACKED](https://github.com/FlightControl-Master/MOOSE_MISSIONS_UNPACKED) - Outdated
|
|
|
|
This repository will be removed in future.
|