This one sucked a lot. Anyway, on release here's the way it will work:
- It will check the directory that DirectQ.exe is in for the presence of certain files needed to run Quake (pak0.pak, etc).
- If it finds Quake there, job done; ignore the rest of the list. Goto 200, run DirectQ.
- If it doesn't find it, it checks in certain "well known" folders such as C:\Quake, etc.
- If it finds Quake in one of these, job done; ignore the rest of the list. Goto 200, run DirectQ.
- If it doesn't find it, a meaningful error message is popped up.
- There is no HD scan or anything like that, the error message is terminal.
I'd like to encourage any nay-sayers to at least download and run the engine before succumbing to fits of paranoia, the proof will be in the exe (and the source code).
5 comments:
Sounds like a perfectly reasonable solution to me ;)
I agree; perfectly reasonable.
I think you're final compromise is
the best answer : )
Couldn't you remove the pak0.pak requirement? I'm building new content for a Quake mod, and I've replaced everything inside.
I don't want to redistribute it using DirectQ, just for in-house testing purposes.
Pak0.pak isn't an absolute requirement, it's just one of the files it checks for the existence of. Others include progs.dat, gfx.wad, default.cfg, and so on. If any of these are found it assumes we're OK.
Post a Comment