Announcement

Collapse
No announcement yet.

quake chambers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    make an image of the whole cd, then mount it with a virtual cd drive emulator. I think you can do this all with PowerISO, which I think is better than DaemonTools, the other main virtual cd drive emulator

    Comment


    • #17
      Assuming that the problem was solved, I'll derail this thread now. If it wasn't excuse me

      Originally posted by scar3crow View Post
      RocketGuy: That e1m1 thing sounds like it would conflict with the worldspawn data on which track to play... I guess if youve got enough tracks for each level, but I personally think the Quake soundtrack is excellent as is.
      Code:
      if (fileexists("e1m1.ogg"))
      {
      Play("e1m1.ogg");
      DontPlayCD();
      };
      Doesn't look very conflicting to me

      Comment


      • #18
        RocketGuy is a trooper

        Comment

        Working...
        X