Page 1 of 1

GOG's KQ7

Posted: Thu Sep 16, 2010 3:03 pm
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.

Re: MoE fixes

Posted: Thu Sep 16, 2010 3:48 pm
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.

Re: MoE fixes

Posted: Thu Sep 16, 2010 4:26 pm
by Fender_178
Hmm interesting.
You should say something to them about it.

Re: MoE fixes

Posted: Thu Sep 16, 2010 4:35 pm
by Collector
Tried making contact, but no reply.

Re: MoE fixes

Posted: Thu Sep 16, 2010 4:38 pm
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

Re: MoE fixes

Posted: Thu Sep 16, 2010 6:19 pm
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 

Re: MoE fixes

Posted: Thu Sep 16, 2010 6:44 pm
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.

Re: MoE fixes

Posted: Thu Sep 16, 2010 8:01 pm
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.

Re: GOG's KQ7

Posted: Fri Sep 17, 2010 11:33 am
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.