Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Updated docs to include a brief getting started and FAQ
  • Loading branch information
Wizxrd committed Aug 5, 2024
1 parent 16e5451 commit 44ef623
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Client/include/logs/log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
8/3/2024 20:15:00 | INFO | TryConnect | attempting to establish connection
8/3/2024 20:15:00 | INFO | ListenToServer | connection successfully established
8/3/2024 20:15:05 | INFO | OnDisconnect | connection closed
8/3/2024 20:15:05 | INFO | ListenToServer | connection closed
8/3/2024 20:15:05 | INFO | ListenToServer | connection closed
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
# **Standalone Radar Control for DCS World**
## **Description**
Standalone Radar Control or **SRC** for short, is a completely free solution and as the title suggests a standalone radar control software used for ATC/GCI/AIC outside the DCS World environment.

# **Documentation**

## **Client**

### **Getting Started**
1) Download the latest [**SRC Release**](https://github.com/Wizxrd/SRC/releases) source.zip.
2) Extract the files from the .zip, place the folder in a location of your choosing.
3) Navigate to the **Client** Folder and run the **Client.exe**.

### **FAQ**
**Q**: What is this?
**A**: A standalone solution to control players via a radar scope outside of DCS World, most commonly known as **ATC**, **GCI**, and **AIC**.

**Q**: Do I need to have DCS World installed/own any maps?
**A**: No!

**Q**: Does this use Tacview/DCS-gRPC/Mist/Moose?
**A**: No, SRC Server version utilizes custom standalone export scripts written in lua.

**Q**: Is this a module for DCS World?
**A**: No, it is entirely standalone and the only requirements for the client version are listed [**here**](#requirements).

### **Requirements**
- Windows 10 or 11
- Keyboard + Mouse
Expand Down

0 comments on commit 44ef623

Please sign in to comment.