[Gtkradiant] [Bug 872] tools in Q2 pack

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Mon, 06 Oct 2003 08:11:37 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=872

ttimo@idsoftware.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From ttimo@idsoftware.com  2003-10-06 08:11 -------
Started checking in a fix as of rev 3932. See the checkin log for all the details.

The things left to do:

- fix the Linux setup to copy the tools from the right spot, and install them to
the right spot (by using TOOLS_Q2)

- The .proj needs updating like so:
-  <key name="bsp_Entities" value="!
&quot;$TEMPLATEenginepathtools/radiant/qbsp3&quot; -v -onlyents $"/>
+  <key name="bsp_Entities" value="!
&quot;$TEMPLATEenginepathtools-1.3/qbsp3&quot; -v -onlyents $"/>

I'm not very happy with 'tools-1.3'. Would be better if we had a
$TEMPLATEcoretools inside the editor, which expands as $TEMPLATEenginepath +
'/tools-1.3' <- Nurail, might be best if you have time to do that..