Source Code


(Bytrix) #1

Is the q3map2 source freely available? and if so, where can I get my hands on it. I’m working on my own engine at the moment using a hybrid BSP engine and I’m just a bit stuck with the lightmap generation, so the source will help me understand how to do it.

Thanks.


(Shaderman) #2

The q3map2 source code comes with Radiant 1.5 (GPL) and is available via svn from http://zerowing.idsoftware.com/.


(Ragnar_40k) #3

https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk/tools/quake3/q3map2/

Afaik its under GPL.


(Bytrix) #4

Thanks for that, I couldn’t find the source for it anywhere. I know it’s GPL, but I don’t plan on actually using the source in my tools, just want to see how to do it then implement it myself.