Page 1 of 1

how do you modify

Posted: Mon Apr 11, 2011 2:50 pm
by bengineer
how do you modify a map :?:

Posted: Mon Apr 11, 2011 9:50 pm
by Redman
Editing .map: open it with GtkRadiant / NetRadiant. http://tremulous.net/forum has all the mapping stuff (links, tutorials, etc.).
Editing .bsp: decompile it (command line parameters below) and look above.

Code: Select all

q3map2 -convert -format map = mapname.bsp

Posted: Tue Apr 12, 2011 8:17 am
by ani
or you could have made a search it was already written :)

Posted: Tue Apr 12, 2011 12:49 pm
by Redman
People who don't know how to use google to find what they need don't know "search" button too.

Posted: Tue Apr 12, 2011 10:10 pm
by ani
not even needed, it is at the bottom of this forum.
topic "coverting .bsp to .map"

Posted: Wed Apr 13, 2011 1:56 am
by bengineer
thanks ill try that :)