ARK: Survival Evolved

ARK: Survival Evolved

The Valley
 此主题已被置顶,因此可能具有重要性
1tbsp  [开发者] 2019 年 6 月 5 日 下午 11:54
Dino Mod Compatibility (Ark Additions)
To get the gameplay and progression I was wanting for this map I needed to create custom dino spawners. Unfortunately this means there is a little extra work if you want to use mods that add new dino with the map. Ideally you could ask the creator of the mod to support this map or you can just manually add each new creature to one of the maps spawners. All the spawners used on this map are listed below.

Vanilla Spawners AB_DinoSpawnEntries_RockDrake DinoSpawnEntries_Beavers DinoSpawnEntries_RedwoodWater DinoSpawnEntries_SwampWater DinoSpawnEntriesBeach DinoSpawnEntriesBee DinoSpawnEntriesQuetz DinoSpawnEntriesRedwoods DinoSpawnEntriesThy DinoSpawnEntries_Wasteland_Hard SE_DinoSpawnEntriesWyvern Custom Spawners Val_DinoSpawnEntriesArgy Val_DinoSpawnEntriesDreiZinnen Val_DinoSpawnEntriesGrassland Val_DinoSpawnEntriesHilltop Val_DinoSpawnEntriesJungle Val_DinoSpawnEntriesJungleLower Val_DinoSpawnEntriesJungleUpper Val_DinoSpawnEntriesJungle_Water Val_DinoSpawnEntriesMountainPeak Val_DinoSpawnEntriesMountains Val_DinoSpawnEntriesValley_Water Val_DinoSpawnEntries_Plateau

So if you for example wanted to add the ark additions mod to the map you could add something like the code below to your ini file. In my example I add the water dinos only to the lake which uses the vanilla swamp spawn, the deinonychus to the jungle and redwoods and the brachy to the central basin area.

ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="Val_DinoSpawnEntriesGrassland",NPCSpawnEntries=((AnEntryName="Brachy",EntryWeight=0.05,NPCsToSpawnStrings=("Brachiosaurus_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Brachiosaurus_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.05))) ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="Val_DinoSpawnEntriesHilltop",NPCSpawnEntries=((AnEntryName="Brachy",EntryWeight=0.05,NPCsToSpawnStrings=("Brachiosaurus_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Brachiosaurus_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.05))) ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="Val_DinoSpawnEntriesJungleLower",NPCSpawnEntries=((AnEntryName="Deinonychus",EntryWeight=0.1,NPCsToSpawnStrings=("Deinonychus_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Deinonychus_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1))) ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesRedwoods",NPCSpawnEntries=((AnEntryName="Deinonychus",EntryWeight=0.1,NPCsToSpawnStrings=("Deinonychus_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Deinonychus_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.1))) ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_SwampWater",NPCSpawnEntries=((AnEntryName="BigCroc",EntryWeight=0.05,NPCsToSpawnStrings=("Deinosuchus_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Deinosuchus_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.05))) ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntries_SwampWater",NPCSpawnEntries=((AnEntryName="BigTurtle",EntryWeight=0.01,NPCsToSpawnStrings=("Archelon_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="Archelon_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))
最后由 1tbsp 编辑于; 2019 年 6 月 5 日 下午 11:56
< >
正在显示第 1 - 5 条,共 5 条留言
prome 2019 年 6 月 17 日 下午 4:24 
Please hit me up on Discord(prome#6658 / https://discord.gg/RjNHWbX) so we can figure out a way to share your custom spawners to my public library.
KytchenCynk 2019 年 6 月 17 日 下午 11:32 
I love Better Dinos for a dino mod, it takes some vanilla dino's and makes em better. would i need to do the coding for that? (Better Dinos by Kraken)
1tbsp  [开发者] 2019 年 6 月 18 日 上午 12:44 
Better Dino's actually remaps dinos which means you don't need to do anything. As long as it spawns on the map it will be the better dinos version.
JurassicIan 2019 年 6 月 20 日 下午 3:13 
Heres an idea: Have a map extension. The map extension, in certain areas, has normal ARK spawns so that modded animals can spawn.
Eferhilda 2019 年 6 月 26 日 下午 3:14 
Would there need to be some coding done for the gryphons mod? https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1092784125

Figured it out and got it to work :)
最后由 Eferhilda 编辑于; 2019 年 6 月 26 日 下午 5:40
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50