[Gtkradiant] r39 - in UFOAIPack/trunk: base game install install/base

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


Author: timo
Date: Sat Apr 12 18:02:26 2008
New Revision: 39

Added:
   UFOAIPack/trunk/game/
   UFOAIPack/trunk/game/game.xlink
   UFOAIPack/trunk/game/synapse.config
   UFOAIPack/trunk/install/
   UFOAIPack/trunk/install/base/
      - copied from r36, UFOAIPack/trunk/base/
Removed:
   UFOAIPack/trunk/base/
Log:
new pak layout

Added: UFOAIPack/trunk/game/game.xlink
Url: http://zerowing.idsoftware.com/viewcvs/radiant/UFOAIPack/trunk/game/game.xlink?view=auto&rev=39
==============================================================================
--- (empty file)
+++ UFOAIPack/trunk/game/game.xlink	Sat Apr 12 18:02:26 2008
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
+<!-- generated by Radiant setup, modify at your own risks -->
+<links>
+<item name="UFO:AI Community site" url="http://ufoai.sourceforge.net"/>
+<item name="UFO:AI Project site" url="http://www.sourceforge.net/projects/ufoai"/>
+<item name="UFO:AI Tutorials site with mapping tutorials" url="http://ufoai.ninex.info/wiki/index.php/Mapping"/>
+<item name="GtkRadiant Bugzilla - Report Bug" url="http://zerowing.idsoftware.com/bugzilla/index.cgi"/>
+</links>
\ No newline at end of file

Added: UFOAIPack/trunk/game/synapse.config
Url: http://zerowing.idsoftware.com/viewcvs/radiant/UFOAIPack/trunk/game/synapse.config?view=auto&rev=39
==============================================================================
--- (empty file)
+++ UFOAIPack/trunk/game/synapse.config	Sat Apr 12 18:02:26 2008
@@ -0,0 +1,59 @@
+<?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>



More information about the Gtkradiant mailing list