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
This does "spoil" the city/POI location layout tho since you can see (all) the grids.
If there's a modding type way I'll leave that to someone else since I have no clue. The game likes to spawn you in the forest seemingly 95% of the time (it did in A19 too), although occasionally it apparently does not.
Does A20 pick a spawn point on map creation and then (for solo/SP play) stick with that one? Because so far every time, if I start a New Game but use the same RWG map, it starts me in the same spawn point. It used to feel more random, long ago. >.>
Albeit I haven't tried it dozens of times. And sometimes I only change one aspect of a save game name, like "Test01, Test02", maybe that's not enough. Or I was just randomly unlucky a few times in a row. :/
Good to know this tidbit tho thanks, I'll keep it in mind.
The coordinates are East/West, elevation, North/South. So, for example, 1100, 35, 1200 would be 1100 East by 1200 North at an elevation of 35 (meaning ground level is 35 at that spot).
Negative numbers for East/West indicate West, and negative numbers for North/South indicate South. So, -1100, 35, 1200 would be 1100 West by 1200 North at an elevation of 35.
Does that help?
...sorry wasn't sure what I was thinking when I posted that reply awhile back. So the way that I did it - was use an editor like Notepad or Wordpad. Beyond that - I'll have to go back and remember what I did. I stopped playing and cancelled my server after creating my World. It just got too repetitive...
But I remember making a game.
Edit the file that has the spawn points in the folder, copy ALL of them, delete them from the file (%appdata%) and one by one copy them back into the spawn file and see where it lands you. Once you play with the numbers and find out how the coordinates actually work - you can create your own spawn point anywhere in the game...
Kind of general... If I create another World I'll list better details of how to do it exactly step by step...
Okay - so there is a tiny bit of information regarding this across multiple platforms leaving people scratching their heads in confusion and frustration. I know - I've been one of them. I recently (as in: tonight) re-learned how to do this and NOW - I will share it with YOU.
EDITING YOUR SPAWN POINT:
Find THIS path:
C:\Users\(YOUR NAME HERE)\AppData\Roaming\7DaysToDie\GeneratedWorlds\(MAP NAME HERE)
(to find the appdata folder - do a search and enter: %appdata%)
Find THIS file:
spawnpoints
EDIT this file with NOTEPAD (or your preferred editor but keep it simple)
You'll see something like this:
<?xml version="1.0" encoding="UTF-8"?>
<spawnpoints>
<spawnpoint position="1464.3,37.4,-1464.1" rotation="-7.3,359.2,0.0" />
<spawnpoint position="1480.2,37.4,-1473.9" rotation="-9.3,154.9,0.0" />
<spawnpoint position="1472.7,37.5,-1473.4" rotation="-27.9,48.1,0.0" />
<spawnpoint position="1462.3,37.6,-1477.2" rotation="-27.5,243.1,0.0" />
</spawnpoints>
Now...
BEFORE YOU DO ANYTHING!!! Go IN GAME. Go into DM/CM mode. Hit the map button. In the upper right you will see a light switch, hit THAT. Now click the arrows next to it until you get to BIOMES. Scroll out as far as you can. Find your preferred spawn in area. To get there on the map:
Hold the CTRL (I use the left one) and RIGHT CLICK.
You *should* pop right onto that specific point in game that you clicked on in the map.
PRESS F3.
Look at the top box, find the following:
PLAYER
X/Y/Z
ROT
That is the your current location.
Now - for the spawn point, which should be opened in Notepad now. Delete everything so it now looks like THIS:
<?xml version="1.0" encoding="UTF-8"?>
<spawnpoints>
<spawnpoint position="1464.3,37.4,-1464.1" rotation="-7.3,359.2,0.0" />
</spawnpoints>
Enter the XYZ coords exactly as you see them in the "spawnpoint position"
Enter the ROT coords exactly as you see them in the "rotation"
Save.
Start a new game to test.
You *should* spawn exactly where you want to be according to the newly edited spawnpoint in the file...
I copy and paste that line like 5 times, slightly altering the locations so that if multiple people spawn in - we all spawn in next to each other - not on top of each other.
Hope this helps :)