Skip to content

Commit

Permalink
update README.md and images
Browse files Browse the repository at this point in the history
  • Loading branch information
xorus committed Oct 13, 2021
1 parent 08dfd6d commit 77a6d1a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Binary file modified Doc/countdown.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Doc/custom_example.zip
Binary file not shown.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,33 @@
This plugin for the [FFXIV plugin platform Dalamud](https://github.com/goatcorp/FFXIVQuickLauncher)
can display a countdown on screen in the style of the original one, plus a stopwatch tracking the combat duration.

The original motivation for this plugin was to improve on the
original ["Acurate Countdown" plugin by Haplo064](https://github.com/Haplo064/Europe)
and make it synchronize somehow with my OBS recording setup.
The original motivation for this plugin was to do something like
["Acurate Countdown" plugin by Haplo064](https://github.com/Haplo064/Europe)
but with a big stopwatch timer for my recordings.

## Countdown

Adds the missing numbers in the standard countdown thing!

You can also enable the "ticking" sound if you want.

![Countdown example](Doc/countdown.gif)

\* can now hide the in-game countdown so it stays consistant
This examples showcases the bundled number styles with the hide original timer option enabled.

You can also enable the "ticking" sound if you want.

### Make your own number textures

Select `Custom` as Style in the settings for Big Countdown and set your own texture folder !

Requirements :
**Requirements :**

- Images must be PNG
- Files must be names from 0.png to 9.png
- Images can be any width
- Images will top-aligned, so I recommend using the same height for all numbers

[Download example custom textures](Doc/custom_example.zip)

## Stopwatch

![Stopwatch example](Doc/stopwatch.gif)
Expand Down
2 changes: 0 additions & 2 deletions Ui/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@ private void CountdownTextures()
if (_configuration.CountdownTexturePreset == choices[i]) currentTexture = i;
}

// texturePath = "C:\\Users\\jdpep\\OneDrive\\FFXIV\\Discord\\New folder";

ImGui.BeginGroup();
ImGui.PushItemWidth(200f);
choiceString += TransId("Settings_CountdownTab_Texture_custom");
Expand Down
Binary file modified images/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77a6d1a

Please sign in to comment.