安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
I'd agree if I hadn't spawned inside Westpoint's town hall today...
I should probably say that the town hall is right in the middle of everything meaning its an area thats completely overrun to begin with.
point is you didnt spawn inside of a townhall filled to the brim with zombies. Once you are outside I did say it can still kill you the moment you step outside lol
good old enigma pointed you in right direction. Just go to your steam apps folder then into common then project zomboid then media then maps and open the folder of the city you want to tinker with
for me its something like
G:\Steam\SteamApps\common\ProjectZomboid\media\maps
course my steam is on a slave drive so your install path will be different. Now how to go about adding spawn points or making sure that spawn point you want is the only place you will spawn when you start a new game, I havent done that before so I'm not sure. But i would suspect you get the coordinates of where you want to spawn, enter them into the file enigma directed you to, then perhaps delete the others so it doesnt randomize where you go. I would back up this file somewhere however incase you ever want original spawns back or if something breaks.
Next, open the handy-dandy map[pzmap.crash-override.net] and find your desired location. Hover over that with the mouse and you will see Map Coordinates on the left sidebar. They correspond with the following "spawnpoints.lua" coordinates like so:
Lua : Map
worldX : Cell X (first number of Cell coord)
worldY : Cell Y (second number of Cell coord)
posX : Rel X (first number of Rel coord)
posY : Rel Y (second number of Rel coord)
So, if I want to be a Construction Worker and spawn at the house I usually make my first base, I would modify the Construction Worker section of the Lua file to read:
constructionworker = {
{worldX=37, worldY=22, posX=121, posY=238}, -- My Spawn
},
Be sure not to change anything in the code, with the exception of removing the extra spawn locations and changing the numbers, or you will break the code. ALWAYS MAKE A BACKUP OF THE ORIGINAL BEFORE EDITING. Here's an screenshot[i.imgur.com] of the house with the coordinates I gave you above.
Sorry this was so long, but I hope this helps you. It took me a lot of poking around until I finally figured it out, and it was Enigma's post here that got me on the right track.