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


BartOates

Members
  • Posts

    14
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BartOates reacted to Mordian7th in Conan Exiles server Isle of Siptah ready?   
    That's what I did - Wiped out all the mods, cleared out everything and burned it down to baseline vanilla settings.
  2. Like
    BartOates reacted to Ryan Pennington in Question about Patches ?   
    Yeah any of the patch changes are going into the unofficials 100%
     
    They use the same server binaries that we do.
     
    Only things that reference any ServerGrid.json / GameUserSettings.ini / Game.ini value change that is optional and they would likely be clear about that in the patch notes. Jat does a pretty good job at that.
  3. Like
    BartOates got a reaction from Nick in Question about Patches ?   
    Excellent! That clarifies things for me. 
     
    Thanks Tallon! 
  4. Like
    BartOates reacted to Miss_Worden in Admin Commands   
    If you are asking for my server admin password sorry, but I'm not giving it to you, but below is how you can log in to your server as admin.
     
     
    use your ~ / ` (the one to the left of the 1 key) and type enablecheats <YOUR ADMIN PASSWORD HERE> and hit enter
     
    Then there is cheat god, cheat Gmbuff, and showmyadminmanager 
     
    I have been collecting ids and commands now for the past 3 weeks .. I have 4 pages in my Notepad ++ of codes
  5. Like
    BartOates reacted to Tallon in Question about Patches ?   
    They have to alter the core files then recook them, server inis are for configuring multiple instances, they give us the ability to try different configs.... They also have to alter the Dev kit if there is one so everything is the same for modders.... Its more complicated than this but this explains in a simple manner...
     
    With the Ramp code they added this to the core files so we the gamers can configure either up or down or less or more & so on..
  6. Like
    BartOates reacted to Ryan Pennington in Single Server, Single Map ? EDITOR   
    We'd love to be pointed in the direction of a better 1x1 as well..
     
    Eventually I would love to have a ton of different templates for customers to choose from.
  7. Like
    BartOates reacted to ProfessorOrin in Helpful Scripts and Commands   
    Ahoy Atlas Community! Professor Orin here.
     
    The following are some scripts and commands I use on my server that I find very helpful. As I find more I'll edit this post and add them in. If you have any helpful Scripts and Commands please post them below for our Community.
     
    Remember to STOP your Server Before adding / editing any files.
     
    Path to the GameUserSettings.ini file 
     
    ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini
     
    Path to the Game.ini file
     
    ShooterGame/Saved/Config/WindowsServer/Game.ini
     
    Atlas uses the Ark engine so a good amount of Ark Server Settings will work. They will just need to be Tested and Confirmed.
     
    You can upload a Custom ServerGrid.json file via FTP. You can use the Atlas Grid Editor to create this file.
     
    =========================
     
    Remove Level cap on Freeport / Home servers and add in a stat multiplier. ( Tested and Confirmed )
     
    This goes into the Game.ini file Not the GameUserSettings.ini file
     
    Change the 55 to what ever you want your max server level to be. And change the 3 to what ever you want your stat multiplier to be.
     
    [/script/ShooterGame.ShooterGameMode]
    PlayerDefaultNoDiscoveriesMaxLevelUps=55
    bClampHomeServerXP=True
    ClampHomeServerXPLevel=55
    PerLevelStatsMultiplier_Player[0]=3  //Health
    PerLevelStatsMultiplier_Player[1]=3  //Stamina
    PerLevelStatsMultiplier_Player[7]=3  //Weight
    PerLevelStatsMultiplier_Player[10]=3 //Fortitude
    PerLevelStatsMultiplier_Player[11]=3 //Intelligence
     
    =========================
     
    Turning off Claim Flags and Setting Decay Rate. ( Tested and Confirmed )   Turning off Claim Flags will turn your Server Lawless and Structures will decay. This script will turn off claim flags and give you a decay rate multiplier. Change the 0.0 to what ever you want the decay rate to be for structures. 0.0 will be no decay.   This goes into the Game.ini file Not the GameUserSettings.ini file   [/script/ShooterGame.ShooterGameMode]
    bDontUseClaimFlags=True
    NoClaimFlagDecayPeriodMultiplier=0.0  
    =========================
     
    Add Message of the Day ( Tested and Confirmed )
     
    This goes into the GameUserSettings.ini file be sure to put it at the bottom of the file
     
    [MessageOfTheDay]
    Message=Your Message Here   ========================   To Change XP Multiplier, TamingSpeed, HarvestingAmount and going from PvP to PvE. ( Credit to Ar-Kane )   Go into the GameUserSettings.ini file. Once you open it you will see lists of scripts. Scroll down until you find [serverSettings]   It will look like this    [serverSettings]
    ShowMapPlayerLocation=True
    AllowThirdPersonPlayer=True
    PvPStructureDecay=False
    ServerCrosshair=True   At the end of the list you will add    ServerPve=True XPMultiplier=1 TamingSpeedMultiplier=1.00000 HarvestAmountMultiplier=1.00000   Change the 1 to what you want the amount to be since 1 is default. Make sure to put the new settings at the end of the list but before you see this [sessionSettings].   The following of the above settings I have tested and confirmed. ( server pve, Taming Speed, Haevest Amont )   =========================   Adding more skill points per level. ( Credit to Ar-Kane )( Tested and Confirmed )   This goes into the Game.ini file Not the GameUserSettings.ini file   You will need to add one line per character level. So if your server max level is 100 you will need to add 100 lines.   Change the 10 to what ever additional skill points you want to add per level.   [/script/ShooterGame.ShooterGameMode] OverridePlayerLevelEngramPoints=10 OverridePlayerLevelEngramPoints=10 OverridePlayerLevelEngramPoints=10 OverridePlayerLevelEngramPoints=10  
    =========================
     
    Where to find the info needed so your FTP program can access your server.
     
    Log into your servers control panel. To the right of the big Atlas icon you will see three columns.
     
    Server Details   FTP Details   RCON Details you will want to use the info under the FTP Details. Example below
     
     FTP Details
    IP/Host: 000.000.000.000
    ServerGrid.json
    Port: 00
    User: xxx
    Pass: xxx
        =========================   Per Level Stat Multiplier for Tamed Animals. ( Not Tested Or Confirmed As of 12/31/2018 )    This goes into the Game.ini file Not the GameUserSettings.ini file   Change the 1.0 to what ever you want the stat Multiplier to be.   I have not tested this script some of the stats May Not Apply to Atlas Tamable animals.    [/script/shootergame.shootergamemode]
    PerLevelStatsMultiplier_DinoTamed[0]=1.0  //Health
    PerLevelStatsMultiplier_DinoTamed[1]=1.0  //Stamina
    PerLevelStatsMultiplier_DinoTamed[2]=1.0  //Tropidity
    PerLevelStatsMultiplier_DinoTamed[3]=1.0  //Oxygen
    PerLevelStatsMultiplier_DinoTamed[4]=1.0  //Food
    PerLevelStatsMultiplier_DinoTamed[5]=1.0  //Water
    PerLevelStatsMultiplier_DinoTamed[7]=1.0  //Weight
    PerLevelStatsMultiplier_DinoTamed[8]=1.0  //Melee
    PerLevelStatsMultiplier_DinoTamed[9]=1.0  //Speed   =========================