[Gtkradiant] r40 - in UrTPack/trunk: game install install/q3ut4 q3ut4

svn-noreply at zerowing.idsoftware.com svn-noreply at zerowing.idsoftware.com
Sat Apr 12 18:02:30 CDT 2008


Author: timo
Date: Sat Apr 12 18:02:29 2008
New Revision: 40

Added:
   UrTPack/trunk/game/
   UrTPack/trunk/game/synapse.config
   UrTPack/trunk/install/
   UrTPack/trunk/install/q3ut4/
      - copied from r36, UrTPack/trunk/q3ut4/
Removed:
   UrTPack/trunk/q3ut4/
Log:
new pak layout

Added: UrTPack/trunk/game/synapse.config
Url: http://zerowing.idsoftware.com/viewcvs/radiant/UrTPack/trunk/game/synapse.config?view=auto&rev=40
==============================================================================
--- (empty file)
+++ UrTPack/trunk/game/synapse.config	Sat Apr 12 18:02:29 2008
@@ -0,0 +1,56 @@
+<?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">
+      quake3
+    </api>
+    <api name="map">
+      mapq3
+    </api>
+    <api name="eclass">
+      def
+    </api> 
+    <api name="surfdialog">
+      quake3
+    </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>



More information about the Gtkradiant mailing list