Jump to content

Recommended Posts

  • 2 weeks later...
  • Replies 83
  • Created
  • Last Reply

Where would i put these lines? Im having trouble with:

Making it so you get 85 skill points at level 1, and one engram for every level after until maxied at 105. 

Making it so that each skill point has certain value for each attribute. One point in carry weight is unlimited. One point in health is worth 500 instead of 10, etc.

Harvesting settings so all basic raw materials pick up 300-500 instead of 1.

Setting a timer so that pve is during the week and pvp on weekends.

Im confused on what lines to put and where to put them. Im on xbox one x.

Link to comment
Share on other sites

21 hours ago, Ducknuggets420 said:

Where would i put these lines? Im having trouble with:

Making it so you get 85 skill points at level 1, and one engram for every level after until maxied at 105. 

Making it so that each skill point has certain value for each attribute. One point in carry weight is unlimited. One point in health is worth 500 instead of 10, etc.

Harvesting settings so all basic raw materials pick up 300-500 instead of 1.

Setting a timer so that pve is during the week and pvp on weekends.

Im confused on what lines to put and where to put them. Im on xbox one x.

I get all of my info from the wiki (server config), but you could alway try a custom ini generator. You’ll find the settings you want quite easily because the descriptions will be obvious.

Link to comment
Share on other sites

2 hours ago, Arkaholic186 said:

So I own in nitrado Ark server on Xbox I have this enabled OverrideStructurePlatformPrevention=True and it won't let me Place heavy turrets on my quetzel but let's me Place regular ones my messing something up or do I need to put a new command in anything would help does anyone know anything I can do

The setting is old so it’s possible it didn’t include further turret entries as they were released i.e tek, heavy.

Link to comment
Share on other sites

Hello,

So I've done a lot of custom costs but I do have a question. I was recently playing on Prim plus and LOVE it except for the buggy issues. I was wondering If there was a way to add in custom fertilizer. Right now when you attempt to put anything into the compost bin besides thatch and poop you can't. Is there a way to add custom recipes similar to prim plus like... bonemeal fert? 

Link to comment
Share on other sites

20 minutes ago, Iriamachina said:

Hello,

So I've done a lot of custom costs but I do have a question. I was recently playing on Prim plus and LOVE it except for the buggy issues. I was wondering If there was a way to add in custom fertilizer. Right now when you attempt to put anything into the compost bin besides thatch and poop you can't. Is there a way to add custom recipes similar to prim plus like... bonemeal fert? 

Unfortunately no because the game doesn’t work that way without mods. Just get a Dung Beetle instead. If you’re playing on a map where they are hard to find, add them to an easier spawn.

Link to comment
Share on other sites

3 hours ago, DinoGirl2 said:

I’m trying to up the players stats as they level on Nitrado under the ini settings but I don’t know where to add it and I’ve tried a few different places and it never works :( what am I doing wrong?

Under game.ini use the following:

 

PerLevelStatsMultiplier_Player[0]=1.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]=1.0

PerLevelStatsMultiplier_Player[9]=1.0

PerLevelStatsMultiplier_Player[10]=1.0

PerLevelStatsMultiplier_Player[11]=1.0

 

Just note that you only need to add in the amended lines as 1.0 is on by default.

 

Definitions: 

[0] health, 

[1] stamina, 

[2] torpidity, 

[3] oxygen, 

[4] food,

[5] water,

[6] temperature,

[7] weight,

[8] melee,

[9] speed,

[10] fortitude,

[11] crafting skill.

Link to comment
Share on other sites

16 hours ago, SaltyMonkey said:

Under game.ini use the following:

 

PerLevelStatsMultiplier_Player[0]=1.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]=1.0

PerLevelStatsMultiplier_Player[9]=1.0

PerLevelStatsMultiplier_Player[10]=1.0

PerLevelStatsMultiplier_Player[11]=1.0

 

Just note that you only need to add in the amended lines as 1.0 is on by default.

 

Definitions: 

[0] health, 

[1] stamina, 

[2] torpidity, 

[3] oxygen, 

[4] food,

[5] water,

[6] temperature,

[7] weight,

[8] melee,

[9] speed,

[10] fortitude,

[11] crafting skill.

Omg you are such a life saver! Thank you so much! What about all engrams?

Link to comment
Share on other sites


ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemAmmo_ArrowTranq_C",Quantity=(MaxItemQuantity=100, bIgnoreMultiplier=true)) 

Okay I am using this code to up my stacks and it is not working. Is there a certain place in I should paste this??? Been wracking my brain..My server is Rag not prim+ does this make a difference.
 

Link to comment
Share on other sites

On 7/10/2019 at 1:05 AM, SaltyMonkey said:

Under game.ini use the following:

 

PerLevelStatsMultiplier_Player[0]=1.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]=1.0

PerLevelStatsMultiplier_Player[9]=1.0

PerLevelStatsMultiplier_Player[10]=1.0

PerLevelStatsMultiplier_Player[11]=1.0

 

Just note that you only need to add in the amended lines as 1.0 is on by default.

 

Definitions: 

[0] health, 

[1] stamina, 

[2] torpidity, 

[3] oxygen, 

[4] food,

[5] water,

[6] temperature,

[7] weight,

[8] melee,

[9] speed,

[10] fortitude,

[11] crafting skill.

So what should it look like when it is correctly added.

 

Link to comment
Share on other sites

1 hour ago, Twinscreams said:


ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemAmmo_ArrowTranq_C",Quantity=(MaxItemQuantity=100, bIgnoreMultiplier=true)) 

Okay I am using this code to up my stacks and it is not working. Is there a certain place in I should paste this??? Been wracking my brain..My server is Rag not prim+ does this make a difference.
 

Under game.ini.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...