CargoPathView
Admin Tools v0.0.2

CargoPathView

by bmgjet · updated 4 weeks ago · 16 downloads · ☆☆☆☆☆ no reviews
CargoPathView banner

Visually displays the complete Cargo Ship patrol route

# CargoPathView

A lightweight administration tool that visually displays the complete Cargo Ship patrol route directly in-game using Rust's debug drawing system.

Perfect for map makers, custom event creators, and server owners who need to see exactly where Cargo Ship travels and where it enters harbors.

---

Features

  • 🛳️ Displays the complete Cargo Ship ocean patrol route.
  • ⚓ Shows every harbor approach path.
  • 📍 Marks harbor trigger points used by Cargo Ship.
  • 🔢 Numbers every path node for easy reference.
  • 🔵 Visual node markers.
  • 🟢 Connected path lines for clear route visualization.
  • 👑 Automatically visible only to online administrators.
  • ⚡ Lightweight coroutine-based drawing system.
---

What It Shows

While logged in as an administrator, the plugin continuously draws:

  • Main Cargo Ship patrol route
  • Harbor docking paths
  • Harbor entry trigger locations
  • Numbered navigation nodes
  • Connection lines between every waypoint
Everything is rendered using Rust's built-in ddraw debug commands, making it ideal for development and map editing.

---

Perfect For

  • Custom map development
  • Path debugging
  • Plugin development
---

Notes

  • Only online administrators can see the path.
  • Nothing is visible to normal players.
  • Drawings automatically update while admins are online.
  • Uses Rust's built-in debug rendering and has no impact on gameplay.
---