its actually an map masterbundle
For masterbundles, it's important that you tag your folders (and only the necessary folders) correctly. Additionally, your file path in Unity should be 1:1 with your file path in-game.
its actually an map masterbundle
For masterbundles, it's important that you tag your folders (and only the necessary folders) correctly. Additionally, your file path in Unity should be 1:1 with your file path in-game.
You most likely didn't bundle your mod correctly. Providing more information or images from Unity would likely be helpful.
Some kind of error must be possible, even if it is just the ip/port that the client is trying to connect on.
I could see what map the server was running, and even the player count just when I tried to join it would boot me off.
ports were confirmed open by telnet
Anyway another thing for others to try... we fixed it by undoing the port forwards and re-making them with UDP/TCP not just UDP.
I'm glad that you were ultimately able to resolve this issue on your own. I hope you and your friend were still able to have a fun time in spite of the problem.
The reason the error is fairly vague is because the game just cannot know where along the line the connection failed – just that it did (because the connection was never established). Note that the server info you see before joining is just from the Steam server list; you don't actually attempt to connect to the server until you actually click the button to join.
With that being said: it'd make sense to update the support article to provide more information regarding host-specific issues (e.g., how in this case it was a port forwarding issue). I'll make a note that the article should be tweaked further.
Thank you for sharing.
So the support is 'you are on your own lol' nice.
Unfortunately, because this is a vague error that typically isn't caused by the game itself, I can't provide step-by-step instructions to fix it. It'd be easier to narrow down the actual issue first.
The linked support article gives advice on narrowing down the cause of the issue, which would make it easier to resolve (or if it's caused by something like your AV blocking it, then you would resolve it by creating a exception as mentioned in the support article).
If OP (or someone else) is unable to resolve the issue with just the relevant articles, they can file a support ticket from the website as well.
Good luck with your map development project!
Players cannot build in the main city of Elver. Try building somewhere else.
Try making sure your graphics drivers are up-to-date.
Arid is a curated map with entirely custom assets which means the guns or any item on the map for that matter do not have skins
This is the correct answer. Curated maps are, in many ways, functionally just community-created mods similar to any other content you can download from the Steam Workshop.
Did you download an old version of Rocket off some website? Our official fork of Rocket is packaged with the server files. All you have to do is run the installer we provide.
Have you read the support article about this error message? https://support.smartlydressedgames.com/hc/en-us/articles/12174787513236--Lost-connection-to-host-or-Steam-network-
It's from a mod you have installed. The mod author might have listed such information from the mod page. Otherwise, just check from the mod folder.
There's no magic option "use all my cores" the most game code is single threaded
^^ This.
Also, to clarify: -USEALLAVAILABLECORES
isn't a valid command-line / launch option. That's one of Unreal Engine 4's built-in command-line arguments. Unturned is made in Unity, not Unreal Engine 4.
Players looking to configure their launch options should refer to the official documentation that we link to from in-game, or use our ...
Read moreThe official Discord server is discord.gg/unturned.
There's also a ton of community servers. This subreddit has one, many of the larger server networks and content creators have one, there's a lot of servers dedicated to modding/plugins, and more! You can probably find a handful of these through Discord's "Discovery" feature.
Where can i find the hole brush?
Terrain → Materials → Cut [R]
If you have some more time to answer a question of mine that i cant really find info ab, does A6 polaris block blueprints? since alot of the "normal" blueprints just dont come up even when i get max skills on them. Im guessing its because that it has custom items and buildables but that seems kinda sad that it would block other blueprints.
Most curated maps have custom progression and custom items instead of the normal items/progression you'd experience on official maps.
There isn't a single item on A6 Polaris from the vanilla game, hence why you can't use any vanilla blueprints.
Omg your an actuall saint dude, i have been trying to do this for so long now and this actually worked, thank you so much!
You're welcome!
I'm personally more active on our official SDG Forum (and so is Nelson), but I do periodically browse the subreddit as well to see what interesting content or questions people are posting here instead.
Be mindful that the player clips are there for a reason (mostly for multiplayer, but regardless). It's unlikely you'll get stuck somewhere you shouldn't be, but if you do you may need to use the /teleport
command to get out.
Thank you for responding, i kinda didnt think someone would, but it seems like the "Use_Legacy_Clip_Borders false" is already on that in the config file, but i still always get the "out of bounds"
The linked posts discuss this a bit, but to clarify for A6 Polaris specifically:
Use_Legacy_Clip_Borders false
toggles the default world border. This is, basically, a cube around the edges of the map, preventing you from going too close to the real edge of the map.
A6 Polaris, and some other curated maps (or Workshop maps) will disable the default world borders by default. This is because they might want to put something in what's normally considered "out-of-bounds". E.g., an NPC safezone, an Easter egg, some questline... Or, their map is a custom/weird shape, and they just need to manually create the map border instead.
Custom map borders (like the ones on A6 Polaris) are done with Player Clip volumes. In the Editor, you can configure volumes from the "Volumes" tab. Navigate to this tab, select the "Player Clip" volume, toggle its visibility to Solid, and then manually go through and delete all player clip volumes on t...
Read moreTerrain is always "hollow". The only terrain that actually exists is what you see on the outside.
Use the Hole brush and paint a hole for the entrance. Use Objects (fake terrain, boulders, bunkers, etc.) for inside the hole.
I answered a similar question regarding this a few weeks ago here. I recommend reading both of the posts I made there, but in short: there's default map boundaries, player clip volumes that function as custom map boundaries, and safezone volumes that can function similar in limiting player functionality.
If you've already generated a token from Steam, and already added that same token to your server as well (through either the GSLT command or the Config.json option for it), then it's likely an issue with your port forwarding. Or, you're giving your friend the wrong information to join with.
Double check the ports that you've forwarded. Note that not all routers support port ranges. You may also need to open those ports on your firewall. If you're using a custom port, make sure you've set that with the port command as well.