mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +00:00
db4ab5daaa
* changed gametools path in game definition file (this allows us to store more than one game in the games/ directory) git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@234 8a3a26a2-13c4-0310-b231-cf6edde360e5
59 lines
1 KiB
XML
59 lines
1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
|
|
<!-- synapse XML configuration -->
|
|
<synapseconfig>
|
|
<client name="core">
|
|
<api name="image">
|
|
tga jpg
|
|
</api>
|
|
<api name="VFS">
|
|
pk3
|
|
</api>
|
|
<api name="shaders">
|
|
ufoai
|
|
</api>
|
|
<api name="map">
|
|
mapq2
|
|
</api>
|
|
<api name="eclass">
|
|
def
|
|
</api>
|
|
<api name="surfdialog">
|
|
ufoai
|
|
</api>
|
|
<api name="model">
|
|
md2
|
|
</api>
|
|
</client>
|
|
<client name="image">
|
|
<api name="VFS">
|
|
pk3
|
|
</api>
|
|
</client>
|
|
<client name="shaders">
|
|
<!-- NOTE: this is a SYN_PROVIDE -->
|
|
<api name="shaders">
|
|
ufoai
|
|
</api>
|
|
<api name="VFS">
|
|
pk3
|
|
</api>
|
|
</client>
|
|
<client name="map">
|
|
<api name="shaders">
|
|
ufoai
|
|
</api>
|
|
</client>
|
|
<client name="xmap">
|
|
<api name="shaders">
|
|
ufoai
|
|
</api>
|
|
</client>
|
|
<client name="model">
|
|
<api name="shaders">
|
|
ufoai
|
|
</api>
|
|
<api name="VFS">
|
|
pk3
|
|
</api>
|
|
</client>
|
|
</synapseconfig>
|