You are viewing a potentially older version of this package. View all versions.
Rompedev-RivalIsles-1.0.0 icon

RivalIsles

PvP-style test arena island for How to Fish and the official reference map for HTF Map Loader.

Date uploaded a day ago
Version 1.0.0
Download link Rompedev-RivalIsles-1.0.0.zip
Downloads 156
Dependency string Rompedev-RivalIsles-1.0.0

This mod requires the following mods to function

Rompedev-HTFMapLoader-0.2.8 icon
Rompedev-HTFMapLoader

Custom island loader for How to Fish. Loads Unity 6000.4.4f1 URP AssetBundle maps with native navigation, radar, spawn points, wildlife options and Thunderstore map-pack discovery.

Preferred version: 0.2.8
BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

Rival Isles

Rival Isles is a small PvP-style test arena island for How to Fish and the reference/test map for HTF Map Loader.

Its main purpose is to demonstrate that custom islands can be distributed as completely separate Thunderstore packages and discovered automatically by HTF Map Loader.

Requirements

  • HTF Map Loader 0.2.8
  • BepInEx 5 / Mono
  • How to Fish

Use Install with Mod Manager. Required dependencies are declared by this package.

Map configuration

Map ID:      rival_isles
Display name: Rival Isles
Bundle:      rival_isles
Unity scene: HTFE_Island9
Author:      Rompedev
Placement:   automatic
Radar color: #FF4FA3

The Unity scene is still named HTFE_Island9 internally because that is the scene embedded in the current AssetBundle. This does not affect the public package/map name.

The map declares:

PlayerSpawnPoint
BoatSpawnPoint

as its runtime spawn markers.

Wildlife is disabled for this test arena.

Installed payload

BepInEx/
└── plugins/
    └── Maps/
        └── RivalIsles/
            ├── map.json
            └── rival_isles

HTF Map Loader 0.2.8 discovers it automatically.

CHANGELOG

Changelog

1.0.0

  • Initial release of Rival Isles.
  • PvP-style reference/test island for HTF Map Loader.
  • Independent Thunderstore package.
  • Requires HTF Map Loader 0.2.8.
  • Automatic navigation placement.
  • Pink radar marker.
  • Player and boat spawn marker configuration.