DayZ
133 ratings
Traveling Trader
3
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
15.081 KB
Oct 14, 2023 @ 1:16pm
Oct 14, 2023 @ 2:44pm
7 Change Notes ( view )

Subscribe to download
Traveling Trader

Description
TravelingTrader Mod for DayZ

This Mod Requires The Trader Mod!


Welcome to the TravelingTrader mod guide. This mod introduces dynamic traders that rotate between predefined positions in your DayZ server, offering an engaging and unpredictable experience for players.

How It Works

1. Configuration File: The mod uses a config.json file that's included in the INFO folder inside the mod. This file defines:
- A unique ID for each trader.
- The interval (in milliseconds) after which the trader will change their position.
- A message displayed to players when the trader moves.
- A list of possible positions for the trader.
- The orientation the trader will face at each position.

2. Server Profiles: The mod generates a directory in the server profiles. Server owners should copy the config.json from the INFO folder and paste it into this generated directory to ensure smooth operation.

Configuration Guide

MoveTime
- Represents the time interval after which the trader will change their position.
- Example: If set to 1800000, the trader will move every 30 minutes.

Position (Coordinates)
- Defines the possible positions the trader can occupy.
- Example: "3699.27 402.13 5967.91" is a coordinate set for Green Mountain.

Orientation
- Determines the direction the trader will face at a particular position.
- Example: "-13.234265 0 0" sets the trader's orientation at Green Mountain.

Sample Configuration

{ "RTTraderData": [ { "ID": 0, "MoveTime": 1800000, "MoveMessage": "The Weapons Trader Has Moved", "Position": [ "3699.27 402.13 5967.91", /* Initial position at Green Mountain */ "8354.06 293.143 5995.87" /* Position at Kumyrna */ ], "Orientation": [ "-13.234265 0 0", /* Initial orientation at Green Mountain */ "0 0 0" /* Orientation at Kumyrna */ ] }, { "ID": 1, "MoveTime": 1800000, "MoveMessage": "The Building Trader Has Moved", "Position": [ "3691.41 402.074 5998.47", "8357.55 293.143 5995.26" ], "Orientation": [ "158.253525 0 0", "-169.334961 0 0" ] } ] }

License & Rights

Originally posted by author:
🛡 Copyright Ⓒ This item is not authorized for posting on Steam, except under the Steam account named LinuxPhantom. Any uploads without permission will result in a DMCA.

🐛 Found Bugs/Failures? Please contact me through our Discord Server[discord.gg].

https://discord.gg/GovX
👆 Click the link above to join our Discord or Copy and Paste it!