GOG's KQ7
- Fender_178
- Sierra Veteran
- Posts: 287
- Joined: Fri Oct 10, 2008 2:13 pm
GOG's KQ7
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.
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!!
Re: MoE fixes
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.Fender_178 wrote:Im also wondering how they did KQ7?
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001
- Fender_178
- Sierra Veteran
- Posts: 287
- Joined: Fri Oct 10, 2008 2:13 pm
Re: MoE fixes
Tried making contact, but no reply.
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001
- 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
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.Collector wrote:Tried making contact, but no reply.
..dane
-
- Sierra Obsessed
- Posts: 121
- Joined: Thu Feb 26, 2009 10:42 pm
- Location: Colorado
- Gender: Male
Re: MoE fixes
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 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.
Collector
Code: Select all
cls
mount c "C:\Sierra\KQC2\KQ7"
c:
cd \
SIERRA.EXE -o .\RESOURCE.CFG
exit
Code: Select all
cls
@ECHO OFF
mount c "."
c:
cd \
SIERRA -o .\RESOURCE.CFG
exit
Re: MoE fixes
From my standalone KQ7 installer (not the Collection Series):
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.
Code: Select all
[autoexec]
cls
@ECHO OFF
mount c "C:\Sierra\KQ7"
c:
cd \
SIERRA -o .\RESOURCE.CFG
exit
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001
Re: MoE fixes
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.
The SHP standalone installer from last Aug.:
GOG's:
One difference is that they did strip out the old install files and some of the driver files, which I include.
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
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
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
01000010 01111001 01110100 01100101 00100000 01101101 01100101 00100001
Re: GOG's KQ7
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.
Obviously a Microsoft admin thought it was, if I recall correctly.