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
The editor needs an update.
Steam forums are not the best place to ask. The official forums or the Atlas discord might be better for asking questions like this. The pinned thread here: "Community Hub & Social Media!" has all the links.
I have made my own map (4x4) which is working fine and am running it on my own server here at home.
My map does have mermaid, gentlewhale, meanwhale, squid and the kraken, all 9 powerstone islands and the polar island cave.
Open the grid editor with your map, then CTRL-leftclick on a map grid server to open that server. Now add the following under "OceanEpicSpawnEntriesOverrideValues":
for mermaids:
(NPCSpawnEntries=((NPCsToSpawn=(BlueprintGeneratedClass'/Game/Atlas/Creatures/Mermaid/Mermaid_Character_BP.Mermaid_Character_BP_C'),NPCsSpawnOffsets=((X=000000.0000,Y=000000.0000,Z=-150.000000)),NPCsToSpawnPercentageChance=(1.000000))),NPCSpawnLimits=,MaxDesiredNumEnemiesMultiplier=1.000000)
for squids:
(NPCSpawnEntries=((NPCsToSpawn=(BlueprintGeneratedClass'/Game/Atlas/Creatures/Squid/Squid_Character_BP.Squid_Character_BP_C'),NPCsSpawnOffsets=((X=000000.0000,Y=000000.0000,Z=-150.000000)),NPCsToSpawnPercentageChance=1.000000,bForcePreventSpawnOnOcean=False)),NPCSpawnLimits=,MaxDesiredNumEnemiesMultiplier=1.000000)
for gentle whales:
(NPCSpawnEntries=((NPCsToSpawn=(BlueprintGeneratedClass'/Game/Atlas/Creatures/GentleWhale/GentleWhale_Character_BP.GentleWhale_Character_BP_C'),NPCsSpawnOffsets=((X=000000.0000,Y=000000.0000,Z=-150.000000)),NPCsToSpawnPercentageChance=(1.000000))),NPCSpawnLimits=,MaxDesiredNumEnemiesMultiplier=1.000000)
for mean whales:
(NPCSpawnEntries=((NPCsToSpawn=(BlueprintGeneratedClass'/Game/Atlas/Creatures/MeanWhale/MeanWhale_Character_BP.MeanWhale_Character_BP_C'),NPCsSpawnOffsets=((X=000000.0000,Y=000000.0000,Z=-150.000000)),NPCsToSpawnPercentageChance=(1.000000))
for monstrous mean whale:
(NPCSpawnEntries=((NPCsToSpawn=(BlueprintGeneratedClass'/Game/Atlas/Creatures/MeanWhale/MeanWhale_SeaMonster_Character_BP.MeanWhale_SeaMonster_Character_BP_C'),NPCsSpawnOffsets=((X=924389.625,Y=339917.000000,Z=-150.000000)),NPCsToSpawnPercentageChance=(1.000000))),NPCSpawnLimits=,MaxDesiredNumEnemiesMultiplier=1.000000)
for the Kraken:
As to the Kraken that is a bit different. I recommend setting it up in an otherwise empty grid server (no islands) because setting up the Kraken disables all other spawns on that grid server.
CTRL-leftclick on the grid server that you want to add the kraken to in the grid editor. Now add 'EndBossLevel' under 'ExtraSublevels'.
Additionally you need to add the 9 monster islands and add the necessary discovery zones for the powerstones for each of the monster islands and another discovery zone for the kraken . That in itself requires too long an explanation for this post and I recommend using on of the online-manuals to do it. I'll post the links below.
Also you need to add the necessary quest entries so that the powerstone and kraken quests work on your map. To do so open your map in the Island Editor, click 'Project', 'Edit' and put in the following under 'GlobalGameplaySetup'. However you cannot use the x and y coordinates given in the text below because those are the coordinates for my own map. You have to recalculate the x and y coordinates for your own map. How to do that is also explained in the online-manuals I'll link below. Sorry that one of them is in german. It's the way it is. It is a very good one though. (next post continued)
(QuestEntries=((QuestID=0,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Icon_PowerStonesQuest_Complete.Icon_PowerStonesQuest_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Icon_PowerStonesQuest_Uncomplete.Icon_PowerStonesQuest_Uncomplete',QuestName="Die Reise auf der Suche nach Macht",QuestDescription="Reise um den ATLAS, finde die neun Powerstones in den Ruinen des Goldenen Zeitalters und bringe sie zu dem grossen Strudel!",UnlockFeatNames=("Dance10"),CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_ExploreTheDepths.Skill_ExploreTheDepths_C'),QuestPointsOfInterest=((PointOfInterestID=0,PointOfInterestName="Power Stone 1",UnlockFeatNames=("Dance1"),WorldMapPosition=(X=0.929433,Y=0.807719),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon.Item_InfinityGem_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=1,PointOfInterestName="Power Stone 2",UnlockFeatNames=("Dance2"),WorldMapPosition=(X=0.678079,Y=0.441755),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon2.Item_InfinityGem_Icon2',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=2,PointOfInterestName="Power Stone 3",UnlockFeatNames=("Dance3"),WorldMapPosition=(X=0.066246,Y=0.672530),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon3.Item_InfinityGem_Icon3',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=3,PointOfInterestName="Power Stone 4",UnlockFeatNames=("Dance4"),WorldMapPosition=(X=0.441583,Y=0.561204),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon4.Item_InfinityGem_Icon4',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=4,PointOfInterestName="Power Stone 5",UnlockFeatNames=("Dance5"),WorldMapPosition=(X=0.571501,Y=0.936027),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon5.Item_InfinityGem_Icon5',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=5,PointOfInterestName="Power Stone 6",UnlockFeatNames=("Dance6"),WorldMapPosition=(X=0.430943,Y=0.064873),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon6.Item_InfinityGem_Icon6',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=6,PointOfInterestName="Power Stone 7",UnlockFeatNames=("Dance7"),WorldMapPosition=(X=0.931393,Y=0.302751),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon7.Item_InfinityGem_Icon7',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=7,PointOfInterestName="Power Stone 8",UnlockFeatNames=("Dance8"),WorldMapPosition=(X=0.075685,Y=0.318187),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon8.Item_InfinityGem_Icon8',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=8,PointOfInterestName="Power Stone 9",UnlockFeatNames=("Dance9"),WorldMapPosition=(X=0.614750,Y=0.111211),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon9.Item_InfinityGem_Icon9',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=9,PointOfInterestName="Bringe alle 9 Power Stones zum grossen Strudel",WorldMapPosition=(X=0.125703,Y=0.120516),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon_Complete.HUD_BossLocation_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon.HUD_BossLocation_Icon'))),(QuestID=9999,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_GoldenAgeTreasureMap_Icon.Item_GoldenAgeTreasureMap_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_GoldenAgeTreasureMap_Desat.Item_GoldenAgeTreasureMap_Desat',QuestName="The Fountain of Youth",QuestDescription="Wenn du ueber 90 Jahre alt bist finde den Jungbrunnen in den Ruinen des Goldenen Zeitalters um dich zu verjüngen und deine Stats dauerhaft zu erhoehen!",QuestPointsOfInterest=((PointOfInterestID=200,PointOfInterestName="Jungbrunnen",WorldMapPosition=(X=0.929433,Y=0.807719),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon'),(PointOfInterestID=201,PointOfInterestName="Fountain of Youth",WorldMapPosition=(X=0.678079,Y=0.441755),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon'),(PointOfInterestID=202,PointOfInterestName="Fountain of Youth",WorldMapPosition=(X=0.066246,Y=0.672530),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon'),(PointOfInterestID=203,PointOfInterestName="Fountain of Youth",WorldMapPosition=(X=0.441583,Y=0.561204),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon'),(PointOfInterestID=204,PointOfInterestName="Fountain of Youth",WorldMapPosition=(X=0.571501,Y=0.936027),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon'),(PointOfInterestID=205,PointOfInterestName="Fountain of Youth",WorldMapPosition=(X=0.430943,Y=0.064873),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon'),(PointOfInterestID=206,PointOfInterestName="Fountain of Youth",WorldMapPosition=(X=0.931393,Y=0.302751),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon'),(PointOfInterestID=207,PointOfInterestName="Fountain of Youth",WorldMapPosition=(X=0.075685,Y=0.318187),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon'),(PointOfInterestID=208,PointOfInterestName="Fountain of Youth",WorldMapPosition=(X=0.614750,Y=0.111211),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_FuntainOfYouth_Icon.HUD_FuntainOfYouth_Icon'))),(QuestID=5000,CompletedIcon=Texture2D'/Game/Atlas/Test/TreasureIcon.TreasureIcon',UncompletedIcon=Texture2D'/Game/Atlas/Test/TreasureIcon_Desat.TreasureIcon_Desat',QuestName="Treasure Master",QuestDescription="Grabe einen Schatz von mindestens Qualitaet 16 aus.",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Quest2.Skill_Quest2_C')),(QuestID=6000,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_GhostShip_Icon_Complete.HUD_GhostShip_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_GhostShip_Icon.HUD_GhostShip_Icon',QuestName="Ghost Hunter",QuestDescription="Finde und besiege das Ghost Ship!",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Quest3.Skill_Quest3_C'),QuestPointsOfInterest=((PointOfInterestID=0,PointOfInterestName="Ghost Ship",UnlockFeatNames=("Dance1"),WorldMapPosition=(X=0.275968,Y=0.642553),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_GhostShip_Icon_Complete.HUD_GhostShip_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_GhostShip_Icon.HUD_GhostShip_Icon'))),(QuestID=7000,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/ScourgeOfTheDamned_Icon_Complete.ScourgeOfTheDamned_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/ScourgeOfTheDamned_Icon_Incomplete.ScourgeOfTheDamned_Icon_Incomplete',QuestName="Scourge of the Damned",QuestDescription="Defeat a Galleon of the Damned of at least level 50!",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Quest4.Skill_Quest4_C')),(QuestID=8000,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/FriendOfTheMermaids_Icon_Complete.FriendOfTheMermaids_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/FriendOfTheMermaids_Icon_Incomplete.FriendOfTheMermaids_Icon_Incomplete',QuestName="Friend of the Mermaids",QuestDescription="Interact with a friendly Mermaid.",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Quest5.Skill_Quest5_C')),(QuestID=9000,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/BlueWhaleKiller_Icon_Complete.BlueWhaleKiller_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/BlueWhaleKiller_Icon_Incomplete.BlueWhaleKiller_Icon_Incomplete',QuestName="Blue Whale Killer",QuestDescription="Defeat a Monstrous Blue Whale.",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Quest6.Skill_Quest6_C')),(QuestID=10000,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/SpermWhaleKiller_Icon_Complete.SpermWhaleKiller_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/SpermWhaleKiller_Icon_Incomplete.SpermWhaleKiller_Icon_Incomplete',QuestName="Sperm Whale Killer",QuestDescription="Defeat a Monstrous Sperm Whale.",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Quest7.Skill_Quest7_C')),(QuestID=11000,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/SquidKiller_Icon_Complete.SquidKiller_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/SquidKiller_Icon_Incomplete.SquidKiller_Icon_Incomplete',QuestName="Squid Killer",QuestDescription="Defeat a Giant Squid.",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Quest8.Skill_Quest8_C')),(QuestID=1655,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/VeteranExplorer_Icon_Complete.VeteranExplorer_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/VeteranExplorer_Icon_Incomplete.VeteranExplorer_Icon_Incomplete',QuestName="Veteran Explorer",QuestDescription="Acquire 25% of the ATLAS Discovery Points!",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Quest9.Skill_Quest9_C')),(QuestID=12000,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Icon_PowerStonesQuest2_Complete.Icon_PowerStonesQuest2_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Icon_PowerStonesQuest2_Uncomplete.Icon_PowerStonesQuest2_Uncomplete',QuestName="Journey of the Gods",QuestDescription="After completing the Voyage of Power, travel into the deep trenches of the ATLAS to recover the 9 Essences of Power, and bring them to the Center Maw!",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_VeteranPathfinder.Skill_VeteranPathfinder_C'),QuestPointsOfInterest=((PointOfInterestID=100,PointOfInterestName="Essence of Power 1",WorldMapPosition=(X=0.548332,Y=0.452556),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon.Item_InfinityGem_Icon',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=101,PointOfInterestName="Essence of Power 2",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon2.Item_InfinityGem_Icon2',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=102,PointOfInterestName="Essence of Power 3",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon3.Item_InfinityGem_Icon3',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=103,PointOfInterestName="Essence of Power 4",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon4.Item_InfinityGem_Icon4',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=104,PointOfInterestName="Essence of Power 5",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon5.Item_InfinityGem_Icon5',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=105,PointOfInterestName="Essence of Power 6",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon6.Item_InfinityGem_Icon6',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=106,PointOfInterestName="Essence of Power 7",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon7.Item_InfinityGem_Icon7',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=107,PointOfInterestName="Essence of Power 8",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon8.Item_InfinityGem_Icon8',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=108,PointOfInterestName="Essence of Power 9",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon9.Item_InfinityGem_Icon9',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'),(PointOfInterestID=109,PointOfInterestName="Bring all 9 Essences of Power to Center Maw",WorldMapPosition=(X=0.125703,Y=0.120516),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon_Complete.HUD_BossLocation_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon.HUD_BossLocation_Icon'))),(QuestID=13552,CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Icon_IceDungeonQuest_Complete.Icon_IceDungeonQuest_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Icon_IceDungeonQuest_Uncompleted.Icon_IceDungeonQuest_Uncompleted',QuestName="Ins Eis!",QuestDescription="Wenn du alle 9 Power Stones gesammelt hast, begieb dich tief in das Eis-Dungeon...",CompleteGiveEngramClasses=(BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Quest10.Skill_Quest10_C',BlueprintGeneratedClass'/Game/Atlas/AtlasCoreBP/Engrams/Skill_Torpedos.Skill_Torpedos_C'),QuestPointsOfInterest=((PointOfInterestID=13500,PointOfInterestName="Eine Ice Dungeon Region",WorldMapPosition=(X=0.159725,Y=0.884856),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon_Complete.HUD_BossLocation_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon.HUD_BossLocation_Icon'),(PointOfInterestID=13501,PointOfInterestName="An Ice Dungeon Region",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon_Complete.HUD_BossLocation_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon.HUD_BossLocation_Icon'),(PointOfInterestID=13502,PointOfInterestName="An Ice Dungeon Region",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon_Complete.HUD_BossLocation_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon.HUD_BossLocation_Icon'),(PointOfInterestID=13503,PointOfInterestName="An Ice Dungeon Region",WorldMapPosition=(X=0.000000,Y=0.000000),CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon_Complete.HUD_BossLocation_Icon_Complete',UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon.HUD_BossLocation_Icon')))))
Here are the manuals I used for setting it up:
https://www.playatlas.com/index.php?/forums/topic/14301-anleitung-lan-dedicated-server-2x2-deutsch/
https://www.playatlas.com/index.php?/forums/topic/40536-tutorial-how-to-setup-a-dedicated-server-with-map-creation-3x3/
https://atlas.gamepedia.com/Server_setup
thank you for the help i did notice this had maxenemynum missing im sure you didnt mean to im just restating for future of others using the thread
for mean whales:
(NPCSpawnEntries=((NPCsToSpawn=(BlueprintGeneratedClass'/Game/Atlas/Creatures/MeanWhale/MeanWhale_Character_BP.MeanWhale_Character_BP_C'),NPCsSpawnOffsets=((X=000000.0000,Y=000000.0000,Z=-150.000000)),NPCsToSpawnPercentageChance=(1.000000))),NPCSpawnLimits=,MaxDesiredNumEnemiesMultiplier=1.000000)
i assume this is correct
as a side question though do you know if there is a different "cheat getallstate" for the mean whale ik it still work for mermaid and squid bc it still shows info in the server logs for me so ik those work but mean whale is not showing up and would you also know if it works for the monstrous mean whale by chance if you dont know its ok thank you tho for the help
also had what may be an odd question my bosses and power stones are on my map so is ghost ship but is it ok that the atlas map show the stones in different places not over the islands that they belong on its just been like that for me thank you again