-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathAbout.xml
29 lines (26 loc) · 1.28 KB
/
About.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ModMetaData>
<name>Follow Me!</name>
<author>Fluffy</author>
<packageId>Fluffy.FollowMe</packageId>
<description>Gives the camera tracking capabilities.
<size=28>Features</size>
Press the 'Home' key (default, can be changed with in-game keybinding settings) while any colonist, enemy, animal or item is selected, and the camera will follow them (including furniture and plants - but they tend to not move much). Alternatively, you can click with the middle mouse button on colonists in the Colonist Bar on top of the screen to toggle following.
<b>Does not require a new save game</b>
Can safely be enabled/disabled in ongoing saves.</description>
<url>https://github.com/fluffy-mods/FollowMe</url>
<supportedVersions>
<li>1.3</li>
</supportedVersions>
<modDependencies>
<li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</modDependencies>
<loadAfter>
<li>brrainz.harmony</li>
</loadAfter>
</ModMetaData>