ARK: Survival Evolved

ARK: Survival Evolved

View Stats:
SuperDave Dec 6, 2015 @ 6:58am
How to turn Friendly Fire off?
In my "GameUserSettings.ini" I have the following variable set: ServerPVE=True. Is this not the way to disable friendly fire damage from other players? If not, what is the correct way? Thanks for your time, Dave
< >
Showing 1-13 of 13 comments
KERNOW Dec 6, 2015 @ 7:00am 
Wrong placement. you put the line in game.ini if I remember right. and the code is wrong ServerPVE is just so players can't kill each other or other peoples tames iam looking for teh FF code now.

bPvEDisableFriendlyFire=True makes it so you can't damage your dino's buildings ect ect.
the down side to this is if 1 of your dino's die's you can harvest it eigther.
Last edited by KERNOW; Dec 6, 2015 @ 7:06am
~ Medusa ~ Dec 6, 2015 @ 7:19am 
Originally posted by SuperDave:
In my "GameUserSettings.ini" I have the following variable set: ServerPVE=True. Is this not the way to disable friendly fire damage from other players? If not, what is the correct way? Thanks for your time, Dave


In your GameUserSettings.ini file (to disable PVP and enable PVE):

[ServerSettings]
ServerPVE=True



In your Game.ini file (to disable friendly fire):

[/script/shootergame.shootergamemode]
bPvEDisableFriendlyFire=true


SuperDave Dec 6, 2015 @ 10:53am 
Thank you both!

I'll give this a try. FYI, my "Game.ini" file is empty, so i'm going to assume you meant to paste this further down in the "GameUserSetings.ini" instead:

[ServerSettings]
ServerPVE=True

[/script/shootergame.shootergameusersettings]
bPvEDisableFriendlyFire=true

KERNOW Dec 6, 2015 @ 11:35am 
Originally posted by SuperDave:
Thank you both!

I'll give this a try. FYI, my "Game.ini" file is empty, so i'm going to assume you meant to paste this further down in the "GameUserSetings.ini" instead:

[ServerSettings]
ServerPVE=True[/script/shootergame.shootergameusersettings]
bPvEDisableFriendlyFire=true

No what we mean is you need to copy paste

[/script/shootergame.shootergameusersettings]
bPvEDisableFriendlyFire=true

In to your game.ini,

Beacuse game.ini is empty just means you havn't added any code to it, there are a number of different codes that you can put into the game.ini folder from pooping interval, egg laying, babymatureing to name but a few,

As you start making your server the way you want it, you will find you need to use both GameUserSettings.ini and Game.ini to change different settings in the game.
SuperDave Dec 6, 2015 @ 7:38pm 
Ahah! Ok thank you. I've found references to some types of server property arguments available online, but not all of them (as you mention above). What's the best online resource for all of these potential Game.ini variables?
Shadowfox85 Jul 24, 2019 @ 5:04pm 
Update for 2019 Users:

Game.ini is now "DefaultGame" located "..\ShooterGame\Config"
Vesuvius Jul 24, 2019 @ 5:14pm 
Originally posted by Shadowfox85:
Update for 2019 Users:

Game.ini is now "DefaultGame" located "..\ShooterGame\Config"
... source?... that might hold true for singleplayer/non dedicated.... Not dedicated servers.
margalus Jul 24, 2019 @ 5:23pm 
Originally posted by Shadowfox85:
Update for 2019 Users:

Game.ini is now "DefaultGame" located "..\ShooterGame\Config"

Umm, no it's not. The one that is named "game.ini" is the one that is used and that you have to edit to change things.
Last edited by margalus; Jul 24, 2019 @ 5:24pm
Nevaia Jul 24, 2019 @ 5:30pm 
I mean if youre on sp theres an option for that
Killertunes Mar 6, 2020 @ 10:20pm 
Originally posted by Shadowfox85:
Update for 2019 Users:

Game.ini is now "DefaultGame" located "..\ShooterGame\Config"

This just worked for me. When I inserted anything into Game.ini it was deleted on server restart.
Serangel Mar 6, 2020 @ 10:56pm 
Originally posted by Killertunes:
Originally posted by Shadowfox85:
Update for 2019 Users:

Game.ini is now "DefaultGame" located "..\ShooterGame\Config"

This just worked for me. When I inserted anything into Game.ini it was deleted on server restart.

Right click the game.ini file, click properties, then check the box for "read only". Be sure to uncheck it before trying to edit it.
Phidyx Mar 6, 2020 @ 11:41pm 
Hi,

When you run the game, just after choosing to play in single player mode, in the settings on the left side, look at the tab General, you should find a square to check where you can enable or disable friendly damages. It's called "Disable Friendly Fire"
Last edited by Phidyx; Mar 6, 2020 @ 11:45pm
Wariat117 Mar 7, 2020 @ 12:28am 
Originally posted by Phidy:
Hi,

When you run the game, just after choosing to play in single player mode, in the settings on the left side, look at the tab General, you should find a square to check where you can enable or disable friendly damages. It's called "Disable Friendly Fire"
you realize that dedicated server cannot be run from singleplayer, right?
after all... it's... called... server...
Last edited by Wariat117; Mar 7, 2020 @ 12:28am
< >
Showing 1-13 of 13 comments
Per page: 1530 50

Date Posted: Dec 6, 2015 @ 6:58am
Posts: 13