HOME | DD

#rainmeter #addon #alert #boss #guild #overlay #timer #utility #wars #guildwars
Published: 2014-05-27 19:48:06 +0000 UTC; Views: 67071; Favourites: 48; Downloads: 14249
Redirect to original
Description
A Rainmeter skin styled to blend in with the game interface, transparent until moused over.Why Rainmeter?
Rainmeter is a lightweight, customizable widget platform. Rainmeter skins are easily modified scripts, and their .rmskin installers can be opened as zip archives, making them more trustworthy than executables.
Features
• One-click waypoint link copy with boss name and countdown
• Countdown and local time
• Mini mode with next standard and hardcore bosses, with countdowns on mouseover
• Normal mode with current and next standard bosses, and next hardcore boss
• Long mode with infinite scrolling
• 4 size settings corresponding to GW2 interface sizes
• Mark events as done
• Automatically reset done status at daily reset
• Activate audio alerts for events
Installation
1. Install Rainmeter .
2. Download (link upper left) and install this skin.
3. Set GW2's display resolution to "Windowed Fullscreen" or "Window".
Usage
• Left-click to copy waypoint link to clipboard.
• Middle-click to toggle event done status.
• Double-click to toggle audio alert for event.
• Use controls on bottom bar to change mode/size.
See Also
• WvW Map
• Dungeon Tracker
Support
Post here, or message me on Reddit .
CHANGELOG
[2016.09.17]
- Changed auto-topmost to detect GW2's 64-bit client.
[2015.10.25]
- Changed font to match GW2's typography.
[2015.01.17]
- Minor aesthetics: aligned T+ times with T- times.
[2014.09.09]
- Refocus GW2 on interaction.
[2014.08.20]
- Autoset self to topmost when GW2 is running.
- Removed topmost toggle button.
[2014.06.19]
- Added a button to toggle topmost position.
- Fixed mini/normal mode displaying incorrect hardcore boss countdown just before daily reset.
[2014.06.18]
- Updated boss rotation for June 17th patch.
- Mini mode now shows next standard and hardcore bosses.
- Normal mode now shows current and next standard bosses, and next hardcore boss.
- Long mode shows standard and hardcore bosses together, arranged by time.
- Long mode now scrolls 2 lines per step.
- Scrolling now supports arbitrary step sizes.
[2014.06.15]
- No longer sets self to topmost on refresh.
[2014.05.30]
- Fixed mini mode not showing next boss if switching from long mode after scrolling.
[2014.05.29]
- Added date check to reset done status in cases that skin was not active at daily reset.
- Default position on refresh is now topmost instead of stay topmost.
- Fixed mini mode boss name not updating, broken in previous update.
- Fixed alert/done erasing that could corrupt storage of those values.
[2014.05.28]
- Added a "+" next to T+ times.
- Normal mode now shows current and next 2 bosses.
- Fixed rare possible incorrect sign on copied countdowns.
- Fixed a Lua stack overflow.
Related content
Comments: 70
Spockandcookies In reply to killall-q [2015-11-24 14:24:06 +0000 UTC]
yay! ty :3
__________________
edit: in the end i started working on it myself, im not sure if ill get it to work correctly but its looking pretty good i still have to label it and figure out how to make it display the times on each phase and stuff but the base is done!
sneak peak: gyazo.com/7c0c7c5423f9c9ef9e9c…
👍: 0 ⏩: 1
killall-q In reply to Spockandcookies [2015-11-26 01:19:01 +0000 UTC]
Wow, that looks pretty nice. I will have to figure out a design that takes up as little space as possible while being informative. I'm thinking a linear layout similar like Dulfy's that shrinks when not moused over.
👍: 0 ⏩: 1
Spockandcookies In reply to killall-q [2015-11-26 04:31:15 +0000 UTC]
yea that probably will work better than mine, i just thought rotators look cool and are easy to set up.. i still have to figure out a way to make them sync with the time tho i was never good with code lol >.<
👍: 0 ⏩: 1
killall-q In reply to Spockandcookies [2015-11-28 01:24:22 +0000 UTC]
Work in UTC, that's server time.
In Rainmeter:
[measureTime]
Measure=Time
TimeZone=0
Or in Lua:
os.date('!%H:%M')
👍: 0 ⏩: 0
Fhom [2015-09-11 10:22:56 +0000 UTC]
Thank you for the great utility. Is there a way to set up the alert sound some minutes before the time of the event (like 5 minutes, or better a custom value)? If not, could you please add this option in a future version or explain me how to edit the "scripts" if possible? Thank you in advance.
👍: 0 ⏩: 1
killall-q In reply to Fhom [2015-09-24 06:08:36 +0000 UTC]
You can shift alert times globally by any amount.
In GW2WBT.lua:
function Update()
local slotTemp = os.date('!%H') * 4 + math.floor((os.date('!%M') + 5) / 15) + 1(Put parentheses around os.date('!%M') then add any number of minutes to it.)
👍: 0 ⏩: 1
Fhom In reply to killall-q [2015-10-11 10:47:27 +0000 UTC]
Thank you, the real time of events changes with this modification (even if returns normal from time to time but not permanently) for example with "+5" the times are shifted back by 15 minutes but the alert works 5 mins before the real time so it is still a working solution.
Maybe if you release a new version and you could clean and insert this option it would be really great since for some events (like the karka's queen) it is better to join the map some minutes in advance. Anyway thank you very much for these great tools (the dungeon tracker is useful too)!
👍: 0 ⏩: 1
killall-q In reply to Fhom [2015-10-13 01:01:14 +0000 UTC]
I agree, a customizeable warn ahead time per event would be a vital feature.
👍: 0 ⏩: 0
JaeOnasi [2015-07-29 01:29:55 +0000 UTC]
Thanks so much--this is helping me a lot, and I will be using it to host our World Boss event for our guild. I appreciate your work!
👍: 0 ⏩: 0
TheCrusher [2015-05-23 08:09:37 +0000 UTC]
Superb work Killall. Is there any way to add more rows? For example I am doing daily the Orr events and also Dredge, Rhendak and Ogre wars. I would also like to have them in this widget so I can cross them after they are done. Maybe also add some kind of profile option for those who do the events with more then one character?
👍: 0 ⏩: 1
killall-q In reply to TheCrusher [2015-05-24 00:22:20 +0000 UTC]
I've made a stripped down version with only waypoint copy and event done status. It resets daily or manually.
GW2 Waypoints
Usage
• Click title to toggle expand.
• Left-click to copy waypoint link to clipboard.
• Middle-click to toggle event done status.
• Reset manually in the right-click menu.
• Right-click > "Edit skin" for instructions to add/edit events.
👍: 0 ⏩: 1
TheCrusher In reply to killall-q [2015-05-29 10:03:10 +0000 UTC]
Thank you very much Sir! I rise my hat to you
Is there a way to align the text on the right side?
👍: 0 ⏩: 1
killall-q In reply to TheCrusher [2015-06-01 01:43:07 +0000 UTC]
Sorry it's so ridiculously wide by default, it's just to be the same width as GW2WBT. If it's taking up too much space on the right edge of the screen, adjust the width.
Right-click the skin and select the bold text to open the skin's folder. In "(at)Resources\Styles" open in Notepad the "Size#.inc" file that corresponds to the size you are using. Adjust EventW, save, and refresh the skin.
👍: 0 ⏩: 1
TheCrusher In reply to killall-q [2015-06-10 10:04:29 +0000 UTC]
Sorry for the late reply.
Thank you for all your hard work, now it's just perfect.
LE: Was it suppose to minimize when clicking on the title? (because it does not ... at least for me).
👍: 0 ⏩: 1
killall-q In reply to TheCrusher [2015-06-11 17:32:41 +0000 UTC]
Security settings may be preventing the skin from writing to its settings file. (It remembers its minimize state.) Your Rainmeter skins folder should be in "Documents\Rainmeter\Skins", where Rainmeter will be able to write to freely. You can move the skins folder manually, then click the Rainmeter system tray icon, "Edit settings", and change "SkinPath=".
Or check if "(at)Resources\Settings.inc" is blocked in file properties because it was downloaded from the web.
👍: 0 ⏩: 0
Deltatech [2015-05-13 08:16:10 +0000 UTC]
This was good execution of a great Idea. Thanks for sharing.
👍: 0 ⏩: 0
scribble-and-blot [2015-04-29 20:12:16 +0000 UTC]
I love it, but somehow I cannot get the overlay in-game and have to keep alt-tabbing, even though it's set to stay topmost?
👍: 0 ⏩: 1
killall-q In reply to scribble-and-blot [2015-04-30 05:59:06 +0000 UTC]
In GW2's graphics options, set the display resolution to "Windowed Fullscreen" or "Window".
👍: 0 ⏩: 0
ChatSpamBabyRage [2015-04-19 19:18:15 +0000 UTC]
Is it just me or did this stop working some days ago? It does not show up at all, not even on the desktop, reinstalled it several times already, still no luck.
👍: 0 ⏩: 1
killall-q In reply to ChatSpamBabyRage [2015-04-19 20:43:01 +0000 UTC]
It doesn't use any API so it's immune to internet malfunctions. Nor should Y2K be an issue. Some far-out possibilities:
1. Ensure that Rainmeter is running and the skin is loaded.
2. You may have moved it to a secondary monitor and unplugged the monitor.
3. You may have unchecked "Keep on screen" and dragged it so only an edge was left visible.
4. You may have set the transparency to 100%.
All these can be troubleshooted by right-clicking the Rainmeter system tray icon and checking the skin's settings.
Alternatively, you can set your layout to default to wipe those settings.
👍: 0 ⏩: 1
ChatSpamBabyRage In reply to killall-q [2015-04-19 21:10:11 +0000 UTC]
Setting my layout back to default and readding all the skins fixed it for me, kinda weird because I never touched the settings in the first place ever since I first set it all up. Thanks for the quick answer and keep up the good work!
👍: 0 ⏩: 0
cainea [2015-04-07 03:42:37 +0000 UTC]
On my computer the overlay is not displayed on the guild wars 2 game .Is only on desktop and i can`t see it on game.
👍: 0 ⏩: 1
killall-q In reply to cainea [2015-04-07 03:47:09 +0000 UTC]
In GW2's graphics options, set the display resolution to "Windowed Fullscreen" or "Window".
👍: 0 ⏩: 0
TomputerBeast [2015-03-30 09:48:22 +0000 UTC]
Since latest gw2 update this overlay has made my fps drop dramatically. Shame, I love Rainmeter Any ideas?
👍: 0 ⏩: 1
killall-q In reply to TomputerBeast [2015-04-01 05:09:59 +0000 UTC]
The issue is GW2 windowed performance, so wait for a patch to GW2 or do standard graphics troubleshooting (try different driver version, etc.).
The overlay is just a window on top of GW2, and Rainmeter uses negligible resources as long as you don't load some ridiculously intense skin like Snow .
👍: 0 ⏩: 0
zacemerson [2015-03-06 02:50:52 +0000 UTC]
how do i add it to my game and start using it sorry im new to pc gaming
👍: 0 ⏩: 1
killall-q In reply to zacemerson [2015-03-06 20:50:20 +0000 UTC]
Install Rainmeter first, then use this auto-installer.
👍: 0 ⏩: 0
sourcemaker [2015-02-17 13:35:50 +0000 UTC]
Nice addon! Thank you very much!
Published on the german GW2Community: forum.gw2community.de/index.ph…
👍: 0 ⏩: 0
f1r3r41n [2015-02-12 04:11:15 +0000 UTC]
How do you tell it which world your on, as my boss timers seem really off?
👍: 0 ⏩: 1
killall-q In reply to f1r3r41n [2015-02-12 07:43:23 +0000 UTC]
World does not matter. Check if your computer's time zone setting is correct.
👍: 0 ⏩: 0
Arcaziel [2015-01-29 19:33:58 +0000 UTC]
Hi, first of all, great stuff man !
Is there a way to hide it on the desktop and have it active only when playing GW2?
👍: 0 ⏩: 1
killall-q In reply to Arcaziel [2015-01-29 22:46:02 +0000 UTC]
Someday I will release a launcher that will take care of that. For the time being, you can make a small modification to gain autohide functionality:
In GW2WBT.ini:
[mProcess]
...
IfAboveAction=[!ZPos 2][!ShowFade]
...
IfBelowAction=[!ZPos 0][!HideFade]Audio alerts and daily reset will still work.
👍: 0 ⏩: 1
saikitlau710 [2015-01-21 15:17:15 +0000 UTC]
This is WvW skin, not boss timer. Can you update again?
👍: 0 ⏩: 1
dctoe [2014-12-19 19:00:58 +0000 UTC]
Great skin! May I use it as the basis for something I want to design? With full credit to you of course!
👍: 0 ⏩: 1
killall-q In reply to dctoe [2014-12-19 21:33:55 +0000 UTC]
May I ask what it is? I may be of assistance.
👍: 0 ⏩: 1
dctoe In reply to killall-q [2014-12-22 02:39:55 +0000 UTC]
Just a simple world clock display. I usually make them simple text format, but this is a design that fits it perfectly.
👍: 0 ⏩: 0
Prefectus [2014-11-25 03:42:45 +0000 UTC]
My times are showing up in 24 hour format anyway to switch this to 12 hour?
👍: 0 ⏩: 1
killall-q In reply to Prefectus [2014-11-26 03:43:21 +0000 UTC]
In GW2WBT.lua:
function DisplayList()
SKIN: Bang('!SetOption Time'..i..' Text '..(os.date('%I:%M',...(Change %H to %I)
👍: 0 ⏩: 0
Sarmion [2014-07-12 00:33:49 +0000 UTC]
Is it possible to change the middle clicking on the hide of Event instead of changing the color?
And the display window only when you start the game?
👍: 0 ⏩: 1
killall-q In reply to Sarmion [2014-07-12 08:48:11 +0000 UTC]
I'm not going to implement event hiding, because the skin would disappear once all events are hidden.
I'm working on a launcher for GW2 Rainmeter skins that will have the autoload option.
👍: 0 ⏩: 0
TinManOf [2014-07-04 21:34:40 +0000 UTC]
Ok, complete fumble fingers here. I can not get this to show in game. It works fine on the OS screen but not in GW2. What needs to be done?
👍: 0 ⏩: 1
killall-q In reply to TinManOf [2014-07-05 23:04:09 +0000 UTC]
Click the arrow next the - + on the bottom bar to toggle topmost. If you forget to set topmost before starting GW2, press Win+D to get back to the desktop.
👍: 0 ⏩: 1
TinManOf In reply to killall-q [2014-07-08 03:41:43 +0000 UTC]
That didn't help. I followed the instructions below and what you said to do. It is showing in the upper left. I can make it Topmost or not, but it won't show up in GW2. I have only on monitor, but I currently have 2 video cards.
Next idea? I think this is really cool as I currently use to get a quick next boss with out keeping Chrome open while playing GW2.
👍: 0 ⏩: 1
| Next =>