Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updating readme with english example for powercfg output
  • Loading branch information
Ayokas authored Aug 10, 2022
1 parent 3ee23c7 commit fca4983
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Copy the `DCSEnergyManagement.lua` file into your servers `%SAVED_GAMES%\DCS.ope

Use **powershell** or **CMD** to get the GUIDs for you powerplan (as they might be different).

The output will look like this (currently in german, will provide in english as soon as I can but it will be obvious which values you need):
The output will look like this:
```powershell
PS C:\Users\Administrator> powercfg /L
Bestehende Energieschemen (* Aktiv)
Existing Power Schemes (* Active)
-----------------------------------
GUID des Energieschemas: 381b4222-f694-41f0-9685-ff5bb260df2e (Ausbalanciert) *
GUID des Energieschemas: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (Höchstleistung)
GUID des Energieschemas: a1841308-3541-4fab-bc81-f71556f20b4a (Energiesparmodus)
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced) *
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (High performance)
Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a (Power saver)
```

After that edit the configuration lines of the script:
Expand Down Expand Up @@ -48,4 +48,4 @@ Save and restart you DCS server. Now this script is active.
```

## GitHub
You will find this hook / script in the newest version over at [GitHub](https://github.com/Ayokas/DCS-Energy-Management).
You will find this hook / script in the newest version over at [GitHub](https://github.com/Ayokas/DCS-Energy-Management).

0 comments on commit fca4983

Please sign in to comment.