Guest User

Quake 2 Vanilla Everything Fix

a guest
Jun 21st, 2014
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. Alright /vr/, brace yourself because this is a doosie. I have completed the ultimate addendum to the Quake 2 experience. Quake 2, vanilla, with the original executables, complete with repeating AND dynamic music PLUS dramatic musical pausing, and no graphical glitches. On Windows 7.
  2.  
  3. Step 1. Acquire the original game with it's executables (if you have the original disc, a lot of this shit will be alleviated), and try and get the official expansions as well. Rips are acceptable in this case, as that will be fixed.
  4. Step 2. If you do not have the disc, get the music disc from here (it is just the music)
  5. http://forums.steampowered.com/forums/showthread.php?t=996272
  6. This zip comes with two of the expansions music as well as Quake 2's music. You can get mp3 files and such from these same forums, though the original executable does not read them, and .pak files don't repeat. Be sure to get the disc.
  7. Step 3. Mount the music CD with your favoured tool (Daemon tools, PowerISO, et cetera).
  8. Step 4. Now, there may be no graphical glitches for you, but when I run software mode, the only acceptable mode as opengl is ugly as piss, I do get graphical glitches (fucking rainbows). So you will want to kill explorer.exe (explorer.exe uses up the 16 bit color palette). Paste this little fuck into notepad and save it as a batch file (.bat).
  9.  
  10. @echo off
  11. taskkill /f /im explorer.exe
  12. echo Quake II + expansions
  13. echo 1: Quake II
  14. echo 2: Mission Pack 1: The Reckoning
  15. echo 3: Mission Pack 2: Ground Zero
  16. set /p userinp=choose a number (1-3):
  17. goto %userinp%
  18. :1
  19. goto end
  20. :2
  21. set game%=xatrix
  22. goto end
  23. :3
  24. set game%=rogue
  25. goto end
  26. :end
  27. quake2.exe +set game %game%
  28.  
  29. Be sure to change "quake2.exe" at the bottom of your list to whatever your executable is (yes, sourceports will work with this too). That is all. Make sure you understand how to bring back up explorer, either by keeping open task manager during execution or opening task manager with ctrl+alt+delete then opening it, and then typing "explorer" into the "new task" section found in the "open applications" tab.
  30. >bbut you can j-just add it into the bat file!!
  31. If you did so, then the batch file would break because opening back up explorer would NEED to be at the end, and the user input routes to the end of the batch.
  32. >then just use another batch file!!
  33. A batch cannot detect whether or not a different batch has closed, therefore explorer STILL wont open. Having a desktop shortcut set to open explorer would work however.
  34. Step 5. Little explanation here, Windows 7 changed a lot of shit, and in turn broke the repetition of music in certain games. This fix WILL work in other games that have the same problem. Now for the most terrifying night of your life. Installing an obscure Japanese file, an outdated music player, AND giving Quake 2 administrative privileges (the unholy trinity). Yes you will be able to remove Quake 2 privileges later.
  35. First off, download these files (yes, these fucking files, the outdated player and all).
  36. _inmm.dll ver. 2.38
  37. http://www.geocities.co.jp/Playtown-Domino/8282/
  38. (as you not seething with nostalgia yet?)
  39. I found this site sifting for a solution to this very problem. Here is the source of where I found it.
  40. http://steamcommunity.com/sharedfiles/filedetails/?id=113399618
  41. And WinAmp 2.95 (welcome back old friend).
  42. http://www.oldversion.com/windows/winamp-2-95
  43. Install WinAmp 2.95 (not real sure if newer versions will work).
  44. Next, unzip _inmm.zip, and run the executable inside. Install to your Quake 2 folder.
  45. Now, go to your Quake 2 executable, right click on it, go to properties, and give it admin privileges (at the bottom of the compatibility tab). You need to do this because otherwise you cannot write to your disc, and _inmmcnf.exe will give you shit.
  46. Open up _inmmcfn.exe and change damned near everything on the first page to "WinAmp". Especially the CD-DA option. Add *.ogg into one of the selections and set to WinAmp for good measure.
  47. Drag and drop your Quake 2 executable on top of the _inmmcfn.exe file, and click OK a shitton. The Quake 2 executable should now be patched.
  48. Step fucking 6. That should really be it. Test it out by running the .bat file you created earlier and selecting your game with 1-3 and enter. Check if the colors are all good in software mode, and make sure your music DOES repeat. This solution should also give you the dramatic music pauses too.
  49.  
  50. Alternatively: use a sourceport (none of them are good for singleplayer). Enjoy yourselves.
Add Comment
Please, Sign In to add comment