mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-04 07:31:20 +00:00
62 lines
1.1 KiB
Text
62 lines
1.1 KiB
Text
|
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
|
||
|
<!-- synapse XML configuration -->
|
||
|
<synapseconfig>
|
||
|
<client name="core">
|
||
|
<api name="image">
|
||
|
png tga jpg
|
||
|
</api>
|
||
|
<api name="VFS">
|
||
|
pk3
|
||
|
</api>
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
<api name="map">
|
||
|
mapq3
|
||
|
</api>
|
||
|
<api name="eclass">
|
||
|
def
|
||
|
</api>
|
||
|
<api name="surfdialog">
|
||
|
quake3
|
||
|
</api>
|
||
|
<!-- I don't know about this. Only few model types supported in ZeroRadiant 1.6.
|
||
|
<api name="model">
|
||
|
md3 ase lwo obj 3ds picoterrain
|
||
|
</api>
|
||
|
-->
|
||
|
</client>
|
||
|
<client name="image">
|
||
|
<api name="VFS">
|
||
|
pk3
|
||
|
</api>
|
||
|
</client>
|
||
|
<client name="shaders">
|
||
|
<!-- NOTE: this is a SYN_PROVIDE -->
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
<api name="VFS">
|
||
|
pk3
|
||
|
</api>
|
||
|
</client>
|
||
|
<client name="map">
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
</client>
|
||
|
<client name="xmap">
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
</client>
|
||
|
<client name="model">
|
||
|
<api name="shaders">
|
||
|
quake3
|
||
|
</api>
|
||
|
<api name="VFS">
|
||
|
pk3
|
||
|
</api>
|
||
|
</client>
|
||
|
</synapseconfig>
|