Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
@Max They were not meant to be hunted for loot. Difference between these and vanilla is that these wont deprecate with serverrestarts like vanilla ones do.
Any way you could add alpha equivalent loot drops to all of them?
This way you have fine gran control over quantity, respawn times, global or local spawns and can even set them non-tameable if you want.
Just make sure to block all vanilla alpha spawns as well, well, it's a good idea to.
I have this working with Better Dinos and set the Alphas as non-tameable, a great combo!
Same way as you edit vanilla spawns. Here are 2 examples,
Replace vanilla alphas with this mods variant, in this example, vanilla alpha Raptor is replaced by AA Raptor
NPCReplacements=(FromClassName="MegaRaptor_Character_BP_C", ToClassName="AAMegaRaptor_Character_BP_C")
Or, add them manually into a spawncontainer of your choice, as an example, adding AA Crabs to beachspawns,
ConfigAddNPCSpawnEntriesContainer=(
NPCSpawnEntriesContainerClassString="DinoSpawnEntriesBeach_C",
NPCSpawnEntries=((AnEntryName="AACrab", EntryWeight=1000.0, NPCsToSpawnStrings=("AAMegaCrab_Character_BP_C"))),
NPCSpawnLimits=((NPCClassString="AAMegaCrab_Character_BP_C", MaxPercentageOfDesiredNumToAllow=0.01))
)
Consult https://ark.gamepedia.com/Server_Configuration if needed, all info can be found there.