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

×
high rated
avatar
adaliabooks: Edit: Not sure where the issue is, probably with my bundle cover finder, but a few games seem to falsely identify as part of the Zork anthology... :/
Given that this is the last unbundled game, I would guess that some variable is not reset to undefined/unknown and maintains the last value obtained from scanning the list of unbundles.
Post edited December 29, 2015 by mrkgnao
high rated
avatar
adaliabooks: Edit: Not sure where the issue is, probably with my bundle cover finder, but a few games seem to falsely identify as part of the Zork anthology... :/
avatar
mrkgnao: Given that this is the last unbundled game, I would guess that some variable is not reset to undefined/unknown and maintains the last value obtained from scanning the list on unbundles.
Yeah, something like that. The bundle finding code seems not to be fool proof (but nothing that I can't sort manually, thanks to MaGoG :)) but I've fixed a few obvious errors and I'll take a look at the code and see what I might have done wrong.

Can't see anything wrong with the code.. the only thing I can think of is that it's falling through somehow and just defaulting to the last item in the list...

Here's the code I'm using (in case anyone else can spot why it might do it)

foreach($idsArray as $item) {
if (strpos($item["unbundles_str"], $id) !== false) {
$legacyUrls[$id]["bundleId"] = $item["id"];
print_r($legacyUrls[$id]);
unset($missingUrls[$id]);
}
}

And this is the JSON output it's looping through:
[url=http://www.an-ovel.com/cgi-bin/magog.cgi?ver=663&scp=gdspur&dsp=iD&ord=&flt=Diu~1~&opt=j]http://www.an-ovel.com/cgi-bin/magog.cgi?ver=663&scp=gdspur&dsp=iD&ord=&flt=Diu~1~&opt=j[/url]
Post edited December 29, 2015 by adaliabooks
high rated
Don't know if you looked into the Wasteland 2 Director's Cut issue, but I still don't have a cover for it.
FWIW, the game ID I see for it is 1444386007 which is different from the one plagren lists on his site for Wasteland 2 Director's Cut Digital Classic Edition (1207665713).

Could you upload the covers for the Alone in the Dark games (1-3)? I think I got the IDs correct:

Alone in the Dark 1 --> 1207658923
Alone in the Dark 2 --> 1207660963
Alone in the Dark 3 --> 1207660973


Any more feedback on the Krynn series covers?
Attachments:
high rated
avatar
HypersomniacLive: Don't know if you looked into the Wasteland 2 Director's Cut issue, but I still don't have a cover for it.
FWIW, the game ID I see for it is 1444386007 which is different from the one plagren lists on his site for Wasteland 2 Director's Cut Digital Classic Edition (1207665713).

Could you upload the covers for the Alone in the Dark games (1-3)? I think I got the IDs correct:

Alone in the Dark 1 --> 1207658923
Alone in the Dark 2 --> 1207660963
Alone in the Dark 3 --> 1207660973

Any more feedback on the Krynn series covers?
Uploaded.

I've checked the Wasteland covers, it was a bit messed up but I think it should work now.

I'm happy to go ahead with the Krynn covers if you're happy with them.
high rated
avatar
HypersomniacLive: Don't know if you looked into the Wasteland 2 Director's Cut issue, but I still don't have a cover for it.
FWIW, the game ID I see for it is 1444386007 which is different from the one plagren lists on his site for Wasteland 2 Director's Cut Digital Classic Edition (1207665713).

Could you upload the covers for the Alone in the Dark games (1-3)? I think I got the IDs correct:

Alone in the Dark 1 --> 1207658923
Alone in the Dark 2 --> 1207660963
Alone in the Dark 3 --> 1207660973

Any more feedback on the Krynn series covers?
avatar
adaliabooks: Uploaded.

I've checked the Wasteland covers, it was a bit messed up but I think it should work now.

I'm happy to go ahead with the Krynn covers if you're happy with them.
I don't know if that's expected, but now the three Alone in the Dark covers are missing. Perhaps I need to wait for the next update (at what times are these, BTW?).

The Wasteland 2 Director's Cut now has a cover (identical to the non-director's cut).
high rated
avatar
mrkgnao: I don't know if that's expected, but now the three Alone in the Dark covers are missing. Perhaps I need to wait for the next update (at what times are these, BTW?).

The Wasteland 2 Director's Cut now has a cover (identical to the non-director's cut).
No, I put them straight on the list so they should work.. any errors showing?
Do you have TES: Arena and does the cover show for that?

I think the updates occur at 1am, 7am, 1pm and 7pm (it should be 12 and six but the server must be an hour ahead of GMT or something).

I presume that's correct...
Edit: Just checked the GoGMixes for Wasteland 2 and there should be two covers, not sure whether they're both showing or not.. one for the Digital Deluxe Edition and one for the Digital Classic Edition (the Directors Cut and non directors cut will probably be identical as they are bundles)
Post edited December 29, 2015 by adaliabooks
high rated
avatar
mrkgnao: I don't know if that's expected, but now the three Alone in the Dark covers are missing. Perhaps I need to wait for the next update (at what times are these, BTW?).

The Wasteland 2 Director's Cut now has a cover (identical to the non-director's cut).
avatar
adaliabooks: No, I put them straight on the list so they should work.. any errors showing?
Do you have TES: Arena and does the cover show for that?

I think the updates occur at 1am, 7am, 1pm and 7pm (it should be 12 and six but the server must be an hour ahead of GMT or something).

I presume that's correct...
Edit: Just checked the GoGMixes for Wasteland 2 and there should be two covers, not sure whether they're both showing or not.. one for the Digital Deluxe Edition and one for the Digital Classic Edition (the Directors Cut and non directors cut will probably be identical as they are bundles)
Errors:
Blocked loading mixed active content "http://gog.bigpizzapies.com/legacy_covers/1207658923.jpg"
Blocked loading mixed active content "http://gog.bigpizzapies.com/legacy_covers/1207660963.jpg"
Blocked loading mixed active content "http://gog.bigpizzapies.com/legacy_covers/1207660973.jpg"
Is it something on my end or yours?

TES: Arena indeed has a new cover (looks more like a Lula: The Sexy Empire cover).

I assume these are UK times. In that case, I'll just remember it's one hour before MaGog.

Deluxe editions etc. are never noted in one's library, so I don't expect the WL2 Deluxe cover will be of much use.

P.S. I can click on the three big pizzas above and they open ok, so it's not a general issue, just as part of loading the library.
Post edited December 29, 2015 by mrkgnao
avatar
HypersomniacLive: Any more feedback on the Krynn series covers?
Are they the actual covers to be used? Aren't the ones attached a bit heavy on the artifacting? Not entirely sure what size they get displayed at though.
high rated
avatar
mrkgnao: Blocked loading mixed active content
@ADALIABOOKS
On the image link - use https:// or just //, so:

https://gog.bigpizzapies.com/legacy_covers/1207658923.jpg
//gog.bigpizzapies.com/legacy_covers/1207658923.jpg
Post edited December 29, 2015 by Johny.
high rated
avatar
mrkgnao: Blocked loading mixed active content
avatar
Johny.: @ADALIABOOKS
On the image link - use https:// or just //, so:

https://gog.bigpizzapies.com/legacy_covers/1207658923.jpg
//gog.bigpizzapies.com/legacy_covers/1207658923.jpg
Thanks mrkgnao / Johny, I forgot to set them as https. Will fix it later when I get a chance.

Yeah, UK time.

In that case I presume Wasteland should be ok now.
high rated
avatar
mrkgnao: Errors:
Blocked loading mixed active content "http://gog.bigpizzapies.com/legacy_covers/1207658923.jpg"
Blocked loading mixed active content "http://gog.bigpizzapies.com/legacy_covers/1207660963.jpg"
Blocked loading mixed active content "http://gog.bigpizzapies.com/legacy_covers/1207660973.jpg"
Is it something on my end or yours?

TES: Arena indeed has a new cover (looks more like a Lula: The Sexy Empire cover).

I assume these are UK times. In that case, I'll just remember it's one hour before MaGog.

Deluxe editions etc. are never noted in one's library, so I don't expect the WL2 Deluxe cover will be of much use.

P.S. I can click on the three big pizzas above and they open ok, so it's not a general issue, just as part of loading the library.
Should work now.

Yeah, I just used (what I assume is) the original cover that I found online.. but I can see what you mean XD
high rated
avatar
Gydion: Are they the actual covers to be used? Aren't the ones attached a bit heavy on the artifacting? Not entirely sure what size they get displayed at though.
The Alone in the Dark covers display in my library at about 1/4 (perhaps a bit larger) of what I see when clicking on the attachments, I assume the same goes for the Krynn series (I can't test it as I don't have the games), as I use the same size for all covers (342X482).

The ones I attached are just a suggestion (and I'm not particularly skilled or experienced at this), we could use them and see how they look on the shelf, and if people are not satisfied with them, we can always take them down. *looks at adaliabooks*

You, and anyone else, are more than welcome to give it a go, better looking covers will be very much appreciated. :-)
high rated
Cover for System Shock (Classic Edition) (ID: 1442473063).
Attachments:
high rated
avatar
HypersomniacLive: Cover for System Shock (Classic Edition) (ID: 1442473063).
Uploaded, and I've done the Krynn ones too. I think I've fixed the Wasteland 2 ones but there may be some unbundled versions that have the wrong covers or something... I'm not sure.
high rated
avatar
HypersomniacLive: Cover for System Shock (Classic Edition) (ID: 1442473063).
avatar
adaliabooks: Uploaded, and I've done the Krynn ones too. I think I've fixed the Wasteland 2 ones but there may be some unbundled versions that have the wrong covers or something... I'm not sure.
Summary of current state, based on my library:

Missing covers:
Dark Sun (x2)
Ravenloft (x2)
King Arthur Collection (x2)

Identical covers (not including those that have the same graphic, but different overlay text, of which there are quite a few):
Forgotten Realms Archives Collection 1 (x3)
Forgotten Realms Archives Collection 2 (x8)
Forgotten Realms Archives Collection 3 (x2)
Prehistorik 1+2 (x2) [thanks, HSL]
Shadow Warrior (2013) (x2)
Star Wars Jedi Knight Dark Forces II (x2)
Vanishing of Ethan Carter (x2)
Wasteland 2 (x2)