Skip to content

Commit

Permalink
Add sections in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZivDero committed Sep 18, 2024
1 parent 5470248 commit 9e4ef33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/User-Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,17 @@ Attached is a set of the original loading screens with a minor edit and saved as

## Sidebar / Battle UI

### Super Weapon Timers

- Super Weapon timers, similar to those found in Red Alert 2, can now be displayed on the tactical view. This is disabled by default and each relevant SuperWeaponType must have it enabled. Superweapons that are offline due to low power or are disabled via other purposes will not show.
In `RULES.INI`:
```ini
[SuperWeaponType]
ShowTimer=<boolean> ; When this superweapon is active, does its recharge timer display on the tactical view? Defaults to no.
```

### Chat Improvements

- Vinifera adds a background behind the user typed messages that appear in-game to provide better readability.
- Additionally, Vinifera implements the system to echo the user's sent messages back to them in-game as a confirmation they were sent. This is an enhancement from Red Alert 2.
![image](https://user-images.githubusercontent.com/73803386/137031682-3f265d48-7f28-410f-bf0d-3260e24f1748.png)
Expand All @@ -100,6 +104,8 @@ TextLabelOutline=<boolean> ; Should the text be drawn with a black outline? Def
TextLabelBackgroundTransparency=<unsigned integer> ; The transparency of the text background fill. Ranged between 0 and 100. Defaults to 50.
```

### Unit Health Bar

- Vinifera allows customizing the position of the heath bar.

In `UI.INI`:
Expand Down

0 comments on commit 9e4ef33

Please sign in to comment.