[Gtkradiant] r37 - in Q2WPack/trunk: default game install install/default
svn-noreply at zerowing.idsoftware.com
svn-noreply at zerowing.idsoftware.com
Sat Apr 12 18:02:21 CDT 2008
Author: timo
Date: Sat Apr 12 18:02:21 2008
New Revision: 37
Added:
Q2WPack/trunk/game/
Q2WPack/trunk/game/game.xlink
Q2WPack/trunk/game/synapse.config
Q2WPack/trunk/install/
Q2WPack/trunk/install/default/
- copied from r36, Q2WPack/trunk/default/
Removed:
Q2WPack/trunk/default/
Log:
new pak layout
Added: Q2WPack/trunk/game/game.xlink
Url: http://zerowing.idsoftware.com/viewcvs/radiant/Q2WPack/trunk/game/game.xlink?view=auto&rev=37
==============================================================================
--- (empty file)
+++ Q2WPack/trunk/game/game.xlink Sat Apr 12 18:02:21 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 for the Quake2World game pack -->
+<links>
+<item name="Quake2World Homepage" url="http://quake2world.net"/>
+<item name="MapCenter's GtkRadiant Forum" url="http://www.map-center.com/modules.php?name=Forums&file=viewforum&f=8"/>
+<item name="GtkRadiant Bugzilla - Report Bug" url="http://zerowing.idsoftware.com/bugzilla/index.cgi"/>
+</links>
Added: Q2WPack/trunk/game/synapse.config
Url: http://zerowing.idsoftware.com/viewcvs/radiant/Q2WPack/trunk/game/synapse.config?view=auto&rev=37
==============================================================================
--- (empty file)
+++ Q2WPack/trunk/game/synapse.config Sat Apr 12 18:02:21 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">
+ pak
+ </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 md3
+ </api>
+ </client>
+ <client name="image">
+ <api name="VFS">
+ pak
+ </api>
+ </client>
+ <client name="shaders">
+ <!-- NOTE: this is a SYN_PROVIDE -->
+ <api name="shaders">
+ ufoai
+ </api>
+ <api name="VFS">
+ pak
+ </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">
+ pak
+ </api>
+ </client>
+</synapseconfig>
More information about the Gtkradiant
mailing list