Andrew Waugh c3f7deb602 Fixes broken external tools
Several small changes that should hopefully be a nice QoL upgrade for generating the imports and lead to less newbie confusion.

* Adds a lua binary directly to the repository instead of just expecting the user to have installed it via choco. Added binary is 5.4 as that's the lowest 5.x exe that's easily downloaded, and it works fine for what we need.
* Modifies the launch targets to use workspace_loc macros instead of resource_loc macros. Workspace_loc requires the user to have correctly set the name of their project, but that is already stressed in the documentation.  resource_loc was just wrong. (project_loc would cause problems if the user had selected something outside of the moose project before running).
* Modifies launch targets to use the folder structure that the project is actually structured with.
* Adds the include folder and files so Eclipse doesn't explode when they are missing.
* Small modifications to Moose_Create, also includes a path conversion function that in my testing doesn't make a difference eitherway on Windows, but is there for a troubleshooting option.
* Adds courtesy instructions when generating the dynamic include file.
2021-10-27 20:18:10 -07:00
2021-04-19 20:49:17 +02:00
2021-10-27 20:18:10 -07:00
2021-10-27 20:18:10 -07:00
2021-10-27 20:18:10 -07:00
2015-10-25 10:30:41 +01:00
2021-04-23 13:29:37 +02:00
2018-02-26 10:02:48 +01:00
2021-04-22 10:10:59 +02:00
2016-09-04 10:52:44 +02:00
2021-10-02 10:18:13 +02:00

Build status

MOOSE framework

MOOSE is a Mission Object Oriented Scripting Environment, and is meant for mission designers in DCS World. It allows to quickly setup complex missions using pre-scripted scenarios using the available classes within the MOOSE Framework.

MOOSE Framework Goal

The goal of MOOSE is to allow mission designers to enhance their scripting with mission orchestration objects, which can be instantiated from defined classes within the framework. This will allow to write mission scripts with minimal code embedded. Of course, the richness of the framework will determine the richness of the misson scenarios. The MOOSE is a service that is produced while being consumed ... , it will evolve further as more classes are developed for the framework, and as more users are using it. MOOSE is not a one-man show, it is a collaborative effort and meant to evolve within a growing community around the framework. Within the community, key users will start supporting, documenting, explaining and even creating new classes for the framework. It is the ambition to grow this framework as a de-facto standard for mission designers to use.

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.

Graphic

MOOSE - For edit and development

This repository contains the source lua code of the MOOSE framework.

MOOSE_INCLUDE - For use and generated

This repository contains the 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 at the beginning of your mission.

MOOSE_DOCS - Not for use

This repository contains the generated documentation and pictures and other references. The generated documentation is reflected in html and is published at: https://flightcontrol-master.github.io/MOOSE_DOCS/

MOOSE_MISSIONS - For use and generated

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 - For use and generated

This repository contains all the demonstration missions in packed format (*.miz), but MOOSE is dynamically loaded from your disk! These missions are to be used by beta testers of the MOOSE framework and are not for end uers!!!!

MOOSE_MISSIONS_UNPACKED - For edit and development

This repository contains all the demonstration missions in unpacked format. That means that there is no .miz file included, but all the .miz contents are unpacked.

MOOSE Web Site

Documentation on the MOOSE class hierarchy, usage guides and background information can be found here for normal users, beta testers and contributors.

Click on this link to browse to the MOOSE main web page.

MOOSE Youtube Channel

MOOSE has a broadcast and training channel on YouTube with various channels that you can watch.

MOOSE on Discord

MOOSE has a living (chat and video) community of users, beta testers and contributors. The gathering point is a service provided by discord.com. If you want to join this community, just click Discord and you'll be on board in no time.

Kind regards, The Moose Team

Description
No description provided
Readme GPL-3.0 528 MiB
Languages
Lua 99.9%