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








Can you try that and let me know how you get on please?
Any other ideas?
NPCReplacements=(FromClassName="Gigant_Character_BP_C",ToClassName="Compy_Character_BP_C")
NPCReplacements=(FromClassName="Quetz_Character_BP_C",ToClassName="Compy_Character_BP_C")
NPCReplacements=(FromClassName="Quetz_Character_BP_AllColors",ToClassName="Compy_Character_BP_C")
NPCReplacements=(FromClassName="Gigant_Character_BP_AllColors",ToClassName="Compy_Character_BP_C")
PreventDinoTameClassNames=Gigant_Character_BP_C
PreventDinoTameClassNames=Quetz_Character_BP_C
PreventDinoTameClassNames=Gigant_Character_BP_AllColors
PreventDinoTameClassNames=Quetz_Character_BP_AllColors
My next test is to try using "Quetz_Character_BP_AllColors_C" as the ClassName, note with the trailing "C". I'm also replacing them with compys, just in case the empty quotes was bugging it.
I really like the mod and it is the only one that I am going to run on my new RP server. I'm holding up opening it to the public in hopes that we can get this sorted out. Thank you for your help.
If someone is reading this who knows how to resolve it, or has an idea for how it might be resolved, @Kiety and I would really appreciate you leaving a comment.
You aren't the first person who asked. Someone else wanted to be able to remove Brontos. It would be really helpful to find out how this is done so that we can add it to the documentation for this mod for other server admins in your position.
NPCReplacements=(FromClassName="Coel_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Coel_Character_BP_AllColors",ToClassName="")
NPCReplacements=(FromClassName="Sauropod_Character_BP_AllColors",ToClassName="")
NPCReplacements=(FromClassName="Trilobite_Character_C",ToClassName="")
NPCReplacements=(FromClassName="Trilobite_Character_AllColors",ToClassName="")
PreventDinoTameClassNames=Sauropod_Character_BP_C
Is not working to prevent dinos from spawning. Does it still require the _C after all colors? Dont see why it would. And yes, I did destroy all wild dinos.
NPCReplacements=(FromClassName="Sauropod_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Sauropod_Character_BP_AllColors_C",ToClassName="")
NPCReplacements=(FromClassName="Coel_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="Coel_Character_BP_AllColors_C",ToClassName="")
NPCReplacements=(FromClassName="Trilobite_Character_C",ToClassName="")
NPCReplacements=(FromClassName="Trilobite_Character_AllColors_C",ToClassName="")
PreventDinoTameClassNames=Sauropod_Character_BP_C
PreventDinoTameClassNames=Sauropod_Character_BP_AllColors_C
I think it still requires the _C because that's something that's added on even with the default dinos (normally they are just say coel_character_bp).
Let us know if that doesn't work!