forked from StingerTopGun/LoadHUD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
24 lines (17 loc) · 715 Bytes
/
modDesc.xml
File metadata and controls
24 lines (17 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="63">
<author>StingerTopGun</author>
<version>1.0.0.0</version>
<title>
<en>Load HUD</en>
</title>
<iconFilename>modIcon.dds</iconFilename>
<multiplayer supported="true"/>
<description>
<de><![CDATA[Kleine HUD Anzeige der aktuellen Motorleistung in Prozent. Der Angezeigte Wert ist der Durschnittswert der letzten 60 Frames.]]></de>
<en><![CDATA[Small HUD which shows current engine load in percent. The shown value is the average of the last 60 frames.]]></en>
</description>
<extraSourceFiles>
<sourceFile filename="LoadHUD.lua" />
</extraSourceFiles>
</modDesc>