Note 4/28: Development has paused while I continue working on the Cerberus cluster. I'll resume work soon so that I can add in more content!
MOD IS IN ALPHA PHASE
I've developed this mod with the intention of bringing new harvesting and crafting resources, consumables, weapons, armor sets with bonuses, and various QoL features to our cluster. While it's designed with our specific game environment in mind, any servers are free to use the items however they like. At this time the mod only has some Reusable (infinite) tools, and a few simple consumable items ready. These consumables provide no effect, and are purely meant as generic consumables for admin-assigned actions. I'm brand new to modding, so bare with me while I get my first project off the ground.
Known Issues
Reusable Gas Mask will negate poison projectiles, but it isn't mitigating swamp cave damage. I know the issue, just need to figure out implementing the fix :) Reusable Torch has an issue where the anglergel isn't positioned correctly. This is being worked on :)
Current Item Spawn Codes
Note: The Boosters and Voidstones have NO active effects. They are purely meant to be repurposed by admins utilizing commands as loot. As such, they do not stack. The names just reference how they're utilized on our cluster. I plan on adding Elixirs that will provide different bonuses/buffs to players and dinos :) Stay tuned!
Generic Consumables
Tome of Knowledge (XP Booster): cheat giveitem Blueprint'/CerberusAdditions/Items/Consumeables/Enchantments/XPBooster.XPBooster' 1 0 0
Taming Concoction (Taming Booster): cheat giveitem Blueprint'/CerberusAdditions/Items/Consumeables/Enchantments/TamingBooster.TamingBooster' 1 0 0 Harvesting Concoction (Harvesting Booster): cheat giveitem Blueprint'/CerberusAdditions/Items/Consumeables/Enchantments/HarvestingBooster.HarvestingBooster' 1 0 0
Fused Voidstone: cheat giveitem Blueprint'/CerberusAdditions/Items/Consumeables/Voidstones/FusedVoidstone.FusedVoidstone' 1 0 0
Reusable Equipment All reusables have a learnable engram. If you're an admin needing to disable any engrams or want to target the crafting cost, the engram entry will simply just use the name from the BP path. Ex: "EngramEntry_ReusableTorch"
Reusable Grapplebow: cheat giveitem Blueprint'/CerberusAdditions/Weapons/Reusables/PrimalItemWeapon_ReusableGrappleBow.PrimalItemWeapon_ReusableGrappleBow' 1 0 0
Reusable Torch (can be used underwater): cheat giveitem Blueprint'/CerberusAdditions/Weapons/Reusables/PrimalItemWeapon_ReusableTorch.PrimalItemWeapon_ReusableTorch' 1 0 0
Reusable Bola: cheat giveitem Blueprint'/CerberusAdditions/Weapons/Reusables/PrimalItemWeapon_ReusableBola.PrimalItemWeapon_ReusableBola' 1 0 0
Reusable Electric Prod (can be used underwater): cheat giveitem Blueprint'/CerberusAdditions/Weapons/Reusables/PrimalItemWeapon_ReusableElectricProd.PrimalItemWeapon_ReusableElectricProd' 1 0 0
Reusable Flare Gun: cheat giveitem Blueprint'/CerberusAdditions/Weapons/Reusables/PrimalItemWeapon_ReusableFlareGun.PrimalItemWeapon_ReusableFlareGun' 1 0 0
Reusable Spear: cheat giveitem Blueprint'/CerberusAdditions/Weapons/Reusables/PrimalItemWeapon_ReusableSpear.PrimalItemWeapon_ReusableSpear' 1 0 0
Reusable Shovel (requires BTT): cheat giveitem Blueprint'/CerberusAdditions/Weapons/Reusables/PrimalItemWeapon_Shovel.PrimalItemWeapon_Shovel' 1 0 0
Reusable Gas Mask: cheat giveitem Blueprint'/CerberusAdditions/Armor/Reusables/PrimalItemArmor_ReusableGasMask.PrimalItemArmor_ReusableGasMask' 1 0 0
Reusable SCUBA Tank: cheat giveitem Blueprint'/CerberusAdditions/Armor/Reusables/PrimalItemArmor_ReusableScubaTank.PrimalItemArmor_ReusableScubaTank' 1 0 0
Reusable SUBA Flippers (Note: Flippers do not reduce movement speed on land!): cheat giveitem Blueprint'/CerberusAdditions/Armor/Reusables/PrimalItemArmor_ReusableFlippers.PrimalItemArmor_ReusableFlippers' 1 0 0
Reusable SCUBA Goggles (No sound FX): cheat giveitem Blueprint'/CerberusAdditions/Armor/Reusables/PrimalItemArmor_ReusableGoggles.PrimalItemArmor_ReusableGoggles' 1 0 0
Reusable SCUBA Pants: cheat giveitem Blueprint'/CerberusAdditions/Armor/Reusables/PrimalItemArmor_ReusableScubaPants.PrimalItemArmor_ReusableScubaPants' 1 0 0
Special Shoutout to Some Great Folks:
- Pandora - My amazing wife who's always supportive of my hyperfixation moments.
- Nanoh - A fantastic dev, a great friend, and an amazing teacher. I never would have wanted to start modding if it hadn't been for him!
- BadgerBrynn - Another amazing dev. For helping show me different ways to go about enhancing combat in ARK, and for always being helpful.
- And an extra big thank you to my testers Chef, Omen, Dove, and Luck, who are always putting up with my shenanigans for testing on our cluster, and for being receptive to my random brainstorm dumping. You all are greatly appreciated