Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Yami

Members
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    1
  1. Hey everyone, I'm running a server that's been up for a couple of weeks. It's titled "RGN" if you search that it will come up. We're a larger gaming community that has a sub-sect running a Dark and Light server. We are looking to start a strong, roleplay oriented group of individuals with a strong taste for dignity, and respect among players. If you have any questions, feel free to message me! You can always find me in Teamspeak as well at ts.recklessnetwork.com and our rules/suggestions and feedback are on www.recklessnetwork.com under the "Dark and Light" subforum. Thank you for your time and patience in reading this! Have a great day!
  2. Hello, I'm curious as to whether or not anyone has any specific times that the servers will restart. Since it is not on a custom interval, I'm just curious as to what the set times are. I have my server currently set to 12 hour restarts, but there really doesn't seem to be any rhyme or reason as to when it decides to restart itself. Thank you, Yami
  3. My Game.ini was blank prior to inputting those codes and I didn't think anything of it and haven't had any issues haha. I wish the restart server and save settings didn't wipe the present .ini file with custom settings but I can understand why it does.
  4. Please reference some of my threads in my recent posts, there are some great discussions and uses of custom scripts and examples in them that will help you edit the server.
  5. Swimmingly. Having those scripts in the game.ini with the dnl.shootergamemode results in pointperlevel changes going just as they did in Ark.
  6. Okay, so after putting [/script/shootergame.shootergamemode] PerLevelStatsMultiplier_Player[0]=2.0 PerLevelStatsMultiplier_Player[1]=1.0 PerLevelStatsMultiplier_Player[2]=1.0 PerLevelStatsMultiplier_Player[3]=1.0 PerLevelStatsMultiplier_Player[4]=1.0 PerLevelStatsMultiplier_Player[5]=1.0 PerLevelStatsMultiplier_Player[6]=1.0 PerLevelStatsMultiplier_Player[7]=2.0 PerLevelStatsMultiplier_Player[8]=2.0 PerLevelStatsMultiplier_Player[9]=1.0 PerLevelStatsMultiplier_Player[10]=1.0 PerLevelStatsMultiplier_Player[11]=1.0 PerLevelStatsMultiplier_Player[12]=1.0 PerLevelStatsMultiplier_Player[13]=3.0 in my Game.ini file, I am still unable to get the points per stat level to reflect the changes I've entered. They're stuck at the base rates. I know I was on a server previously where the weight when in as 50 per point. Anyone have any ideas/solutions? My path for it is /DNL/Saved/Config/WindowsServer/Game.ini <---- that's where I entered the configuration code above. Ugh, I think DogHead mentioned what I did wrong already. I had shootergame.shootergamemode, not dnl.shootergamemode. >_< I just brought it down and back up to test it, so we'll see what happens! Fingers crossed!
  7. These are my current config settings [serverSettings] ServerAdminPassword=*********** RCONPort=27020 PvEDinoDecayPeriodMultiplier=1.000000 KickIdlePlayersPeriod=2400.000000 PerPlatformMaxStructuresMultiplier=1.000000 AutoSavePeriodMinutes=30.000000 ListenServerTetherDistanceMultiplier=1.000000 MaxTamedDinos=5000.000000 RCONServerGameLogBuffer=600.000000 PlayerCharacterFoodDrainMultiplier=0.50000 PlayerCharacterWaterDrainMultiplier=0.50000 HarvestAmountMultiplier=3.00000 HarvestHealthMultiplier=2.00000 TamingSpeedMultiplier=3.00000 XPMultiplier=3.00000 [/script/DNL.ShooterGameUserSettings] MasterAudioVolume=1.000000 MusicAudioVolume=1.000000 SFXAudioVolume=1.000000 VoiceAudioVolume=1.000000 UIScaling=1.000000 CameraShakeScale=1.000000 bFirstPersonRiding=False bDoubleClickToEvade=True bShowStatusNotificationMessages=True TrueSkyQuality=0.700000 FOVMultiplier=1.000000 GroundClutterDensity=1.000000 bFilmGrain=False bAllowHDR=False bMotionBlur=False bUseDFAO=False bUseSSAO=True bShowChatBox=True bCameraViewBob=True bInvertLookY=False bFloatingNames=True bChatBubbles=True bHideServerInfo=False bJoinNotifications=False bCraftablesShowAllItems=True bLocalInventoryShowAllItems=False bRemoteInventoryShowAllItems=False LookLeftRightSensitivity=1.000000 LookUpDownSensitivity=1.000000 GraphicsQuality=1 ActiveLingeringWorldTiles=10 ClientNetQuality=3 LastServerSearchType=0 LastServerSearchHideFull=False LastServerSearchProtected=False HideItemTextOverlay=False bDistanceFieldShadowing=True LODScalar=1.000000 bToggleToTalk=False HighQualityMaterials=True HighQualitySurfaces=True bTemperatureF=False bDisableTorporEffect=False bChatShowSteamName=False bChatShowTribeName=True EmoteKeyBind1=0 EmoteKeyBind2=0 EmoteKeyBindLaughing=0 EmoteKeyBindSorry=0 bNoBloodEffects=False bLowQualityVFX=False bSpectatorManualFloatingNames=False bSuppressAdminIcon=False bUseSimpleDistanceMovement=False bDisableMeleeCameraSwingAnims=False LastPVESearchType=-1 LastDLCTypeSearchType=-1 bUseVSync=False MacroCtrl0= MacroCtrl1= MacroCtrl2= MacroCtrl3= MacroCtrl4= MacroCtrl5= MacroCtrl6= MacroCtrl7= MacroCtrl8= MacroCtrl9= ResolutionSizeX=1280 ResolutionSizeY=720 LastUserConfirmedResolutionSizeX=1280 LastUserConfirmedResolutionSizeY=720 WindowPosX=-1 WindowPosY=-1 bUseDesktopResolutionForFullscreen=False FullscreenMode=2 LastConfirmedFullscreenMode=2 Version=5 [sessionSettings] SessionName=RGN - PvPvE RP 3x All | SurvivalServers.com [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 [/script/Engine.GameSession] MaxPlayers=40 [/script/shootergame.shootergamemode] PerLevelStatsMultiplier_Player[0]=2.0 PerLevelStatsMultiplier_Player[1]=1.0 PerLevelStatsMultiplier_Player[2]=1.0 PerLevelStatsMultiplier_Player[3]=1.0 PerLevelStatsMultiplier_Player[4]=1.0 PerLevelStatsMultiplier_Player[5]=1.0 PerLevelStatsMultiplier_Player[6]=1.0 PerLevelStatsMultiplier_Player[7]=2.0 PerLevelStatsMultiplier_Player[8]=2.0 PerLevelStatsMultiplier_Player[9]=1.0 PerLevelStatsMultiplier_Player[10]=1.0 PerLevelStatsMultiplier_Player[11]=1.0 PerLevelStatsMultiplier_Player[12]=1.0 PerLevelStatsMultiplier_Player[13]=3.0 [MessageOfTheDay] Duration=30 Message=Welcome to RGN Dark and Light! Be Respectful, and have fun! No Killing NPCs, or KOS Initiation! Server Restart is every 12 hours! Saves every 30 minutes! It is still not letting get it to where player weight is increasing per point. I'm trying to do a 20:1 weight/point however it is not changing no matter what I do with the config files it seems. Ugh, just realized, that needs to go into game.ini, not gameusersettings. That would probably explain my issue... Edit: Just kidding! I need to put it in Game.ini so I'm making that change now and updating server in a few, we'll see how it goes!
  8. Haha, I'm constantly wanting to bring my server down to update, but I know that it is bad for pop to just be down and up and down and up.
  9. Hey Everyone, I've got a quick question for you guys! So, when it comes to server saves, I don't want to do incredibly frequent saves because it will result in frequent locking/rubberbanding if I were to do a 15 minute window. 30 minutes seems like a very reasonable timeframe, however is there any way to make it so that they save pre-restart? Like for instance, I have the server restart set to 12 hour intervals right now to keep things clean, but it's going to fall that no matter what, the last 30 minutes before restart are a waste essentially. Aside from someone having to be on to manually save the world, is there a way to save pre-restart through a config line or something? Thank you greatly, Yami
  10. I put this PlayerCharacterFoodDrainMultiplier=0.50000 PlayerCharacterWaterDrainMultiplier=0.50000 HarvestAmountMultiplier=3.00000 HarvestHealthMultiplier=2.00000 TamingSpeedMultiplier=3.00000 XPMultiplier=3.00000 Directly under the [serverSettings] in the FTP. One question I do have for you guys though, what is the command for perlevelstat multipliers? Has anyone configured those for DnL yet? I have the ark ones in but they don't seem to be working as well due to the change of stat order and such.
  11. Actually, after posting this, I was able to get the config to work correctly. I can also confirm that ark command configs work just as well. I was able to get my 3x across the board with .5 water and food drain effective and working on the live server. Thank you guys!
  12. Hey there, I know this is going to be a bit broad, but I'm hoping the forum community will be able to help out a bit. I'm looking to set up a server with 3X gathering, taming,and exp with .5 on values for food and water drain. I FTP'd into the server and edited the game files, I'm just not sure if I did everything correctly. I used ARK server lines which I assume apply due to the two essentially being one game. Can anyone look into my server config/provide assistance on a tutorial/step by step for configuring these settings? Server is: 107.173.81.126:57816 Thank you greatly, Yami