Jump to content

Skyfie

Object Collision when placing items

Recommended Posts

Hi Guys

 

I have got my own server running with no real issues, one funny that I found is that I cannot place some objects with the following message "Can't place stone: object is blocked"
I know that there was a setting in Ark to allow this, bDisableStructurePlacementCollision=true to your Game.ini  but I cannot find the same in the Atlas config files.

Has anyone got any ideas? 

Thanks in advance!

Share this post


Link to post
Share on other sites
15 minutes ago, Skyfie said:

Hi Guys

 

I have got my own server running with no real issues, one funny that I found is that I cannot place some objects with the following message "Can't place stone: object is blocked"
I know that there was a setting in Ark to allow this, bDisableStructurePlacementCollision=true to your Game.ini  but I cannot find the same in the Atlas config files.

Has anyone got any ideas? 

Thanks in advance!

Did you tried the same, i guess that will work.

Share this post


Link to post
Share on other sites

I did add it in the defaultgame.ini file but it didn't work.

 

I did manage to get it working (after some sleep 61 hours in already) by adding it to the server.json file, under the additional settings.

      "OverrideShooterGameModeDefaultGameIni": {
        "NoClaimFlagDecayPeriodMultiplier": "4",
        "PlayerDefaultNoDiscoveriesMaxLevelUps": "255",
        "bClampHomeServerXP": "0",
        "bDisableStructurePlacementCollision": "true",
        "ClampHomeServerXPLevel": "255"

*Note the server.json file has a setting to override the game.ini file: "OverrideShooterGameModeDefaultGameIni": {},

Thanks for the input and suggestion.

 

  • Thanks 1

Share this post


Link to post
Share on other sites

Game.ini

[/script/shootergame.shootergamemode]
bDisableStructurePlacementCollision=True

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...