Skip to content

Commit

Permalink
autoformat readme
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Apr 22, 2024
1 parent 89e8079 commit 5af9302
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

[![Build status](https://github.com/BGforgeNet/Fallout2_Party_Orders/workflows/build/badge.svg)](https://github.com/BGforgeNet/Fallout2_Party_Orders/actions?query=workflow%3Abuild)
[![Translation status](https://hive.bgforge.net/widgets/fallout/-/party-orders/svg-badge.svg)](https://hive.bgforge.net/projects/fallout/party-orders/)
[![License](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-blue.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
[![Patreon](https://img.shields.io/badge/Patreon-donate-FF424D?logo=Patreon&labelColor=141518)](https://www.patreon.com/BGforge)

[![Telegram](https://img.shields.io/badge/telegram-join%20%20%20%20%E2%9D%B1%E2%9D%B1%E2%9D%B1-darkorange?logo=telegram)](https://t.me/bgforge)
[![Discord](https://img.shields.io/discord/420268540700917760?logo=discord&label=discord&color=blue&logoColor=FEE75C)](https://discord.gg/4Yqfggm)
[![IRC](https://img.shields.io/badge/%23IRC-join%20%20%20%20%E2%9D%B1%E2%9D%B1%E2%9D%B1-darkorange)](https://bgforge.net/irc)

[__Download__](https://github.com/BGforgeNet/Fallout2_Party_Orders/releases/latest)
| [__Install__](#installation)
| [__Use__](#usage)
| [__Report issues__](https://github.com/BGforgeNet/Fallout2_Party_Orders/issues)
| [__Translate__](https://hive.bgforge.net/projects/fallout/party-orders/)
[**Download**](https://github.com/BGforgeNet/Fallout2_Party_Orders/releases/latest)
| [**Install**](#installation)
| [**Use**](#usage)
| [**Report issues**](https://github.com/BGforgeNet/Fallout2_Party_Orders/issues)
| [**Translate**](https://hive.bgforge.net/projects/fallout/party-orders/)

This mod allows to give orders to the companions using hotkeys.
It was originally written by [pelicano](http://www.nma-fallout.com/members/pelicano.55013/),
Expand All @@ -24,20 +23,23 @@ Also see [mod thread](http://www.nma-fallout.com/threads/party-orders-add-on-and
and its [wiki page](https://falloutmods.fandom.com/wiki/Party_Orders_add-on).
Notes for modders are [here](docs/modder_notes.md).

## Instalation
* Download the [latest release](https://github.com/BGforgeNet/Fallout2_Party_Orders/releases/latest), unzip into Fallout 2 directory.
## Installation

- Download the [latest release](https://github.com/BGforgeNet/Fallout2_Party_Orders/releases/latest), unzip into Fallout 2 directory.
Overwriting `ddraw.dll` is not necessary.

## Usage

Hotkeys are configured in `mods/party_orders.ini`. Default keys:
* F: Heal
* G: Loot
* H: Holster weapon
* R: Regroup
* X: Scatter
* T: (Dude) Pick up items or auto-loot bodies
* 0: Switch behavior of T key between pick up items and loot bodies
* Ctrl-B: Switch ammo type (AP/JHP)
* D: Allow/forbid party members to use burst attacks.
- When allowed, it doesn't mean that they will always use burst, only that they *may*.

- F: Heal
- G: Loot
- H: Holster weapon
- R: Regroup
- X: Scatter
- T: (Dude) Pick up items or auto-loot bodies
- 0: Switch behavior of T key between pick up items and loot bodies
- Ctrl-B: Switch ammo type (AP/JHP)
- D: Allow/forbid party members to use burst attacks.
- When allowed, it doesn't mean that they will always use burst, only that they _may_.
- However, if equipped with a weapon which has only burst mode, such as a minigun, this order will be ignored by this particular party member.

0 comments on commit 5af9302

Please sign in to comment.