ARK: Survival Evolved

ARK: Survival Evolved

View Stats:
GUCCI Jul 12, 2015 @ 12:04pm
How to change taming rate speed?
Hello! So i've been trying to change it for an hour already.
Finally i found the file for changing it! So where i found it was: SteamLibrary\ARKserver\ShooterGame\Saved\Config\CleanSourceConfigs

The code:
XPMultiplier=1.000000
TamingSpeedMultiplier=1.000000
HarvestAmountMultiplier=1.000000

I changed all of em to:
XPMultiplier=3.000000
TamingSpeedMultiplier=3.000000
HarvestAmountMultiplier=3.000000

But when i start the server up, it changes back to 1.00000?????
Why is this? :/

Greetings,
Qeruina
< >
Showing 1-15 of 23 comments
Syphen Jul 12, 2015 @ 12:13pm 
that is the wrong file. you need to change the GameUserSettings.ini in your WindowsServer folder under config. not the one under cleansourceconfigs
GUCCI Jul 12, 2015 @ 12:19pm 
But there is nothing for changing the speed of it in that file?
GUCCI Jul 12, 2015 @ 12:19pm 
Like i see XPmultiplier and stuff nowhere in that file?
Syphen Jul 12, 2015 @ 12:26pm 
you copy the stuff to the file I mentioned. The one in cleansourceconfigs is just in case you jack something up and need to start from scratch. All your dedicated server settings should be in the one under WindowsServer. unless your trying to adjust it for single player in which case I have no clue.

The idea basically is if you're running a dedicated server you add the settings under the [ServerSettings] section of the GameUserSettings.ini under WindowsServer. If the value isn't in there you just add it to that section. This goes for pretty much any variable you want to adjust.
/ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini


For example mine has these extra settings.

ServerCrosshair=True
ShowMapPlayerLocation=True
bDisableStructureDecayPVE=True
bAllowFlyerCarryPVE=True
ServerPVE=True
EnablePVPGamma=True
DifficultyOffset=0.75
KickIdlePlayersPeriod=2400.000000
AutoSavePeriodMinutes=15.000000
TamingSpeedMultiplier=2
HarvestAmountMultiplier=1.5
PlayerCharacterWaterDrainMultiplier=0.5
PlayerCharacterFoodDrainMultiplier=0.5
NightTimeSpeedScale=1.5
NoTributeDownloads=True
RCONEnabled=True
RCONPort=32330
Last edited by Syphen; Jul 12, 2015 @ 12:29pm
GUCCI Jul 12, 2015 @ 12:31pm 
Oke! Thanks!
GUCCI Jul 12, 2015 @ 12:39pm 
huh, still doesn't work :(
GUCCI Jul 12, 2015 @ 12:39pm 
[/script/shootergame.shootergameusersettings]
MasterAudioVolume=1.000000
MusicAudioVolume=1.000000
SFXAudioVolume=1.000000
VoiceAudioVolume=1.000000
CameraShakeScale=1.000000
bFirstPersonRiding=False
bThirdPersonPlayer=False
bShowStatusNotificationMessages=True
TrueSkyQuality=0.270000
FOVMultiplier=1.000000
GroundClutterDensity=1.000000
bFilmGrain=False
bMotionBlur=True
bUseDFAO=True
bUseSSAO=True
bShowChatBox=True
bCameraViewBob=True
bInvertLookY=False
bFloatingNames=True
bChatBubbles=True
bHideServerInfo=False
bJoinNotifications=False
bCraftablesShowAllItems=True
LookLeftRightSensitivity=1.000000
LookUpDownSensitivity=1.000000
GraphicsQuality=2
ActiveLingeringWorldTiles=10
LastServerSearchType=0
LastServerSearchHideFull=False
LastServerSearchProtected=False
HideItemTextOverlay=False
bDistanceFieldShadowing=True
LODScalar=1.000000
HighQualityMaterials=True
HighQualitySurfaces=True
bTemperatureF=False
bDisableTorporEffect=False
bChatShowSteamName=False
bChatShowTribeName=True
EmoteKeyBind1=0
EmoteKeyBind2=0
bUseVSync=False
ResolutionSizeX=1280
ResolutionSizeY=720
LastUserConfirmedResolutionSizeX=1280
LastUserConfirmedResolutionSizeY=720
WindowPosX=-1
WindowPosY=-1
bUseDesktopResolutionForFullscreen=False
FullscreenMode=2
LastConfirmedFullscreenMode=2
Version=5
XPMultiplier=3
TamingSpeedMultiplier=3
HarvestAmountMultiplier=3


I thought this should work?
Syphen Jul 12, 2015 @ 12:46pm 
The server settings have to be in their own section.

here is an example of my config. Well minus the passwords of course.


[/script/shootergame.shootergameusersettings]
MasterAudioVolume=1.000000
MusicAudioVolume=1.000000
SFXAudioVolume=1.000000
CameraShakeScale=1.000000
bFirstPersonRiding=False
bThirdPersonPlayer=False
bShowStatusNotificationMessages=True
TrueSkyQuality=0.270000
FOVMultiplier=1.000000
GroundClutterDensity=1.000000
bFilmGrain=False
bMotionBlur=True
bUseDFAO=True
bUseSSAO=True
bShowChatBox=True
bCameraViewBob=True
bInvertLookY=False
bFloatingNames=True
bChatBubbles=True
bHideServerInfo=False
bJoinNotifications=False
bCraftablesShowAllItems=True
LookLeftRightSensitivity=1.000000
LookUpDownSensitivity=1.000000
GraphicsQuality=2
ActiveLingeringWorldTiles=10
LastServerSearchType=0
LastServerSearchHideFull=False
LastServerSearchProtected=False
HideItemTextOverlay=False
bDistanceFieldShadowing=True
LODScalar=1.000000
HighQualityMaterials=True
HighQualitySurfaces=True
bTemperatureF=False
bDisableTorporEffect=False
bUseVSync=False
ResolutionSizeX=1280
ResolutionSizeY=720
LastUserConfirmedResolutionSizeX=1280
LastUserConfirmedResolutionSizeY=720
WindowPosX=-1
WindowPosY=-1
bUseDesktopResolutionForFullscreen=False
FullscreenMode=2
LastConfirmedFullscreenMode=2
Version=5

[ScalabilityGroups]
sg.ResolutionQuality=100
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=3
sg.ShadowQuality=3
sg.PostProcessQuality=3
sg.TextureQuality=3
sg.EffectsQuality=3
sg.TrueSkyQuality=3
sg.GroundClutterQuality=3
sg.IBLQuality=1
sg.HeightFieldShadowQuality=3

[ServerSettings]
ServerPassword=
ServerAdminPassword=
ServerCrosshair=True
ShowMapPlayerLocation=True
bDisableStructureDecayPVE=True
bAllowFlyerCarryPVE=True
ServerPVE=True
EnablePVPGamma=True
DifficultyOffset=0.75
KickIdlePlayersPeriod=2400.000000
AutoSavePeriodMinutes=15.000000
TamingSpeedMultiplier=2
HarvestAmountMultiplier=1.5
PlayerCharacterWaterDrainMultiplier=0.5
PlayerCharacterFoodDrainMultiplier=0.5
NightTimeSpeedScale=1.5
NoTributeDownloads=True
RCONEnabled=True
RCONPort=32330

[MessageOfTheDay]
Message=Welcome to The Sentinels ARK. Enjoy your stay! If you have any concerns or issues send me a message on The Sentinels forums.
<RichColor Color=1,0.1,0.1>Red Text</>!
Duration=20





GUCCI Jul 12, 2015 @ 12:49pm 
Oke :) thanks for helping dude, appreciate it alot!
GUCCI Jul 12, 2015 @ 12:50pm 
Let's see if it works now :D
Syphen Jul 12, 2015 @ 12:54pm 
hopefully that will get you sorted :-D

Oh and 3x tame speed will be pretty overboard. I would recommend 1.5 if you don't want pretty much insta tame. I have mine set on 2 and it is almost to fast until you are taming level 75+ dino's
Last edited by Syphen; Jul 12, 2015 @ 12:55pm
GUCCI Jul 12, 2015 @ 12:55pm 
Oh oke thank you :D

But i can't find my server now, hahahaha, idk why?
Syphen Jul 12, 2015 @ 12:56pm 
as in it isn't showing up in the server browser? Is this a dedicated server or just local hosted.
GUCCI Jul 12, 2015 @ 12:57pm 
It's local hosted?
GUCCI Jul 12, 2015 @ 1:04pm 
Works :DDD Thanks!!!
< >
Showing 1-15 of 23 comments
Per page: 1530 50

Date Posted: Jul 12, 2015 @ 12:04pm
Posts: 23