From 03a1c446598954c61db991762aec3baf0cdddc05 Mon Sep 17 00:00:00 2001 From: Khopa Date: Sat, 30 May 2020 00:03:42 +0200 Subject: [PATCH] README update for QT UI branch --- README.md | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e69cb8f8..a59f8373 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,12 @@ ![Logo](https://i.imgur.com/c2k18E1.png) -[DCS World](https://www.digitalcombatsimulator.com/en/products/world/) single-player dynamic campaign. +[DCS World](https://www.digitalcombatsimulator.com/en/products/world/) single-player semi dynamic campaign. -Uses [pydcs](http://github.com/pydcs/dcs) for mission generation. +DCS Liberation uses [pydcs](http://github.com/pydcs/dcs) for mission generation +and [Mist](https://github.com/mrSkortch/MissionScriptingTools) for mission scripting -## Tutorials -* [Manual](https://github.com/shdwp/dcs_liberation/wiki/Manual) +## Resources -You should start with the manual, it covers everything you need to know before playing the campaign. +* [Getting Started](https://github.com/Khopa/dcs_liberation/wiki/Getting-started) -* [Strike objectives reference images](https://imgur.com/a/vCSHa9f) - -If you can't find the strike objective you can see here how it's supposed to look. - -* [Troubleshooting](https://github.com/shdwp/dcs_liberation/wiki/Troubleshooting) - -You could also briefly check the troubleshooting page to get familiar with the known issues that you could probably fix by yourself. - -* [Modding tutorial](https://github.com/shdwp/dcs_liberation/wiki/Modding-tutorial) - -Modding tutorial will cover how to change default loadouts, configure which planes are present in the campaign (or add new altogether) and more. Check this out if you find that something is not going for your liking, there could be a tutorial for changing that. Although be aware that it would require changing source files and could easily result in non functioning application. - -* [Development guide](https://github.com/shdwp/dcs_liberation/wiki/Development-guide) - -If you want to contribute to the project, this will give you a brief overview and on how to actually run it from source files. +* [Tutorials](https://github.com/Khopa/dcs_liberation/wiki/Tutorial-01-:-UI)