Page 1 of 1

For the love of GOD, please fix my coding

Posted: Thu Jul 16, 2015 9:21 am
by Vizza
So I've been spending the past few hours trying to help my server's owner with his coding. It somehow found itself a** backwards and I tried my hardest to re-write it all, but there still a few things that aren't adding up. That and I've never done this before tonight, so HELP ME CODING WIZARDS!

What I'm assuming is happening is that there is some bit of this code that is throwing everything else off, as when we try editing numbers (such as xp multiplier) it either doesn't work, or throws everything out of whack. So I'm hoping that someone who is more familiar with how this is SUPPOSED to look will be able to point out the inconsistency and fix it :(

What I'm trying to fix (What we'd LIKE to have happen):
5x XP. --Every time we try to change the xpmultiplier setting, it doesn't work. The setting we have it at now (in the coding below) is giving around the default xp. Annoying. (Not as bad as when we started, we were only getting half the xp as default. Talk about painful)
Taming set to twice as fast. That doesn't seem to be working when we change the settings as well.
1.5x resources. It still seems to be stuck at default.
Days twice as long, nights half as long.
Water and food drain halved. Normal speeds seems way too fast.
Among other things. But those are the big ones.

Code: Select all

[/Script/ShooterGame.ShooterGameUserSettings]
MasterAudioVolume=1.000000
MusicAudioVolume=1.000000
SFXAudioVolume=1.000000
VoiceAudioVolume=1.000000
CameraShakeScale=1.000000
bFirstPersonRiding=True
bThirdPersonPlayer=True
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

[SessionSettings]
SessionName=Ark Of Ages

[/Script/Engine.GameSession]
MaxPlayers=50

[ServerSettings]
MaxStructuresInRange=1300.000000 
DayCycleSpeedScale=1 
NightTimeSpeedScale=1.5
DayTimeSpeedScale=.5
DinoDamageMultiplier=1.000000 
PlayerDamageMultiplier=1.000000 
StructureDamageMultiplier=1.000000 
PlayerResistanceMultiplier=1.000000 
DinoResistanceMultiplier=1.000000 
StructureResistanceMultiplier=1.000000 
XPMultiplier=5.0
ShowMapPlayerLocation=True
DifficultyOffset=1
KickIdlePlayersPeriod=2400.000000
RCONPort=27020
ServerCrosshair=False
GlobalVoiceChat=True
NoTributeDownloads=True
AllowFlyerCarryPvE=True
AutoSavePeriodMinutes=15.000000
ResourcesRespawnPeriodMultiplier=2
TamingSpeedMultiplier=2.0
HarvestAmountMultiplier=1.5
PlayerCharacterWaterDrainMultiplier=.5
PlayerCharacterFoodDrainMultiplier=.5
DinoCountMultiplier=3
ServerPassword=
ServerAdminPassword=


[MessageOfTheDay]
Message=Welcome To Ark Of Ages Server(Website Coming Soon)
Thanks guys. I'm really new at this and despite all I've been able to look up and research, I've hit a wall. I'd really appreciate your help.

Re: For the love of GOD, please fix my coding

Posted: Thu Jul 16, 2015 10:22 am
by HumanGenome
Make sure to set a ServerAdminPassword value.

Re: For the love of GOD, please fix my coding

Posted: Thu Jul 16, 2015 10:25 am
by Vizza
There is one there, I just edited those parts out so no one could see the password XD

Re: For the love of GOD, please fix my coding

Posted: Thu Jul 16, 2015 2:39 pm
by aerothan
0.1 to receive faster/more XP, 5.0 to receive slower/less XP