ARK: Survival Evolved

ARK: Survival Evolved

View Stats:
This topic has been locked
Fervid Mar 8, 2019 @ 4:17pm
Is there a setting to allow pickup of structures indefinitely?
With the new homestead update, I noticed that when we place down items, there's something like a 30 second timer that allows us to pick up the items again. Is there a private server setting that will allow us to pick up the items indefinitely? (as it was with the S+ mod)

---------------
EDIT
---------------

I actually found this on the wiki shortly after posting.:

AlwaysAllowStructurePickup=true/false

Not sure if this is actually working in the game yet, but sounds like the devs are working to implement it.

I'll leave this here for anyone that comes across this topic in the future.
Last edited by Fervid; Mar 8, 2019 @ 4:30pm
Originally posted by Chrius:
Originally posted by Fervid:
I actually found this on the wiki shortly after posting.:

AlwaysAllowStructurePickup=true/false

Not sure if this is actually working in the game yet, but sounds like the devs are working to implement it.

I'll leave this here for anyone that comes across this topic in the future.

When the homestead patch was released I tested this and it worked fine (on singleplayer). Haven't played on the patches after that.

From what i've seen, when you enable that the pickup timer doesnt even show up anymore on the buildings, but if you hold E they have the pick up option.
< >
Showing 1-15 of 18 comments
KitsuneShiro Mar 8, 2019 @ 4:18pm 
Only with the s+ mod.
jaKiTo Mar 8, 2019 @ 4:20pm 
You have StructurePickupTimeAfterPlacement in GameUserSettings.ini. If you're using S+, I believe the demo gun can pickup any structure, even if not S+
This is a handy mod for doing just that, and it's a simple little ini entry to add for it.
https://steamcommunity.com/sharedfiles/filedetails/?id=756389708
Fervid Mar 8, 2019 @ 4:28pm 
I actually found this on the wiki shortly after posting.:

AlwaysAllowStructurePickup=true/false

Not sure if this is actually working in the game yet, but sounds like the devs are working to implement it.

I'll leave this here for anyone that comes across this topic in the future.
KitsuneShiro Mar 8, 2019 @ 4:52pm 
Patchnotes said
"Added ServerSettings ini config option StructurePickupHoldDuration to allow unofficials to configure (or disable by setting to 0) the quick-pickup hold duration"
AncientLotus Mar 8, 2019 @ 5:40pm 
Originally posted by KitsuneShiro:
Patchnotes said
"Added ServerSettings ini config option StructurePickupHoldDuration to allow unofficials to configure (or disable by setting to 0) the quick-pickup hold duration"


That actually adjusts the auto-pickup (when you just hit "e" to pick it up instead of using the radial wheel), and the time for the radial wheel.
KitsuneShiro Mar 8, 2019 @ 5:50pm 
Originally posted by AncientLotus:
Originally posted by KitsuneShiro:
Patchnotes said
"Added ServerSettings ini config option StructurePickupHoldDuration to allow unofficials to configure (or disable by setting to 0) the quick-pickup hold duration"


That actually adjusts the auto-pickup (when you just hit "e" to pick it up instead of using the radial wheel), and the time for the radial wheel.
Its the only setting listed in the patchnotes, besides the one mentioned above.
The author of this thread has indicated that this post answers the original topic.
Chrius Mar 8, 2019 @ 5:55pm 
Originally posted by Fervid:
I actually found this on the wiki shortly after posting.:

AlwaysAllowStructurePickup=true/false

Not sure if this is actually working in the game yet, but sounds like the devs are working to implement it.

I'll leave this here for anyone that comes across this topic in the future.

When the homestead patch was released I tested this and it worked fine (on singleplayer). Haven't played on the patches after that.

From what i've seen, when you enable that the pickup timer doesnt even show up anymore on the buildings, but if you hold E they have the pick up option.
Last edited by Chrius; Mar 8, 2019 @ 5:55pm
Fervid Mar 8, 2019 @ 6:10pm 
Originally posted by Chrius:
Originally posted by Fervid:
I actually found this on the wiki shortly after posting.:

AlwaysAllowStructurePickup=true/false

Not sure if this is actually working in the game yet, but sounds like the devs are working to implement it.

I'll leave this here for anyone that comes across this topic in the future.

When the homestead patch was released I tested this and it worked fine (on singleplayer). Haven't played on the patches after that.

From what i've seen, when you enable that the pickup timer doesnt even show up anymore on the buildings, but if you hold E they have the pick up option.

Thanks for the confirmation Chrius!
ZeroSumX Jun 23, 2020 @ 9:27pm 
Just tested this and it works! Here's what I did....Navigate to Ark/ShooterGame/Saved/Config/WindowsNoEditor Backup the GameUserSettings.ini file Then open with a text editor. Ctrl+F (find) pickup. Will highlight first instance of the word pickup, which is this line..... "StructurePickupTimeAfterPlacement=30.000000" I deleted that line, and then added (in it's place) "AlwaysAllowStructurePickup=True" (WITHOUT the quotation marks.) Save the file, and launch your game. Now structures will say "E" to pick up. Press and hold that key for the radial wheel, and you will see the option to pickup. Now I can pick up my expensive forge and grinder and redesign my base. Hope this helps others.
AncientLotus Jun 24, 2020 @ 12:53pm 
Originally posted by ZeroSumX:
Just tested this and it works! Here's what I did....Navigate to Ark/ShooterGame/Saved/Config/WindowsNoEditor Backup the GameUserSettings.ini file Then open with a text editor. Ctrl+F (find) pickup. Will highlight first instance of the word pickup, which is this line..... "StructurePickupTimeAfterPlacement=30.000000" I deleted that line, and then added (in it's place) "AlwaysAllowStructurePickup=True" (WITHOUT the quotation marks.) Save the file, and launch your game. Now structures will say "E" to pick up. Press and hold that key for the radial wheel, and you will see the option to pickup. Now I can pick up my expensive forge and grinder and redesign my base. Hope this helps others.


While that works it is not best practice, as turning off the timer makes for instant pick up without the radial wheel, which will cause accidents.

Adding:

StructurePickupHoldDuration=0.150000

along with

AlwaysAllowStructurePickup=True

would be best as it allows a forever pick up but without the instant. the timer is also so short there is no waiting period on the radial wheel. It basically just requires going through the radial wheel to pick something up. But you will never accidentally pick up anything.
ZeroSumX Jun 25, 2020 @ 10:17pm 
It still has the pickup hold duration. I have to use the radial wheel, and give it a couple seconds to charge it up before I can pick up items. I only removed the timer for how long you have after you place down an item. I never messed with or changed the StructurePickupHoldDuration string.
Last edited by ZeroSumX; Jun 25, 2020 @ 10:20pm
mrmonday2121 Aug 6, 2021 @ 11:29am 
Originally posted by KitsuneShiro:
Only with the s+ mod.
not anymore :(
AnimeHuntress181 Dec 6, 2021 @ 10:20am 
Originally posted by mrmonday2121:
Originally posted by KitsuneShiro:
Only with the s+ mod.
not anymore :(
Painful as it is... so frustrating. Sometimes stuff glitches and it sucks having to destroy stuff just to get your dino unstuck, because no mater what you do its gonna happen at some point, lol.
SGAMEZ Oct 3, 2022 @ 11:06am 
what files is/was this in ?
< >
Showing 1-15 of 18 comments
Per page: 1530 50

Date Posted: Mar 8, 2019 @ 4:17pm
Posts: 18