i´ve been trying all day to put in my server something like infinite engrams points or something in my server. i dont care if i can do all engrams at lvl 1 or i need to lvl, but i want to be able to learn all the engrams by my self. This is my Game.ini code:
[/script/shootergame.shootergamemode]
OverridePlayerLevelEngramPoints=100
bOnlyAllowSpecifiedEngrams=false
GlobalSpoilingTimeMultiplier=0
GlobalItemDecompositionTimeMultiplier=0
GlobalCorpseDecompositionTimeMultiplier=0
PvPZoneStructureDamageMultiplier=6.0
bPvEDisableFriendlyFire=false
ResourceNoReplenishRadiusPlayers=1
ResourceNoReplenishRadiusStructures=1
bAutoPvETimer=false
bAutoPvEUseSystemTime=false
AutoPvEStartTimeSeconds=0
AutoPvEStopTimeSeconds=0
LayEggIntervalMultiplier=1.0
DinoTurretDamageMultiplier=1.0
bDisableLootCrates=false
DinoHarvestingDamageMultiplier=3.0
bDisableFriendlyFire=false
CustomRecipeEffectivenessMultiplier=1.0
CustomRecipeSkillMultiplier=1.0
MatingIntervalMultiplier=1.0
EggHatchSpeedMultiplier=15.0
BabyMatureSpeedMultiplier=1.0
bPassiveDefensesDamageRiderlessDinos=true
KillXPMultiplier=15.0
HarvestXPMultiplier=15.0
CraftXPMultiplier=15.0
GenericXPMultiplier=15.0
SpecialXPMultiplier=15.0
PGMapName=PGMap
PGTerrainPropertiesString=
bDisableDinoRiding=false
bDisableDinoTaming=false
bUseCorpseLocator=true
bDisableStructurePlacementCollision=true
FastDecayInterval=43200
bUseSingleplayerSettings=false
bAllowUnlimitedRespecs=false
SupplyCrateLootQualityMultiplier=1.0
FishingLootQualityMultiplier=1.0
BabyCuddleIntervalMultiplier=1.0
BabyCuddleGracePeriodMultiplier=1.0
BabyCuddleLoseImprintQualitySpeedMultiplier=0.5
BabyImprintingStatScaleMultiplier=1.0
PlayerHarvestingDamageMultiplier=1.0
CropGrowthSpeedMultiplier=1.0
BabyFoodConsumptionSpeedMultiplier=1.0
bPvEAllowTribeWar=false
bPvEAllowTribeWarCancel=false
CropDecaySpeedMultiplier=1.0
HairGrowthSpeedMultiplier=1.0
FuelConsumptionIntervalMultiplier=1.313000
KickIdlePlayersPeriod=3600
MaxNumberOfPlayersInTribe=20
bAutoUnlockAllEngrams=true
bLimitTurretsInRange=false
10000
100
1
4
false
false
5
1
1
1
1
1
True
bGenesisUseStructuresPreventionVolumes=False
bDisableGenesisMissions=false
1.0
I dont know why there is some random numbers at the end. anyway, what is the problem here? "bAutoUnlockAllEngrams=true" is on, also i tried putting "OverridePlayerLevelEngramPoints=15" in the bottom of the code 100 times with diferent numbers and it didnt work.
I stop the server before touching anything, save after touching the code, and then initiating the server after all this.
Where is my fail?