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
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_Ragnarok_Scotland_C",NPCSpawnEntries=((AnEntryName="Rabbit",EntryWeight=100.0,NPCsToSpawnStrings=("Rabbit_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Rabbit_Character_BP_C",MaxPercentageOfDesiredNumToAllow=10.0)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesUnicorn_C",NPCSpawnEntries=((AnEntryName="Bunicorn",EntryWeight=1000.0,NPCsToSpawnStrings=("Equus_Character_BP_Bunicorn_C"))),NPCSpawnLimits=((NPCClassString="Equus_Character_BP_Bunicorn_C",MaxPercentageOfDesiredNumToAllow=1.0)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_Ragnarok_Scotland_C",NPCSpawnEntries=((AnEntryName="TekRabbit",EntryWeight=1000.0,NPCsToSpawnStrings=("Tek_Rabbit_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Tek_Rabbit_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1.0)))
and it won't work. Do you know what I'm doing wrong?
Each spawn can only be listed on one line, so all creatures added to DinoSpawnEntries_Ragnarok_Scotland_C has to be all together
like
the unicorn one looks ok was this one not working for you? you might want to turn on ragnaroks multi unicorn tames since your using the unicorn spawner
Not any of the 3 spawn?
Did you wild wipe to refresh spawns?
Hmm I’ll be home from work a little later today then I’ll try it on ragnarok
that number is extremly high youll actually only see those in that region with it set so high
i just copy and pasted the exact code i gave you and it worked
https://steamhost.cn/steamcommunity_com/id/ninjabunneh/screenshot/946211390974690215
you cannot have DinoSpawnEntries_Ragnarok_Scotland_C in multiple lines as the game will only read the first one in your game INI,
each ConfigAddNPCSpawnEntriesContainer (or region) must be its own line
SCOTLAND LIST for both rabbits
( you must list any other dinos you have custom spawning in scotland with in this same list
Bunicorn on Unicorn spawns
Sorry no way for me to know without seeing your entire game.ini
Take care!
I'm so happy you got it working ;D
some hosts are def a pain haha
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSwamp_C",NPCSpawnEntries=((AnEntryName="Revan",EntryWeight=1.0,NPCsToSpawnStrings=("Wyvern_Character_BP_Revan_C"))),NPCSpawnLimits=((NPCClassString="Wyvern_Character_BP_Revan_C",MaxPercentageOfDesiredNumToAllow=1.0)))ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesGrassland_C",NPCSpawnEntries=((AnEntryName="Tek_Rabbit",EntryWeight=1.0,NPCsToSpawnStrings=("Tek_Rabbit_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Tek_Rabbit_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1.0)))ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesGrassland_C",NPCSpawnEntries=((AnEntryName="Bunicorn",EntryWeight=1.0,NPCsToSpawnStrings=("Equus_Character_BP_Bunicorn_C"))),NPCSpawnLimits=((NPCClassString="Equus_Character_BP_Bunicorn_C",MaxPercentageOfDesiredNumToAllow=1.0)))ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesBeach_C",NPCSpawnEntries=((AnEntryName="Rabbit",EntryWeight=1.0,NPCsToSpawnStrings=("Rabbit_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Rabbit_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1.0)))ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesGrassland_C",NPCSpawnEntries=((AnEntryName="Bunzilla",EntryWeight=1.0,NPCsToSpawnStrings=("Bunzilla_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Bunzilla_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1.0)))ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesSnow_C",NPCSpawnEntries=((AnEntryName="IceJumper",EntryWeight=1.0,NPCsToSpawnStrings=("IceJumper_Character_BP_Bun_C"))),NPCSpawnLimits=((NPCClassString="IceJumper_Character_BP_Bun_C",MaxPercentageOfDesiredNumToAllow=1.0)))ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesMountain_C",NPCSpawnEntries=((AnEntryName="HellHound",EntryWeight=1.0,NPCsToSpawnStrings=("HellHound_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="HellHound_Character_BP_C",MaxPercentageOfDesiredNumToAllow=1.0)))
it looks like you have some repeating regions in the code, each container must be on its own line as well
(meaning at each ConfigAddNPCSpawnEntriesContainer= you hit enter for its own new line.)
Also no ConfigAddNPCSpawnEntriesContainer= can have the same region listed twice. instead they must be under the same line, i have merged your grasslands critters below.
below code should work as long as your map has these regions, you might also need to tweak the numbers in these to balance them from overpowering the other spawns in the region .2 to .4 entry weight is usually pretty spread out vers 1.0 being 100%
all 5 of these are on their own line and you must put all dinos in the same region added to share one line like i did for grasslands
Edit: IT WORKS! Thanks a bunch! I did end up changing the spawn region for the Wyverns and lowered the entryweight to .2 as .4 was too much.