If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
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.
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