CarrieForle-SwapLogo icon

SwapLogo

Swap the intro logo with another image.

Last updated 5 hours ago
Total downloads 9
Total rating 0 
Categories Mods Cosmetic
Dependency string CarrieForle-SwapLogo-0.1.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_Silksong-5.4.2304 icon
BepInEx-BepInExPack_Silksong

BepInEx modloader. Preconfigured and ready to use.

Preferred version: 5.4.2304

README

SwapLogo

Swap the intro Team Cherry logo with another image.

Demonstration

Usage

Install the mod (either manual or via a mod manager) and place a image file named logo.png or logo.jpg in the same folder as the DLL. Your folder structure should look like this:

.
└── BepinEx/
    └── plugins/
        └── CarrieForle-SwapLogo/
            ├── icon.png
            ├── logo.png <- your image
            ├── manifest.json
            ├── README.md
            ├── SwapLogo.dll
            └── SwapLogo.pdb

If you use a mod manager (e.g., r2modman), the above structure should be in a profile folder. If you installed BepinEx manually, it should be in the Silksong installation folder.

png and jpg format are supported.

Build

.NET 10 is required.

Create SilksongPath.props. Copy and paste the following text and edit as needed.

<Project>
  <PropertyGroup>
    <SilksongFolder>SilksongInstallPath</SilksongFolder>
    <!-- If you use a mod manager rather than manually installing BepInEx, this should be a profile directory for that mod manager. -->
    <SilksongPluginsFolder>$(SilksongFolder)/BepInEx/plugins</SilksongPluginsFolder>
  </PropertyGroup>
</Project>
dotnet build -c Release