Initial commit

This commit is contained in:
2026-04-02 17:52:02 -04:00
commit cc510967bc
17 changed files with 1498 additions and 0 deletions

29
About/About.xml Normal file
View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>RimWorld font replacer</name>
<author>rapture.party</author>
<modVersion>1.2.0</modVersion>
<supportedVersions>
<li>1.4</li>
<li>1.5</li>
<li>1.6</li>
</supportedVersions>
<url>https://git.rapture.party/rapture-party/rimworld-font-replacer</url>
<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>
<forceLoadAfter>
<li>brrainz.harmony</li>
</forceLoadAfter>
<packageId>raptureparty.rimworldfontreplacer</packageId>
<description>
Replace the default UI font of Arial (:nauseated_face:) with any font installed on your system. It can also change the font sizes.
Note for Mac users: Unity's font loader is bugged and cannot load fonts installed under &lt;/System/Library/Fonts/Supplemental&gt;. You can symlink or copy fonts installed here to &lt;/Library/Fonts&gt; to access them.
</description>
</ModMetaData>