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!