Announcement

Collapse
No announcement yet.

Quake map script editor

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

  • Quake map script editor

    Hello,

    I would like to know if it exists a quake map script editor ?

    Thx!

  • #2
    Yes they do have a Quake Map script editor, actually they have a whole bunch of them.

    Wordpad
    Notepad

    or absolutely any other program that allows you to write plain text. Now, the question is, why would you want to hand write an entire map of coordinates? Get a real map editor and save yourself a world of retardedness.
    http://www.nextgenquake.com

    Comment


    • #3
      What do you mean by Quake Map Script, LeSanglier?

      If you want to make Quake maps, you should look into software such as Worldcraft and (GTK/Net)Radiant.
      Scout's Journey
      Rune of Earth Magic

      Comment


      • #4
        Hi,

        Excuse me for my misunderstanding.
        I search an application that allow me to generate a .map quake, by example, something like Oblige (OBLIGE Home) but not in random generation.
        Instead create 20 rooms with GtkRadiant, I could write that :

        for(i=0;<20;i++{
        createRoom(size, posx + i * 100, posy + i * 100, posz);
        }

        Comment


        • #5
          I'm not aware of anything like that. You might want to ask at inside3d.
          Scout's Journey
          Rune of Earth Magic

          Comment


          • #6
            you cold write a program that does that in any script languge
            http://www.nextgenquake.com

            Comment

            Working...
            X