Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
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!