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

×
avatar
SimonG: You know, this thread would be nice to be a sticky. Unless, well, you would have something similar planned officially ;-)
You could also ask Elenarie to post it in the current sticky thread, once he's back from his vacation.
avatar
JMich: Alan Wake: American Nightmare
Official update 1.02 + Language packs: CZ, HU, PL, RU. added
1.03 actually :-)
avatar
Gowor: 1.03 actually :-)
I copy/pasted it, so I'll blame the gremlins for being slower than me :P
avatar
Gowor: 1.03 actually :-)
avatar
JMich: I copy/pasted it, so I'll blame the gremlins for being slower than me :P
Is that also what you tell her?
avatar
SimonG: Is that also what you tell her?
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*
Ultima 1+2+3: Spellbooks added
Ultima 4: Interview with Richard Garriot added
Ultima 4+5+6: Interview with Richard Garriot added
avatar
JMich: Ultima 1+2+3: Spellbooks added
Ultima 4: Interview with Richard Garriot added
Ultima 4+5+6: Interview with Richard Garriot added
Cheers! - How did you work that out, though?
avatar
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.
avatar
Fever_Discordia: Cheers! - How did you work that out, though?
avatar
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 ;)
avatar
Fever_Discordia: Cheers! - How did you work that out, though?
avatar
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
Looking for the updated game confused the crap out of me first thing this morning, because I have Ultima hidden. I never got on with those games.
avatar
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).
avatar
Ghildrean: There were three more updates:
True, but I didn't get the "Game Updated" notice for those, so I thought they would be added later on.
Me neither. I had to manually check them after read the news.
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 * *";
}
}

See attached to see how it looks.
Attachments:
example.jpg (102 Kb)
Post edited August 23, 2012 by adambiser