GOG's KQ7

Is the game being a ROYAL pain? Need a hint? Got a problem? This is the place to discuss King's Quest!
Post Reply
User avatar
Fender_178
Sierra Veteran
Posts: 287
Joined: Fri Oct 10, 2008 2:13 pm

GOG's KQ7

Post by Fender_178 »

Hmm this is interesting. I also Remember getting MOE to work under XP & completing it with minor issues. Im also wondering how they did KQ7?

MOE was always tricky to get working and by GOG some what fixing it there might be hope to fix it even further if possible.
FREEZE SCUM!!
User avatar
Collector
Grand Poobah
Posts: 12013
Joined: Wed Oct 08, 2008 12:57 am
Location: Sierraland
Contact:

Re: MoE fixes

Post by Collector »

Fender_178 wrote:Im also wondering how they did KQ7?
It looks like they used my installer. Again without acknowledgment. For the dosbox.conf they just pasted my [autoexec] section at the end of the full 0.72 dosbox.conf. They also are using DOSBox 0.73.
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001

Image
User avatar
Fender_178
Sierra Veteran
Posts: 287
Joined: Fri Oct 10, 2008 2:13 pm

Re: MoE fixes

Post by Fender_178 »

Hmm interesting.
You should say something to them about it.
FREEZE SCUM!!
User avatar
Collector
Grand Poobah
Posts: 12013
Joined: Wed Oct 08, 2008 12:57 am
Location: Sierraland
Contact:

Re: MoE fixes

Post by Collector »

Tried making contact, but no reply.
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001

Image
User avatar
audiodane
A Member Of Cap'n Tawmis' Scurvy Crew
Posts: 525
Joined: Sun Aug 29, 2010 12:14 am
Location: ..strange but true..
Gender: Confident

Re: MoE fixes

Post by audiodane »

Collector wrote:Tried making contact, but no reply.
If your installer had copyright information, it would make it easier. :) Not that you want to cause a stir, I know. I've also submitted an email to them regarding the situation of their apparently using but not giving credit to the installers that you have worked so hard to produce... no reply.

..dane
Aroenai
Sierra Obsessed
Posts: 121
Joined: Thu Feb 26, 2009 10:42 pm
Location: Colorado
Gender: Male

Re: MoE fixes

Post by Aroenai »

Collector wrote:For the dosbox.conf they just pasted my [autoexec] section at the end of the full 0.72 dosbox.conf. They also are using DOSBox 0.73.
Erm, they're not exact and those are pretty standard commands for running something silently in DOSBox. I'm not saying they didn't, but it might be a stretch saying they ripped it off. I'm not seeing anything overtly obvious in the install_script.iss from their installer either. [/devil's advocate]

Collector

Code: Select all

cls 
mount c "C:\Sierra\KQC2\KQ7" 
c: 
cd \ 
SIERRA.EXE -o .\RESOURCE.CFG 
exit
Gog

Code: Select all

cls 
@ECHO OFF 
mount c "." 
c: 
cd \ 
SIERRA -o .\RESOURCE.CFG 
exit 
User avatar
Collector
Grand Poobah
Posts: 12013
Joined: Wed Oct 08, 2008 12:57 am
Location: Sierraland
Contact:

Re: MoE fixes

Post by Collector »

From my standalone KQ7 installer (not the Collection Series):

Code: Select all

[autoexec]
cls
@ECHO OFF
mount c "C:\Sierra\KQ7"
c:
cd \
SIERRA -o .\RESOURCE.CFG
exit
The mounting of C:, of course, has to be changed to match what is needed. Also, if you run the config tool you will see that it is the same.
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001

Image
User avatar
Collector
Grand Poobah
Posts: 12013
Joined: Wed Oct 08, 2008 12:57 am
Location: Sierraland
Contact:

Re: MoE fixes

Post by Collector »

A couple of other things. The CD nor default Sierra installer does not place the patch files in a "PATCHES" directory. Sierra did not do it nor is it needed. I do it just to tidy up the base folder. Both my installer and GOG does it. And lastly the RESOURCE.CFG files. Here is the default RESOURCE.CFG from the original Sierra DOS installer.

Code: Select all

videoDrv  = VESA.DRV
soundDrv  = ADL.DRV
audioDrv  = DACBLAST.DRV
joyDrv    = NO
directory = \sierra\kq7dos
  cmd       = KQ7DOS
  mouseDrv  = NONE
  memoryDrv = NONE
  minMemory = 1600k
  brightness= 0
  language  = 1
  minCPU    = 386
  CD        = yes
 
resMap=D:;C:\sierra\kq7dos 
resAUD=D: 
resSFX=D: 
patchDir=C:\sierra\kq7dos;D:;D:\AVI 
robot=D:\AVI 
The SHP standalone installer from last Aug.:

Code: Select all

 videoDrv  = VESA.DRV
 soundDrv  = GENMIDI.DRV
 audioDrv  = DACBLAST.DRV
 joyDrv    = NO
 directory = .\
 cmd       = KQ7
 mouseDrv  = none
 memoryDrv = none
 minMemory = 1600k
 brightness= 0
 language  = 1
 minCPU    = 386
 CD        = NO
 DACSize   = 32k
 
 resMap=.\
 resAUD=.\
 resSFX=.\
 patchDir=.\;.\PATCHES;.\AVI 
 robot=.\AVI 
GOG's:

Code: Select all

 videoDrv  = VESA.DRV
 soundDrv  = GENMIDI.DRV
 audioDrv  = DACBLAST.DRV
 joyDrv    = NO
 directory = .\
 cmd       = KQ7
 mouseDrv  = none
 memoryDrv = none
 minMemory = 1600k
 brightness= 0
 language  = 1
 minCPU    = 386
 CD        = NO
 DACSize   = 32k
 
 resMap=.\
 resAUD=.\
 resSFX=.\
 patchDir=.\;.\PATCHES;.\AVI 
 robot=.\AVI 
One difference is that they did strip out the old install files and some of the driver files, which I include.
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001

Image
User avatar
Jules
Delta Babe
Posts: 2298
Joined: Wed Oct 08, 2008 2:59 am
Location: in the mountains

Re: GOG's KQ7

Post by Jules »

Maybe they think sierrahelp.com is Sierra's official help site and that it was OK for them to use.

Obviously a Microsoft admin thought it was, if I recall correctly.
Post Reply

Return to “The King's Quest Series”