[Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike)
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Mon, 06 Oct 2003 12:59:56 -0500
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197
------- Additional Comments From mailinglist.gtkradiant@hydras-world.com 2003-10-06 12:59 -------
Latest patch for 1.3.12-RC1, fixes startup issues.
The patch adds dynamix synapse resolution to the "surface" client for the
APIs "surfdialog" (provide) and "shaders" (require)
This means that any games that uses the current quake3 surface dialog needs
have it's synapse.config updated.
the halflife one is included, the import bits are:
<client name="core">
...
<api name="surfdialog">
halflife
</api>
</client>
...
<client name="surface">
<!-- NOTE: this is a SYN_PROVIDE -->
<api name="surfdialog">
halflife
</api>
<api name="shaders">
halflife
</api>
</client>
...