Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Players cannot interact with the DepaturePoints #44

Open
CoffeeSwt opened this issue May 24, 2024 · 0 comments
Open

Players cannot interact with the DepaturePoints #44

CoffeeSwt opened this issue May 24, 2024 · 0 comments

Comments

@CoffeeSwt
Copy link

Thank you for making such amazing dayz mod.
But I encountered a little problem in the process of using.

I set up a server locally and configured MongoDB and Universalapi.json files according to your tutorial, and I also opened the Universial API Manager.

After that, I configured the globals.maplink record in MongoDB, here is my configuration.
maplinkConfig.json

After that, in the server configuration, according to the configuration in JSON, the same coordinates generated the corresponding objects.

"DepaturePoints": [
      {
        "DisplayName": "chernarusplus",
        "ServerName": "chernarusplus",
        "SafeZoneRadius": 0,
        "SafeZoneCoolDown": 0,
        "TerminalType": "StaticObj_Misc_GasMeterCabinet",
        "Position": [68.4381, 150.947, 2818.12],
        "ArrivalPoints": [
          {
            "ArrivalPointName": "chernarusplus",
            "Icon": "redirect",
            "TransitionWaitTime": 3,
            "Cost": 0,
            "AcceptedCurrencyId": 0
          }
        ]
      }
    ],

I use the static object added by Gameplay.json to the server
image
image

After experiencing these operations, I use my local client to see the interaction interface when facing the object, and everything is fine.The two pictures below are my perspective
image
image

But when I let my friends enter the server, they can also see this static object, but they can’t see any interactive options.The picture below is the perspective of my friend.
image

The tool we use is Radminlan, a tool that can easily form a local area network.

All of us also closed the firewall.

When I checked the configuration, I found that there was one that recorded my local IP. I don't know if it is related to this configuration.
image

I hope to get your reply, thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant