ARK - Survival Evolved

GRIND, GRIND, GRIND! Op deze pagina kan vind je informatie over de beste ARK clan! Grind samen en verdedig jezelf met de hulp van je bondgenoten.

Community Crunch 154: Creature Teaser Tomorrow & ARK Digest 55!

Thank you for all of your questions for this digest, Survivors! Here is our question and answer session with Lead Programmer Chris Willoughby. This week we've covered some of the very popular questions we've received regarding Extinction.

 

Survivor Asher asks, "Will extinction have an ocean, or at least a large body of water for some bigger aquatic creatures?" and survivor Alex asks, "All Extinction related pictures you've published were mostly on land. Is Extinction is going to be a map like Scorched Earth with no sea or is it a map with water creatures?"

Extinction Chronicles V Next Week!

On October 16th Extinction Chronicles V will be released on all platforms. As usual survivors can expect a new tek dino, new Explorer Notes, a new cosmetic, increased level cap, and special colored dinos on all ARKs!

Upcoming Server Maintenance!

At 1pm Eastern on October 11th we will be taking down some of our NA and EU servers for maintenance on PS4 and Xbox. We expect maintenance to last for approximately 2 hours. During this time the servers will not be running therefore time will not progress. Once the servers are back online, they will require re-adding to your favorites list as they will have new IP addresses. At the list below is a list of all affected servers

Developer Diaries!

This weeks diary entry is brought to you by Lead Programmer, Chris Willoughby. This weeks dev diary is about undermeshing, a hot button issue within our official server community. Rest assured that we’re listening and are hard at work on the issues that you have surfaced through our various channels. We thought it would be worth taking an opportunity to share our thoughts on the issue, some of the reasons it exists, and why it’s so challenging to resolve.

 

  Quote

Undermeshing refers to the ability to get to where you aren't supposed to by moving outside of the playable space. Almost every game is susceptible to undermeshing in some form. Most speed runs rely on undermeshing, for example. It's effectively impossible to solve completely, at least automatically. The approaches taken to prevent it are usually a tradeoff between how much freedom you want the player to have, how complex your world is, and how much processing time you can afford to spend on physics. Generally, when there's an instance of meshing, it's caused by bad collision setup, improper level geometry (holes), or a problem with the algorithm used to move the character through the world. In some instances, you place kill volumes in locations that you want to guarantee that the player doesn't end up, but that isn’t a global solution.

The collision setup for our objects varies based on their complexity. For very simple objects, we use a basic primitive shape (box, sphere, capsule) that matches the shape of the object. It's very good if you're able to take this approach, because natively the physics system can treat that individual object as water tight - ensuring that another physical object will never end up inside of it, and that you'll always detect it if you're already inside. When constructing a modern game, however, it's very likely that you need to use shapes that are more interesting to look at and interact with than a simple box or sphere - so you use mesh based collision. Mesh collision treats the surface of the mesh as the collideable surface, but it cannot be treated as watertight, and the physics system cannot guarantee that you don't pass through it. You might ask why, then, don't you try to represent that larger object as a bunch of smaller watertight ones? We do that in a small number of instances, but quantity of primitives is also a major concern, so it is not feasible to do this for the entire world. Take the ground under your feet, for example, at any given moment you'd be surrounded by thousands of primitives to approximate the surface of a natural looking ground, and yet it'd be less smooth than the pure mesh shape. In addition, a guarantee to not end up inside of a single body isn’t a guarantee that you won’t end up between them even if they’re tightly clumped, leading to more instances of getting stuck.

When we lay out our levels - we construct them in the way that is interesting and optimize them for efficiency so that we can maximize quality and quantity. What that means is generally the world outside of the space you're meant to play in is empty - we spend our resources on the spaces where players are at. In addition - we reuse assets many, many times - rotating a rock different ways to make it look different before shoving it into the terrain at various depths to mask the reuse and keep it visually pleasing. Technically, the physics for these objects overlaps, and if you get past the surface of one, you'll stand on the next one down. While that sounds like it would help, it’s actually the meat of the problem. Adding more meshes doesn’t help, because once you can get past one, you can get past the next one. That said, there have been many instances where we’ve flagged the collision on an object incorrectly, or left a minute hole that we can and do address through Level Design.

Nearly every game uses custom physics for characters. Much of ours is built on the out of the box simulation that you get from UE4. Fortunately for our players, our game is one where the world is vast and complex, and players have the freedom to build many objects and have many dinos. Unfortunately for us, this pushes all of these algorithms to their breaking point. We've had to augment, rework, and add additional tests in many places that affect the simulation to improve our core player experience. In addition, we've built many gameplay mechanics that don't exist out of the box. Wall climbing, for example, requires a completely new set of physics tests to understand and hug the wall surface. When we set these up, we build them to be as flexible as possible, but it can be difficult to predict how the player base will use something when they get it in their hands. In many cases, this is a good thing - we’re delighted with the creative things that our players do, but sometimes they’re able to abuse mechanics in unintended ways. When we find problems with them, we have to find solutions that won't break the mechanic completely for the many other use cases, sometimes an impossible feat! This is also why we aren’t quick to completely disable a feature - we evaluate how much harm versus good it is doing across the entire experience.

We do use kill volumes at a broad scale - usually high in the air, or far below the surface. Far outside of the playspace, to segment specific areas. The reality, though, is that when someone is meshing, they're usually not out in that empty space around the world, they're running around on the insides of overlapping shapes or physical surfaces that are just below the real surface. In order to implement kill boxes in these places, we'd have to go back to every location in the map and place a kill volume just below the surface that will kill someone that touches it. As with the terrain example above, it would require entirely too many objects to cover the entire world in these accurately. In addition, a major downside to this approach is also the fact that it will detect and kill something that may have a good reason to be below the mesh - on a Basilisk? You just got killed by the kill volumes. Misjudge where the surface is, and a bunch of players are being killed erroneously and losing their stuff.

As with all aspects of making a game, it's all a balancing act. We try to spend our time on the things that are most valuable to as many of our players as possible - which means attacking holes in the world in waves and making algorithm changes when it's become obvious that they're having a large enough negative effect on the experience for our players. The reality is that there is no silver bullet, no automatic solution - so it continues to be a problem that our game (and many others) continue to fight throughout their lifetimes. Recently, we’ve fixed a bunch of holes across all of the maps and did a pass at removing Climbing Pick exploits. Going forward, our best bet is to remain diligent about resolving issues as they arise and improving the experience over time. The good news is that we like solving hard problems - and exploits like these are some of the more interesting ones to try and tackle!

Conquest PVP Servers!

Today we have some exciting news to bring our PvP official players. We are introducing a new server cluster called: Conquest.

In contrast to our successful 6-man tribes servers, Conquest will focus on big tribes (25=player limit per tribe) and big battles. In order to fuel this large-scale fight these servers will have 2x rates compared to other official servers (unaffected by Evolution Events). This will allow tribes to build up faster, gain experience faster, raise, breed, and tame creatures faster, allow more focus directly on battling other tribes. The servers will also be capped at 100 players per server instead of 70. Server transfers will be enabled between servers within the cluster. There will be 36 servers total within the cluster, offering all map types to play on. 

This batch of Conquest servers will provide a fertile grounds for big tribes to come and play!

The Conquest servers will be spun up and available for PC players on September 28. We'll be monitoring the clusters success on PC and then evaluate bringing them to console at a later date. We encourage PvP players to check these new servers out on Friday!

Brand New Extinction Teasers!

Happy Patch Day, Survivors! It's Tuesday and ARK's latest is live. 

In celebration of the patch today we're sharing what we have been working on: some more brand new previews of our upcoming expansion pack ARK: Extinction. Check out the images below for a sneak peak at what you can expect to see on planet Earth!

 

In Extinction, Earth has become an Element-infested planet filled with fantastical creatures both organic and technological. Element has ravaged the planet and corrupted both the landscape and some of its inhabitants, causing mutations in the creatures and plants that can be found there.

 

We look forward to sharing more in the months ahead as we work towards our Extinction release!

Reactie plaatsen

Reacties

Traanleeuw
4 jaar geleden

dus ik speelde vroeger ark op deze server en ben een tijdje gestopt maar ik speel het weer en ik zou weer in de server spelen alleen de discord link is verlopen (van de website) dus kan ik er niet in