Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Overall, a very nice guide, and we appreciate it very much. I learned something from this :) I had no idea how to use coordinates in 7days before.
Yeah, this was basically what I expected. (and what Dry Paint said, which is essentially the same)
But what do you mean 'there isn't a crate'? You mean at the coords your server's console states?
(I've been wondering how the drops work on MP in the first place. Is there just one, and how does it decide where to spawn it/them..)
*edit: if possible, can you give the coords from the console and then the coords where you tried finding it? To make sure you didn't misinterpret them :) Also mind, (I'll add this) the crate probably isn't EXACTLY at the given coords.
*edit: another possibility is that the crate "fell out of the world", which happens here and there too. That'll also be visible in the console, though.
If you aren't finding the crate at the coordinates, it might be because you got them backwards or forgot to account for the negatives. As Ragequit mentioned, the map shows north-south first then east-west, but the console coordinates are east-west first, then elevation, and finally north-south, where west and south are negative values. So you want to jot down the last number first, then the first number and switch any negative values to either south or west to get them to match the map's coordinate values.
Another possibly explanation if you are getting the coordinates correct is if you are accidentally jotting down the plane's spawn location instead of the crates, which is easy to do if you are in a rush.
I've been using this trick in sp since 11.3 hit, but as you and others have mentioned by default this won't work in mp unless you are hosting.
I did not know this :) I'll have to check again. I don't recall seeing 2 different coordinates, but I could be mistaken. Thanks for the tip!
No probs. I've updated the OP, you might wanna check note 2 as well. I was supposed to put that in originally but typing in a rush, I forgot. :)
*edit: and yes, there's 2 coordinates, first for the plane, then the crate. And it's the crate's coords you want. (duh :p )
Find the file, in your 7DTD directory (within STEAM, usually); under the Supply crates entry, find the line of code (below); remove the <!--- and the --> at the beginning and end of the line, so the program no longer ignores the line as a "comment". Now when you get close to the crate, it will show on your map, saving you lots of search time, and allowing you to find crates which did not land on the ground.
file: \entityclasses.xml
<!-- Supply crates -->
<entity_class name="sc_MeleeWeapons">
<!-- If set this entity shows on the map -->
<!-- <property name="MapIcon" value="map_supply_crate" /> -->
As the OP stated, planes and supply crates have been problematic since around version 10, when they changed the game settings. Prior to that, I don't ever remember an invisible plane, the crates (at least one, depending on spawn number) dropped within your view, trailing visible smoke, which lasted for a significant time, allowing you to triangulate a crate position. With the latest update, crate spawns are so far away that I suspect anyone without a top 1/2% graphics computer can run settings to actually show them. I actually found my first one, by using the OP's suggestion (a variation I came up with). It was so far away that I could not even see the supply crate's location and my "base" on the map at the same time, when zoomed to the extreme limit of showing the most map, possible.
It is now, literally, a half (game) day run, or more, depending on your settings, to retrieve a single crate.
I wonder if the icon shows up in MP. I'll have to check. Concerning PC specifications, I'm not sure that's a variable that is considered when a supply drops. I've seen the crates in the air far exceeding my draw distance, for example.
That used to be the case. But now, even as I'm running full view distance @11 and max grass draw distance (as someone somewhere said this *might* affect the plane/crate-rendering) it is still invisible. Plus it also seems to spawn a bit further away in general. Don't quote me on that, though. :)
*edit: took out a few comma's from the op :D
@Loki; mind if I add this info into the OP? Or most likely just add a note to check your post, if necessary, as I'd like to avoid overgrowth in the OP. I was thinking about putting this in originally, but figured there has to be *some* work done actually finding it. ;)
That is a great find, thanks for pointing it out, definitely enabling that until they get the planes and drops rendering properly again.
Simple as this folks:
Bring up command window after plane spawns, locate the line in regards to "supply crate" and you'll see a series of numbers after it (3 series of numbers).
I.E. 359.1 , 94.1, -122.1
The first set of numbers is in regards to West and East, with East bringing the number UP and West bringing the number DOWN.
The second set of number is eleveation and can be largely ignored, unless the crate is in a tree.
The last set is in regards to North and South, with North bringing the number UP and south bringing the number Down.
Want to know where you are, with your own set of these numbers? Open the command menu again and type "listplayers", from there you'll see exactly where you are (your set of numbers, which will allow you to go from there so you match up with the numbers that were given to you in regards to where the crate is).
If you get the message in the console (in yellow) that the crate 'fell off the world', it literally means that crate is not in the world anymore. There's nothing you can do, that crate is gone. You can not find it. It has moved on to another dimension.
(I'll add this to the OP, to avoid confusion)