ARK: Survival Evolved

ARK: Survival Evolved

Voir les stats:
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
< >
Affichage des commentaires 1 à 15 sur 23
Syphen 12 juil. 2015 à 12h13 
that is the wrong file. you need to change the GameUserSettings.ini in your WindowsServer folder under config. not the one under cleansourceconfigs
GUCCI 12 juil. 2015 à 12h19 
But there is nothing for changing the speed of it in that file?
GUCCI 12 juil. 2015 à 12h19 
Like i see XPmultiplier and stuff nowhere in that file?
Syphen 12 juil. 2015 à 12h26 
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
Dernière modification de Syphen; 12 juil. 2015 à 12h29
GUCCI 12 juil. 2015 à 12h31 
Oke! Thanks!
GUCCI 12 juil. 2015 à 12h39 
huh, still doesn't work :(
GUCCI 12 juil. 2015 à 12h39 
[/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 12 juil. 2015 à 12h46 
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 12 juil. 2015 à 12h49 
Oke :) thanks for helping dude, appreciate it alot!
GUCCI 12 juil. 2015 à 12h50 
Let's see if it works now :D
Syphen 12 juil. 2015 à 12h54 
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
Dernière modification de Syphen; 12 juil. 2015 à 12h55
GUCCI 12 juil. 2015 à 12h55 
Oh oke thank you :D

But i can't find my server now, hahahaha, idk why?
Syphen 12 juil. 2015 à 12h56 
as in it isn't showing up in the server browser? Is this a dedicated server or just local hosted.
GUCCI 12 juil. 2015 à 12h57 
It's local hosted?
GUCCI 12 juil. 2015 à 13h04 
Works :DDD Thanks!!!
< >
Affichage des commentaires 1 à 15 sur 23
Par page : 1530 50

Posté le 12 juil. 2015 à 12h04
Messages : 23