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


Helpful Scripts and Commands


ProfessorOrin

Recommended Posts

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]=//Health
PerLevelStatsMultiplier_Player[1]=3  //Stamina
PerLevelStatsMultiplier_Player[7]= //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 sinceis 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

 
default.gif
 
=========================
 
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
 
=========================
 
 
 
 
 
 

 

 

 


 

Share this post


Link to post
Share on other sites

I have not tested it yet for taming speed but I believe the xp multiplier setting works

in /ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini under [serverSettings] add

 

XPMultiplier=1
TamingSpeedMultiplier=1
 
also
 
HarvestAmountMultiplier=1
 
if u want to harvest more .... change 1 to whatever u want 1 being default.

Share this post


Link to post
Share on other sites

Hey, im not sure what im doing wrong, but my folder isnt named WindowsServer, its called WindosNoEdit... any clue what i should do? the files like games.ini is there and userconfig etc.

Share this post


Link to post
Share on other sites

I believe Jaeger is asking how to increase the number of skill points given per level similar to how engrams work on ARK when leveling. I'm unsure if you've played ARK, but every level you get engram points to spend to be able to craft items.

Share this post


Link to post
Share on other sites

Suzzette is correct. So as it stands now, it is very hard/impossible to play as a solo player because your available engram points do not allow you access to all the trees. I was wondering if it was possible to increase the amount of engram points you get per level

Share this post


Link to post
Share on other sites

Ohh sorry i was unclear what you meant ... in the same folder there should be a Game.ini

under [/script/shootergame.shootergamemode] add this (each line is a level starting from level 2 so just change the 10 to your desired amount of skill points per level)

 
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10

Share this post


Link to post
Share on other sites

just so you know that's 50 lines 1 for each level you can get unless you change the number of levels ... if you do you will need to add how ever many more lines over the default level cap.

Share this post


Link to post
Share on other sites

im in the same boat as merwido /ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini that path doesn't exist in my files. is there something you have to do to make it show up? mine only has the windowsnoedit

Share this post


Link to post
Share on other sites

im in the same boat as merwido /ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini that path doesn't exist in my files. is there something you have to do to make it show up? mine only has the windowsnoedit

 

No it should show up automatically ... have you been able to successfully run your server yet?

If so then I would suggest opening a tick with support.

Share this post


Link to post
Share on other sites

i know im going to sound stupid but im in the same boat  /ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini that path doesn't exist in my files. is there something you have to do to make it show up? mine only has the windowsnoedit

Share this post


Link to post
Share on other sites

 

Ohh sorry i was unclear what you meant ... in the same folder there should be a Game.ini

under [/script/shootergame.shootergamemode] add this (each line is a level starting from level 2 so just change the 10 to your desired amount of skill points per level)

 
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10
OverridePlayerLevelEngramPoints=10

 

 

What file is this for the server? I see no script option in the FTP. I know where the normal Game.ini is...is that what you mean?

Share this post


Link to post
Share on other sites

yes that goes into the Game.ini

 

 

Hmmm now i need to think of how many points we should need/want per level. I dont want it to be a flat number it should be a gradual increase.

Share this post


Link to post
Share on other sites

just a note i found out last night that after you hit the cap you can get discoveries to increase the level cap

i set my max lvl to 56 (i thought i was setting it to 55 but i guess it dosent count lvl 1 >.<) and on my server when i made a single discovery the cap went up to lvl 100

Share this post


Link to post
Share on other sites

just a note i found out last night that after you hit the cap you can get discoveries to increase the level cap

i set my max lvl to 56 (i thought i was setting it to 55 but i guess it dosent count lvl 1 >.<) and on my server when i made a single discovery the cap went up to lvl 100

 

By discovery do you mean you added discovery zones to the freeport zone?

Share this post


Link to post
Share on other sites

i dont know exactly how the discoveries work tbh ... on my single square private server i have just the 1 discovery and now a max lvl of 100 ... on official i have about 22 discoveries but still only a max lvl of 51 but the discoveries are when you make landfall on an island for the first time. you get a massive popup flag that covers almost your whole screen with the name of the island or whatever you just discovered lol

Share this post


Link to post
Share on other sites

Hello Atlas Community! Professor Orin here.

 

[serverSettings]

ShowMapPlayerLocation=True

AllowThirdPersonPlayer=True

PvPStructureDecay=False

 

 

Question on how to turn off the decay on my pve server, specifically the boats. Can the above setting that says PVPStructureDecay=False be modified to PVEStructureDecay=False work or do I need to add another line. I noticed when it was previously pvp my raft did not decay but once I changed the server to pve it is decaying again. Thanks for all you help on this Professor, it has helped me a lot!

Share this post


Link to post
Share on other sites

Has anyone figured out a way to lower vitamin and food depletion rates? I know ark had some commands/scripts for it but the vitamins would be different I would assume. 

Great post BTW, very helpful!
 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...