Simple Clock Addon

MatebaSix

Member
Guildcard
42094596
A simple addon that displays the time.

This addon can display the following:
  • Current date
  • Current time
  • Quest elapsed time

This is my first addons. If you have any problems, please post on the forum or DM on Discord.

Download : https://www.mediafire.com/file/dnm1ptp6oj9n7n3/SimpleClock.zip/file

simpleclock1.png

In-game sample
pso134162192864042466.png



前から時間だけを表示するシンプルなアドオンないかなと思っていて、ついに作ってしまいました。
またクエスト経過時間を自動で表示してくれる機能も欲しくて追加しました。
タイマー系のアドオンは他にもありますが、自分で能動的に開始するのが面倒そうで見送っていました。

ちょっと残念な点
・文字のサイズはフォントサイズの変更ではなく表示倍率で変えるため、大きくすると滲んだ感じになります。フォントサイズの変更はフォント自体も指定する必要があり、この辺は面倒そうなので止めました。
・Quest Time(クエスト経過時間)はクエスト受注した瞬間にタイマーが起動するため、元々タイマーが表示されるクエストと比べると、多少ずれが生じます。PSO本体側で実装されているタイマーは、クエストの会話ダイアログが閉じた後に計測開始となるため、そこでずれが出ています。
 
Last edited:
Downloaded this this morning, it's great. I usually find that when I'm playing PSO and need to know what time it is, I look on my phone because my taskbar is inaccessible when PSO is open. Very handy addon.

One thing I have an issue with is the the window size not being remembered each time I start the game. It would be great if you could add some window sizing options to the setting window. The window keeps resetting a the smaller size every time I start the game, which cuts off part of the addon meaning I have to resize it each time I log in and reloading the addons doesn't fix it either.
 
Last edited:
Downloaded this this morning, it's great. I usually find that when I'm playing PSO and need to know what time it is, I look on my phone because my taskbar is inaccessible when PSO is open. Very handy addon.

One thing I have an issue with is the the window size not being remembered each time I start the game. It would be great if you could add some window sizing options to the setting window. The window keeps resetting a the smaller size every time I start the game, which cuts off part of the addon meaning I have to resize it each time I log in and reloading the addons doesn't fix it either.
Thanks for your comment!
I created this addon because I too find checking the time on my smartphone annoying.

I'm aware of issues with window sizes not being remembered. This issue occurs in my environment and is not exclusive to this addon.
Sometimes the window size is remembered properly, but the exact cause is unclear.

The framework has a function to remember window positions and sizes, not individual addons.

...\EphineaPSO\addons\imgui.ini

This file records the window position and size for each addon.
The framework's default update period for this file is 5 seconds after inactivity.

Change the window size, leave it for a while, then restart the client PSOBB app to see if the size is updated.
 
Back
Top