For security reasons, password reset link is sent only to e-mail linked with your account. If you're having trouble reseting password contact support.
E-mail:
e-mail address linked to your account
there is no account linked with this email
Cancel
Continue
Please wait
Unfortunately, you've exceeded monthly limit of password reset tries. If you still need to change your password, contact support.
Success, email sent to
It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all). We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera
Yes, especially for car gremlins, airplane gremlins and public transportation gremlins. I could have arrived there sooner if not for those pesky gremlins *grumble*grumble*
Fever_Discordia: Cheers! - How did you work that out, though?
When you click on the game that has been updated, there is a small "new" or "updated" flag on the new (or updated) file. Works in the shelf view, not sure if it also works in the list view, but I think it does.
Fever_Discordia: Cheers! - How did you work that out, though?
JMich: When you click on the game that has been updated, there is a small "new" or "updated" flag on the new (or updated) file. Works in the shelf view, not sure if it also works in the list view, but I think it does.
Certainly it does as I use the list view and it worked pretty fine ;)
Fever_Discordia: Cheers! - How did you work that out, though?
JMich: When you click on the game that has been updated, there is a small "new" or "updated" flag on the new (or updated) file. Works in the shelf view, not sure if it also works in the list view, but I think it does.
Ah yes, I see it now, it was actually much easier to spot when I switched to list view
JMich: Ultima 1+2+3: Spellbooks added Ultima 4: Interview with Richard Garriot added Ultima 4+5+6: Interview with Richard Garriot added
There were three more updates:
Ultima Underworld 1+2: Reference cards added Ultima 7 The Complete Edition: Maps, cluebooks and design documents added Ultima 8 Gold Edition: Lost Vale design documents added
According to the promo news, for Ultima 7 they added a colored map of Serpent Isle and the cluebooks (I think one of them was missing, but don't remember which one).
I whipped up this Stylish script to make the "Updated" badge more visible. I've only tried it on Firefox 14.0.1. (Yes, it looks a little ugly, but at least it's visible.)
/*************************************** Make the UPDATED badge more visible. ****************************************/ @-moz-document domain(gog.com) { /** * Shelf view */ div #shelfGamesList i.bdg_update { background: red !important; width: 176px !important; height: 230px !important; left: 24px !important; top: -10px !important; text-align: center !important; font-style: normal !important; color: white !important; font-weight: bold !important; font-size: 18px !important; z-index: -2 !important; } div #shelfGamesList i.bdg_update:before { content: "* * UPDATED * *"; } /** * List view */ div #gamesList i.bdg_update { position: relative !important; background: red !important; height: 49px !important; vertical-align: middle !important; width: 150px !important; height: 34px !important; padding-top: 15px !important; text-align: center !important; font-style: normal !important; color: white !important; font-weight: bold !important; font-size: 18px !important; } div #gamesList i.bdg_update:before { content: "* * UPDATED * *"; } }