summaryrefslogtreecommitdiffstats
path: root/hacks/config/speedmine.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/speedmine.xml')
-rw-r--r--hacks/config/speedmine.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/hacks/config/speedmine.xml b/hacks/config/speedmine.xml
new file mode 100644
index 0000000..cf7b88a
--- /dev/null
+++ b/hacks/config/speedmine.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="speedmine" _label="SpeedMine">
+
+ <command arg="-root"/>
+
+ <video href="https://www.youtube.com/watch?v=awOnhCxRD_c"/>
+
+ <hgroup>
+ <vgroup>
+ <number id="delay" type="slider" arg="-delay %"
+ _label="Frame rate" _low-label="Low" _high-label="High"
+ low="0" high="100000" default="30000"
+ convert="invert"/>
+
+ <number id="velocity" type="slider" arg="-maxspeed %"
+ _label="Max velocity" _low-label="Slow" _high-label="Fast"
+ low="1" high="1000" default="700"/>
+
+ <number id="thrust" type="slider" arg="-thrust %"
+ _label="Thrust" _low-label="Slow" _high-label="Fast"
+ low="0.0" high="4.0" default="1.0"/>
+
+ <number id="gravity" type="slider" arg="-gravity %"
+ _label="Gravity" _low-label="Low" _high-label="High"
+ low="0.0" high="25.0" default="9.8"/>
+ </vgroup>
+ <vgroup>
+
+ <select id="mode">
+ <option id="speedmine" _label="Tunnel"/>
+ <option id="speedworm" _label="Worm" arg-set="-worm"/>
+ </select>
+
+ <boolean id="terrain" _label="Rocky walls" arg-unset="-no-terrain"/>
+ <boolean id="bump" _label="Allow wall collisions" arg-unset="-no-bumps"/>
+ <boolean id="bonus" _label="Present bonuses" arg-unset="-no-bonuses"/>
+ <boolean id="xhair" _label="Display crosshair" arg-unset="-no-crosshair"/>
+ <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
+
+ <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+ </vgroup>
+ </hgroup>
+
+ <!-- #### -vertigo [1.0] -->
+ <!-- #### -darkground [#101010] -->
+ <!-- #### -lightground [#a0a0a0] -->
+ <!-- #### -tunnelend [#000000] -->
+ <!-- #### -smoothness [6] -->
+ <!-- #### -curviness [1.0] -->
+ <!-- #### -twistiness [1.0] -->
+ <!-- #### -no-widening -->
+ <!-- #### -psychedelic -->
+
+ <xscreensaver-updater />
+
+ <_description>
+Simulates speeding down a rocky mineshaft, or a funky dancing worm.
+
+Written by Conrad Parker; 2001.
+ </_description>
+</screensaver>