ARK on Xbox One can mesopithecus get spooked by their own reflection? |
- can mesopithecus get spooked by their own reflection?
- Rag Servers
- Unoffical ItemStackOverride code
- Nitrado server not showing up?
- Egg throbbing below their name??
- Primitive + update?
- So whats changed?
- Could I have a quick rundown on how Nitrado servers work?
can mesopithecus get spooked by their own reflection? Posted: 14 Feb 2019 12:21 AM PST my brother's argentavis carried monkey to taming pen and walls are metal. he's unable to tame so we're wondering if reflection is spooking him? [link] [comments] |
Posted: 13 Feb 2019 07:11 PM PST What complete trash. Can't go a full minute without a lag or crash. Utterly unplayable. [link] [comments] |
Unoffical ItemStackOverride code Posted: 13 Feb 2019 07:25 AM PST Hey everyone. So this was kind of a headache for me to figure out because of how piecemail the documentation is across the internet. So if you're on an unofficial server with just a handful of friends and want to increase the stack size for most crafting materials, here's the code we're using to do so on my Nitrado server. Most stacks are set to 1000. Just change the number to whatever you want if you want it higher/lower. ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawMeat_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawMeat_Fish_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Chitin_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Metal_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_MetalIngot_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Wood_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Thatch_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Obsidian_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_AnglerGel_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_BlackPearl_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Silicon_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Berry_Narcoberry_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Berry_Amarberry_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Berry_Azulberry_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Berry_Mejoberry_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Berry_Stimberry_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Berry_Tintoberry_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Fibers_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Stone_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Charcoal_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Hide_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Keratin_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Sap_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Crystal_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Electronics_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Flint_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Polymer_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Polymer_Organic_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Gunpowder_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Oil_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Pelt_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_RawSalt_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Sand_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Fertilizer_Compost_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Sparkpowder_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_SpoiledMeat_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_ChitinPaste_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Sulfur_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Gasoline_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_SubstrateAbsorbent_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemResource_Propellant_C",Quantity=(MaxItemQuantity=1000.0, bIgnoreMultiplier=true) [link] [comments] |
Nitrado server not showing up? Posted: 13 Feb 2019 07:13 PM PST Hi all, I just rented an ark server for xbox with nitrado. Except it's not showing up on the unofficial PC sessions. I named it 'Test', and searched for it in the search bar. I set it to 'All Maps', set game mode to 'All Modes'. The server doesn't have a password, but I set it to show password protected and no luck. Why can't I find it? Thanks [link] [comments] |
Egg throbbing below their name?? Posted: 13 Feb 2019 08:40 PM PST My brother has a huge base at the volcano. Built walls 6 high around and then set all to wandering. A few moments later EVERYBODY is flashing an egg under their name. What does it mean? We haven't found any eggs fertilized or unfertilized. [link] [comments] |
Posted: 13 Feb 2019 11:55 AM PST I've been running a Primitive + PvE server for a couple months now. Since it's inception, supply drops and random dinos have been missing from the game. That means no blueprints and very little well crafted gear. We were also missing bees and Thylos altogether. I logged in yesterday and my server had wiped with the update. I restored the server to just before the update and... Supply drops are working now! As well the missing Dinos have now spawned all over. I know Primitive + doesn't get the love it deserves from WC, but I am very happy to have these issues fixed! [link] [comments] |
Posted: 13 Feb 2019 10:55 AM PST Haven't played since the alien dlc was announced and ragnarok was released. I saw that they have been improving the game recently so whats changed? Did they ever fix that bug with the pig that doesn't stop eating on scorched earth? [link] [comments] |
Could I have a quick rundown on how Nitrado servers work? Posted: 13 Feb 2019 09:28 AM PST Hello. I have a few questions about how Nitrado servers work for Xbox. Thanks.
Thanks again. [link] [comments] |
You are subscribed to email updates from ARK One: For all your ARK needs on Xbox One. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment