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
havent been able to test this very much but should be a bit rare but since they can all spawn in one area should see bosses after maybe 4 wipes at most
Actually reading the patchnotes helps, you would have found this:
* You can now alter Boss Element on your server using the following INI values:
ConfigOverrideSupplyCrateItems=(SupplyCrateClassString="DinoDropInventoryComponent_BossSpider_Easy_C",MinItemSets=1,MaxItemSets=1,NumItemSetsPower=1.0,bSetsRandomWithoutReplacement=true,ItemSets=((MinNumItems=1,MaxNumItems=1,NumItemsPower=1.0,SetWeight=1.0,bItemsRandomWithoutReplacement=true,ItemEntries=((EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_Element_C"),ItemsWeights=(1.0),MinQuantity=100.0,MaxQuantity=100.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0)))))
DinoDropInventoryComponent_BossDragon_Easy_C
DinoDropInventoryComponent_BossDragon_Hard_C
DinoDropInventoryComponent_BossDragon_Medium_C
DinoDropInventoryComponent_BossGorilla_Easy_C
DinoDropInventoryComponent_BossGorilla_Hard_C
DinoDropInventoryComponent_BossGorilla_Medium_C
DinoDropInventoryComponent_BossGorilla_TheCenter_C
DinoDropInventoryComponent_BossManticore_Easy_C
DinoDropInventoryComponent_BossManticore_Hard_C
DinoDropInventoryComponent_BossManticore_Medium_C
DinoDropInventoryComponent_BossSpider_Easy_C
DinoDropInventoryComponent_BossSpider_TheCenter_C
DinoDropInventoryComponent_BossSpider_Hard_C
DinoDropInventoryComponent_BossSpider_Medium_C
they still work if hes trying to make them spawn in the wild like he is
same principle you can summon se creatures on the center
have put this into our server now with great success.
I use the same code to rewrite the boss element drop rate and the flags still drop.
Also got bosses spawning naturaly around my world along with every dlc critter including wyverns and griffins tho made bosses + the wyverns very rare.
I believe the trophy is called: "PrimalItemTrophy_Broodmother_Gamma_C" for the Easy Spider for example. How do I enter that into the above loot crate along with the new element rates?
Here is the correct code to get BOTH custom ELEMENT and Boss TROPHY:
ConfigOverrideSupplyCrateItems=(SupplyCrateClassString="DinoDropInventoryComponent_BossSpider_Easy_C",MinItemSets=2,MaxItemSets=2,NumItemSetsPower=1.0,bSetsRandomWithoutReplacement=true,ItemSets=((MinNumItems=2,MaxNumItems=2,NumItemsPower=1.0,SetWeight=1.0,bItemsRandomWithoutReplacement=true,ItemEntries=((EntryWeight=1.0,ItemClassStrings=("PrimalItemResource_Element_C"),ItemsWeights=(1.0),MinQuantity=30.0,MaxQuantity=30.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0),(EntryWeight=1.0,ItemClassStrings=("PrimalItemTrophy_Broodmother_Gamma_C"),ItemsWeights=(1.0),MinQuantity=1.0,MaxQuantity=1.0,MinQuality=1.0,MaxQuality=1.0,bForceBlueprint=false,ChanceToBeBlueprintOverride=0.0)))))
Just change the Boss and Both Element amounts and Boss Trophy for each level of Boss. Enjoy!