File: modinfo.xml

package info (click to toggle)
scorched3d 41.3dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 159,620 kB
  • ctags: 26,898
  • sloc: cpp: 110,179; xml: 36,743; ansic: 31,536; makefile: 4,321; sh: 3,708; perl: 1,522; java: 209; python: 188; sql: 146
file content (34 lines) | stat: -rw-r--r-- 1,386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<modinfo>
	<main>
		<shortdescription>Play a normal Scorched3D game.</shortdescription>
		<description>Start a single or multi-player game.
One or more people play against themselves or the computer.</description>
		<icon>data/windows/tank2.bmp</icon>
		<url>http://www.scorched3d.co.uk</url>
		<protocolversion>dl</protocolversion>
	</main>
	<game>
		<shortdescription>Start an target practice game.</shortdescription>
		<description>Play a practice level against targets that don't fire back.</description>
		<icon>data/windows/target.bmp</icon>
		<gamefile>data/singletarget.xml</gamefile>
	</game>
	<game>
		<shortdescription>Start an easy single player game.</shortdescription>
		<description>Play a quick game against easy computer players.</description>
		<icon>data/windows/tank-easy.bmp</icon>
		<gamefile>data/singleeasy.xml</gamefile>
	</game>
	<game>
		<shortdescription>Start an normal single player game.</shortdescription>
		<description>Play a quick game against normal strength computer players.</description>
		<icon>data/windows/tank-med.bmp</icon>
		<gamefile>data/singlenormal.xml</gamefile>
	</game>
	<game>
		<shortdescription>Start an hard single player game.</shortdescription>
		<description>Play a quick game against hard computer players.</description>
		<icon>data/windows/tank-hard.bmp</icon>
		<gamefile>data/singlehard.xml</gamefile>
	</game>
</modinfo>