Announcement

Collapse
No announcement yet.

Quake automap mod?

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

  • Quake automap mod?

    Hello.

    Is there any sort of mod that shows an automap of the level you're in, like in Doom? I've been looking for something like that for ages.

  • #2
    R'leh City by Daemon has automap. But its not a quake mod so much as a complete standalone.

    Rich's Quake Royale has a zonemap as well, but thats probably engineside.

    I was going to make a minimap in csqc, but i couldnt think of an easy method.
    For 30 maps, I'm not really willing to do anything labor intensive.

    You could rip the top off of the maps and take a picture. And use that for a minimap.
    Thats the easiest way I can think of. From there its pretty easy.
    Gnounc's Project Graveyard Gnounc's git repo

    Comment


    • #3
      with rooms over rooms things get pretty messy.
      in theory, you could achieve something automatic via the use of csqc (and setting VF_PERSPECTIVE to 0 to remove distortions), but that requires code.

      I seem to remember mh toying with something in directq but I don't remember the details.
      Some Game Thing

      Comment


      • #4
        Talking about MH what happended with him!?


        Originally posted by Spike View Post
        with rooms over rooms things get pretty messy.
        in theory, you could achieve something automatic via the use of csqc (and setting VF_PERSPECTIVE to 0 to remove distortions), but that requires code.

        I seem to remember mh toying with something in directq but I don't remember the details.

        Comment


        • #5
          Like Spike said, overlapping rooms in Quake makes this feature a bit difficult, but it is nevertheless a good idea.
          I liked this feature in the old 'flat' shooter games a lot.
          Especially due to the fact, that they were extremely complex and I got lost regulary.

          Comment

          Working...
          X