安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
Only spawn forced works
Sorry for my bad english
Hello again and thanks for checking out this thread! would like to let you guys know that i have found a solution to the problem, though it isnt exactly ideal. I found somewhere that someone made an ini command to place spawn points for those who wanted annunaki with the small dragons, but it also very much so works in this case since they dont spawn with the natural spawn points at the moment
pretty much, just take these strings of code and copy/paste them into the server ini files. if you are not the host, tell your host to add them into the server for the fix!
Hope this helps!
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_PGM_C",NPCSpawnEntries=( (AnEntryName="SDragon",EntryWeight=5.0,NPCsToSpawnStrings=("Small_Dragon_Character_BP_C"))), NPCSpawnLimits=( (NPCClassString="Small_Dragon_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.010) ) )
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSnowMountain_PGM_C",NPCSpawnEntries=( (AnEntryName="SDragon",EntryWeight=5.0,NPCsToSpawnStrings=("Small_Dragon_Character_BP_C"))), NPCSpawnLimits=( (NPCClassString="Small_Dragon_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.010) ) )
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_C",NPCSpawnEntries=( (AnEntryName="SDragon",EntryWeight=5.0,NPCsToSpawnStrings=("Small_Dragon_Character_BP_C"))), NPCSpawnLimits=( (NPCClassString="Small_Dragon_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.010) ) )
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SnowyMountain_Spawn_C",NPCSpawnEntries=( (AnEntryName="SDragon",EntryWeight=5.0,NPCsToSpawnStrings=("Small_Dragon_Character_BP_C"))), NPCSpawnLimits=( (NPCClassString="Small_Dragon_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.010) ) )
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="SE_DinoSpawnEntriesMountain_C",NPCSpawnEntries=( (AnEntryName="SDragon",EntryWeight=5.0,NPCsToSpawnStrings=("Small_Dragon_Character_BP_C"))), NPCSpawnLimits=( (NPCClassString="Small_Dragon_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.010) ) )
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_PGM_C",NPCSpawnEntries=( (AnEntryName="SDragon",EntryWeight=5.0,NPCsToSpawnStrings=("Small_Dragon_Character_BP_C"))), NPCSpawnLimits=( (NPCClassString="Small_Dragon_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.010) ) )
Si je trouve ou le placer avant qu'il ne réponde, je te préviendrai
Le soucis maintenant, c'est qu'il y a beaucoup trop de spawn (entre 5 et 6 par montagne)
je vais essayer modifier les ligne de code et te tiendrai au courant.
Ajoute moi steam si tu veux.
Thanks for your help
But Can you tell me how to lower the number of spawn, there are too many by mountain (5-6) ?
sure thing! see the last number in each string? ( MaxPercentageOfDesiredNumToAllow=0.010)
That number there is the % of spawn rate. right now, it is at 10%, so if you want it set to something like 5, you would change the string to MaxPercentageOfDesiredNumToAllow=0.005
You would want to use the Game.ini file of the server that you have the mod on. note that posting this in any other ini, including gameusersettings.ini, it will not work. So make sure it is in the game.ini and you'll be set!