Customize and reveal guiding paths for players to follow in the world.
ArdaPaths is a Fabric mod designed to immerse players in a world by allowing configurable paths to show animated trails.
The mod is initially configured for use on ArdaCraft and with their recreation of Middle-earth. With ArdaPaths, players can embark on their own journey through Middle-earth like never before, tracing the iconic paths of beloved characters from the Lord of the Rings series.
Whether it's Frodo's perilous trek to Mount Doom or Aragorn's valiant march to reclaim his throne, each path can be meticulously plotted using the features in this mod.
This is the main item of the mod. When placed in the world, multiple path markers can be connected together. By using the path marker item on a path marker block, then selecting another path marker, you can set the second block as the target; a path will now appear between the two blocks.
Path markers can also have a message and a range configured that is displayed when players get close enough. Ctrl + Use with this item on an existing path marker allows you to configure the range and message.
Using this item on a path marker, then clicking on another, will set the second marker as the targeted path.
Important
A marker can be referenced by multiple paths and chapters.
Accessed by Ctrl + Use on a placed Path Marker block.
Important
When editing a marker, the configuration will be applied to current selected chapter on the Pathfinder. Make sure to select the correct chapter on the Pathfinder before editing a marker.
The configuration screen allows editing of the marker properties. By default the current selected chapter on the Pathfinder is used to determine which chapter's marker properties are being edited. The path and chapter can be changed using the Edit Data for Path and Chapter dropdowns at the top of the screen.
Chapter Startindicate if this marker is the start of the chapter.Show title on trailindicate if the chapter title should be displayed on the trail when the chapter becomes active.Proximity messaagethe message displayed to players when they are within range of the markerActivation rangethe range (in blocks) at which the proximity message is displayedR Speedthe speed at which the message is displayed to the player (lower is faster)F DelayBase delay (in ms) applied before any text fading begins. This value ensures a minimum fade delay regardless of the text length.F FactorAdditional delay applied per character. Longer text results in a longer total fade delay.Opacitythe minimum opacity of the text before the message disappear completely
A marker can belong to multiple paths and chapters. The Edit Links button on the marker configuration screen allows breaking these links.
Accessed through the marker configuration screen by clicking the Edit Chapters button.
ida unique identifier for the chapternamethe name of the chapter. Will be displayed on chapter changed on a trail when using the Pathfinder if the user enabled the chapter titles displaydatethe date associated with this message / event (display purposes only)indexthe index of the chapter : this will determine its position in the chapter selection dropdowns and is used in dertermining which chapter to switch to when changing chapters.warpthe warp location for this chapter (this fuctionnality uses HuskHomes warp command). This is the teleport location when the user clicksReturn to Chapter Starton his pathfinder. Acceptable values for this field are either a warp location or a set of coordinates (x y z) such as-56 16 12
- A new Chapter can be added by clicking the
+next to the chapter selection dropdown - The current chapter can be deleted by clicking the
-next to the chapter selection dropdown (note, the default chapter for a given path cannot be deleted) - The current Path colors can be adjusted, all colors are expected to be hex color values (ie: #eab113). The path colors define the trail, the chapters dropdown and the title colors.
- The Path colors can be changed without editing a chapter (click the
applybutton to save the changes). Color changes are also saved when editing a chapter and clicking thesavebutton.
The pathfinder is an item that allows players to select and follow paths. When used, the pathfinder opens the following configuration screen.
Select a Path to Followdropdown allows selecting a character's path to followSelect a Chapterdropdown allows selecting a chapter from the book within the selected pathReturn to Pathteleports the player to the last visited path marker for the selected chapterReturn to Chapter Startteleports the player to the warp location defined for the selected chapterProximity texttoggle the display of proximity messages when approaching markersText speed multiplier- Default 100% of set value adjusts the speed at which proximity messages are displayed (lower is faster)Chapter titles- Default Off - toggle the display of chapter titles when reaching a new chapter markerChapter title fade delay- Default 2 seconds - the speed at which chapter titles fade out (lower is faster)
By default, ArdaPaths is configured for use on the ArdaCraft server with four built-in paths of characters from the LOTR series.
New paths can be added to the arda-paths/server.json file with the following format:
{
"paths": [
{
"id": "0",
"name": "A Custom Path",
"primary_color": {
"red": 255,
"green": 215,
"blue": 0
},
"secondary_color": {
"red": 230,
"green": 194,
"blue": 0
},
"tertiary_color": {
"red": 255,
"green": 227,
"blue": 77
},
"chapters": {
"default": {
"id": "default",
"name": "Default",
"date": "0",
"index": 0,
"warp": "warpLocation"
}
}
}
]
}Credit to Monsterfish_ for the pathfinder texture.
Credit to Ajcool & Paul for developing the mod.