-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
23 lines (22 loc) · 729 Bytes
/
modDesc.xml
File metadata and controls
23 lines (22 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="37">
<author>baron</author>
<version>1.17</version>
<title>
<en>Time Synchronization</en>
</title>
<description>
<en>
<![CDATA[This mod will synchronize in game time with real life time.
This is done by progressing in game time until it matches current day time.
When loading a savegame, time will be progressed to make up for the days, hours and minutes since you last saved.]]>
</en>
</description>
<iconFilename>icon.dds</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="TimeSync.lua" />
</extraSourceFiles>
<inputBindings>
</inputBindings>
</modDesc>