ATLAS
Figureheads and Ship Essentials
 This topic has been pinned, so it's probably important
The Rare Aquatic Pyro  [developer] 8 Nov, 2019 @ 11:23am
F.A.Q
Q: How can I make an item unobtainable on my server/save?
A: You can use crafting overrides. This should go in your Game.ini

[/script/shootergame.shootergamemode]

(Other Game.ini Settings are here)

ConfigOverrideItemCraftingCosts=(ItemClassString="Ship_Deed_Brigantine_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="Ship_Deed_Brigantine_C",BaseResourceRequirement=1.0,bCraftingRequireExactResourceType=false)))

In this example, the Brigantine deed will cost itself to craft, making it unobtainable normally. For each item you want to change you will need that chunk of code. It is possible to change the cost of the items in gold this way as well.

The names for the ship deeds and item packs can be found on the Spawn Codes discussion.

The _C at the end of the item names are required for it to work.

Q: What are the ship structure limits?
A:
Sloop: Same as Default
Schooner: Same as Default
Brigantine: 800
Galleon: 1500

Q: My shipwright shopfront has no items!
A:
A recent update changed the way items are bought. Check the change notes for details. Due to this, existing Shipwright Shopfronts need to be replaced. The spawn code is:

cheat gfi PrimalItemSt_ZZ_ShipwrightSf 1 0 0


This post will be updated as more questions are asked.
Last edited by The Rare Aquatic Pyro; 4 Aug, 2020 @ 9:36am