You are viewing a potentially older version of this package. View all versions.
CherryMods-SmallCornerMap-2.1.0 icon

SmallCornerMap

Adds a compact corner minimap with contract/property markers, player tracking, and time display for Schedule I.

Date uploaded 8 months ago
Version 2.1.0
Download link CherryMods-SmallCornerMap-2.1.0.zip
Downloads 95
Dependency string CherryMods-SmallCornerMap-2.1.0

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.0 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.0

README

Small Corner Map

Adds a compact, always-visible corner minimap for Schedule I with:

  • Player position + facing indicator
  • Contract delivery location markers (auto add/remove when tracked)
  • Property points of interest markers
  • Adjustable scale (preferences file)
  • In-map time display
  • Supports both Mono and IL2CPP builds

Source / Repository

GitHub: https://github.com/JCherryhomes/Schedule-1-Small-Corner-Map

Installation (Manual)

  1. Install MelonLoader 0.7.0 for Schedule I.
  2. Download the release zip (from Thunderstore or GitHub).
  3. Extract the contents so that the DLLs end up in Mods/ inside your game directory.
  4. Launch the game; the minimap initializes upon entering the Main scene.

Thunderstore Package Layout

SmallCornerMap/
  manifest.json
  icon.png              (provide a 256x256 PNG)
  README.md
  LICENSE.txt
  Mods/
    Small_Corner_Map.Mono.dll      (Mono build)
    Small_Corner_Map.Il2cpp.dll    (IL2CPP build)

Both DLLs are shipped so users on either backend can use the mod.

Building

Use the Visual Studio / Rider configurations:

  • Mono (netstandard2.1) -> outputs Small_Corner_Map.Mono.dll
  • IL2CPP (net6.0) -> outputs Small_Corner_Map.Il2cpp.dll

After building, run the provided Pack.ps1 script to create the Thunderstore zip.

Preferences

A preferences file is created automatically (MapPreferences) allowing scale adjustment and future options.

Versioning

Current version: 2.1.0. AssemblyVersion/FileVersion kept in sync with Constants.ModVersion.

Dependencies

  • MelonLoader 0.7.0 (If required later, add S1API dependency by its Thunderstore identifier once published.)

Changelog

See CHANGELOG.md (create and maintain for future releases).

License

MIT. See LICENSE.txt.

Contributing

Issues and PRs welcome. Please describe reproduction steps for bugs and include logs if possible.

Notes

  • Keep icon simple, high contrast.
  • If Thunderstore migrates to thunderstore.toml, mirror data from manifest.json there.