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
timppu: And the PDF reader prerequisite is what enables the ability to read the GOG games' manuals. And it is even optional, not forced.
Then don't make the files PDF? XPS is fully supported by Vista, 7 and 8 out of the box without the need to install any prerequisites.
avatar
keeveek: GOG uses commont formats for avatars, wallapeprs and music that is supported by all Windows OSes starting from Windows XP.
avatar
Pheace: Missing the point. It was an example that might add even more programs to an installer. The obscure format would lead to the associated program getting installed on a lot more systems. It's one of the reasons why i don't like the opt out style. Sure, GOG might not be that nefarious but it's one of the reasons I don't like it.
You missed the point by provind an argument that has no basis whatsoever because GOG never uses obscure formats for avatars

also, PDF is not obscure format as well.

Your argument is invalid.
avatar
Elenarie: Then don't make the files PDF? XPS is fully supported by Vista, 7 and 8 out of the box without the need to install any prerequisites.
You got to be fucking kidding me...


No, no, this conversations stars to be riddiculous, I'm out. For good.
Post edited December 05, 2012 by keeveek
avatar
keeveek: I'm out. For good.
Whatever turns you on. :p
avatar
keeveek: You missed the point by provind an argument that has no basis whatsoever because GOG never uses obscure formats for avatars

also, PDF is not obscure format as well.

Your argument is invalid.
Um, that was written because you said you're fine with the practice and to highlight why I don't like those practices? Nowhere did I claim that's what GOG was doing? and that means something is invalid how?
avatar
drennan: It was an optional component, wasn't it?

It is there so those who don't already have a PDF reader installed will still be able to read the game manual. Whether people like that actually exist or not, I do not know.
Well, I don't know about this version of Foxit, but the stand-alone one I used to download long ago came with tool-bars and other junk like that...if this one comes with that aswell, I'm highly against it (anyone know if this is the case?).
Post edited December 05, 2012 by CrisR82
avatar
CrisR82: Well, I don't know about this version of Foxit, but the stand-alone one I used to download long ago came with tool-bars and other junk like that...if this one comes with that aswell, I'm highly against it (anyone know if this is the case?).
Don't think so, probably a more barebones version. Then again I didn't leave it installed long.
Little known fact: SKYNET actually managed to take over the world because the person who booted it up couldn't read the PDF manual.

Fortunately, we include Foxit when you install GOG games, and you may note that SKYNET is not our supreme robot overlord now.

I believe a thanks to the Product team is in order. They've saved us all. ;)
avatar
Elenarie: As a suggestion, they could easily provide XPS files to Vista+ users considering that the OSes have XPS reader built in (for the customers that don't want to deal with PDFs).
Good idea....+1. Someone should make a wishlist item for GOG to either uncheck the PDF install option on their installers by default(Possibly along with a prompt asking people if they want to install the additional software during the install/etc.), and/or to offer XPS manuals for people who don't want to use PDF manuals.
avatar
TheEnigmaticT: Little known fact: SKYNET actually managed to take over the world because the person who booted it up couldn't read the PDF manual.

Fortunately, we include Foxit when you install GOG games, and you may note that SKYNET is not our supreme robot overlord now.

I believe a thanks to the Product team is in order. They've saved us all. ;)
Ah! So Foxit will read all my pdfs for me? That's great news, I hate reading manuals! ;)
avatar
TheEnigmaticT: Little known fact: SKYNET actually managed to take over the world because the person who booted it up couldn't read the PDF manual.

Fortunately, we include Foxit when you install GOG games, and you may note that SKYNET is not our supreme robot overlord now.

I believe a thanks to the Product team is in order. They've saved us all. ;)
avatar
Leroux: Ah! So Foxit will read all my pdfs for me? That's great news, I hate reading manuals! ;)
By your user icon, I can see you're ONE OF THE ROBOTS. I will not listen to your robot ways!
avatar
TheEnigmaticT: By your user icon, I can see you're ONE OF THE ROBOTS. I will not listen to your robot ways!
You can't keep up your resistance forever!
Post edited December 05, 2012 by Leroux
avatar
timppu: ...
avatar
Elenarie: Because those prerequisites are what makes the games run?
So Steam really needs to install the same DX/etc files over and over again each time someone installs a game?
avatar
GameRager: So Steam really needs to install the same DX/etc files over and over again each time someone installs a game?
Oh, not at all. The reason why Steam starts up these installations is because the game developers tell it too. I've not released a game on Steam, but I imagine that game devs have the freedom to state which requirements their game has, provide the requirements, and tell Steam what to do with those requirements.

When it comes to .NET, developers can check (by querying the Registry for the appropriate keys) which profile the users have installed. If they have different profile (Client, Standard, Multitargeting) or no .NET installation at all (on XP systems), then they can initiate the installation of the needed profile.

When it comes to Visual C++ and similar redistributable files, developers can do the check again, but it is best to install the appropriate ones for the games in question, due to compatibility reasons and because the users' systems may have leftovers of previous installations that may have been detected incorrectly.

When it comes to the optional DirectX files, developers must install the files regardless of whether the users already have some of them (because a user could accidently delete an 'older' version of those files that the games need and then the games would crash).

Lets take an example, Inno Setup and Legend of Grimrock:

Exec(ExpandConstant('{tmp}\DXSETUP.exe'), '/silent', '', SW_SHOW, ewWaitUntilTerminated, ResultCode);
Exec(ExpandConstant('{tmp}\vcredist_x86.exe'), '/q /norestart', '', SW_SHOW, ewWaitUntilTerminated, ResultCode);

These two lines tell Inno Setup to install the required files without bothering the users. Now, apparently, most developers on Steam do not use the /silent and /q parameters, so that is why you constantly see DirectX / Visual C++ / whatever installations popping up (when instead they should be done in the background).

----------

As a developer you always make compromises, and it is always better to properly check and install the prerequisites, than to leave that to the customers who will come bashing you if the game does not work because you decided not to install the prerequisites.
avatar
GameRager: So Steam really needs to install the same DX/etc files over and over again each time someone installs a game?
Kind of. About halfway through DirectX 9's life cycle Microsoft decided to change a particular component of DirectX, called D3DX, into an external dependency and update it every 2 months. You need to have the exact same release of D3DX as the developer had when the game was built or your game won't run. So you actually do need to install DirectX again most times you install a new game.

I'm not sure if they're still doing that. I haven't used DirectX in a while.
Post edited December 05, 2012 by Barefoot_Monkey
avatar
TheEnigmaticT: Little known fact: SKYNET actually managed to take over the world because the person who booted it up couldn't read the PDF manual.

Fortunately, we include Foxit when you install GOG games, and you may note that SKYNET is not our supreme robot overlord now.

I believe a thanks to the Product team is in order. They've saved us all. ;)
So um...does this mean it's a "no toolbar or ad-stuff" version of Foxit?