Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
WaypointTeleportsOdinHorse
Small patcher so RustyMods Waypoints teleports your tamed OdinHorse with you at waypoints. Made for the upcoming MMOHeim modpack. Join us: https://discord.gg/yX9tv3FXY6
| Last updated | a week ago |
| Total downloads | 56 |
| Total rating | 0 |
| Categories | Mods Server-side Client-side Utility Transportation AI Generated |
| Dependency string | RDMods-WaypointTeleportsOdinHorse-1.2.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
Waypoint Teleports OdinHorse
WaypointTeleportsOdinHorse is a small BepInEx patcher mod that makes RustyMods Waypoints treat tamed OdinHorse mounts as valid followers when you teleport between waypoints. Waypoints does not recognize OdinHorse as a tame for portal travel on its own, this mod bridges that gap until upstream support exists.
This mod was made specifically for my upcoming modpack, MMOHeim. More content and news on our Discord server.
Join MMOHeim Discord: https://discord.gg/yX9tv3FXY6
Important notes
- Experimental. Single-player testing looks good (v1.2.0), but multiplayer has not been thoroughly tested yet. It should work in multiplayer, but treat it as early/experimental.
- OdinHorse only. This mod targets OdinPlus OdinHorse (
rae_OdinHorse). It is not for DragonRiders or other mount mods. - Compatible with BetterRiding alongside OdinHorse.
- Temporary patch. I got impatient waiting for native OdinHorse support in Waypoints. This mod will be removed or deprecated if and when Waypoints adds that compatibility upstream.
Requirements
- BepInExPack - install via your mod manager, or set up BepInEx manually before adding this mod.
- Waypoints - required for this mod to function.
- OdinHorse - required for this mod to function.
Waypoints configuration (required)
You must enable tame teleportation in the Waypoints config or your horse will not come with you.
After launching with Waypoints installed, edit:
BepInEx/config/RustyMods.Waypoints.cfg
Under [2 - Settings], set:
| Setting | Value |
|---|---|
| 5 - Teleport Tames | On |
This is off by default in Waypoints. Without it enabled, Waypoints will not treat any following tames as eligible for waypoint travel.
How it works
When you click a waypoint to teleport, this mod:
- Detects that the travel is a Waypoints teleport (not beds, portals, or other warp types).
- Finds your tamed OdinHorse that is actively following you and within range at the origin.
- Snapshots the horse ZDOID before the origin zone unloads.
- After you land and the destination area is ready, teleports the horse to your position via ZDO.
Your horse must be tamed, following you, and nearby when you warp. Non-waypoint teleports are ignored.
Multiplayer
Multiplayer is supported as a client-side mod. Each player who wants their OdinHorse to warp with them must install this mod on their own client. The dedicated server does not need this mod installed. Multiplayer has not been thoroughly tested yet, so treat it as experimental in MP and report any issues on the MMOHeim Discord.
Manual installation
- Install BepInExPack if you do not already have it.
- Install Waypoints and OdinHorse.
- Enable Teleport Tames in
RustyMods.Waypoints.cfg(see above). - Open your Valheim folder:
/steamapps/common/Valheim/ - Copy
WaypointTeleportsOdinHorse.dllintoBepInEx/plugins/(any subfolder name is fine). - Launch the game. BepInEx will create a config file on first run if one is not present yet.
Configuration
After the first launch, edit:
BepInEx/config/RDMods.WaypointTeleportsOdinHorse.cfg
| Setting | Description |
|---|---|
| EnableDebugLogging | Detailed debug logging for troubleshooting (on by default). Set to false to reduce log spam once everything works. |