安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









yes, it's next to the statue on the beach
Maybe I'm misunderstanding you. When you say "teleport to the beach from fort joy for non-host clients", do you mean when players join from character creation, or is it when teleporting to the beach waypoint?
I went line by line through the story script that this overwrites, and it still looks the same. I didn't see any modifications that would affect this mod in the recent update. If there is a bug with teleporting to the beach then it may have been there all along and nobody has run into it, or it isn't the mod causing it. Either way, it doesn't look like something I can fix.
This mod adds only 3 lines of code to the fort joy starting area script which is appended to an already existing condition, which barely affects the script itself. Here they are:
UserSetFlag(_Player,"QuestUpdate_FTJ_Voice_TUT_Voice");
ItemToInventory(ITEMGUID_S_GLO_Fane_Shapeshifter_Mask_9e1dd03c-6ceb-47e6-b073-40cf228cb98e,CHARACTERGUID_S_GLO_Windego_d783285f-d3be-4cba-8333-db8976cef182);
PartyAddActualExperience(_Player,1900);
Updates a flag, moves an item, and adds some xp.