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
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!