印迹和级别
Engrams & Levels
76561197980789959
Steam工坊
预览截图
1 张图片
主预览图
左右滑动查看更多 · 点击图片查看原图
模组介绍
基本模式。
查看英文原文
Basic mod.
ID: 667685775
Unlimited Engram Points and 250 Player Level Cap
In order to reach the max level you need to increase the max experience points for players in your Game.ini file in the [/script/shootergame.shootergamemode] section. You will need to add this section if it's not already in the file. For example, if it was blank you would end up inserting the following 2 lines of code (if you already have the shootergamemode section you only have to add the second line):
[/script/shootergame.shootergamemode]
OverrideMaxExperiencePointsPlayer=4000000
You can find the Game.ini file in one of these default locations:
Windows Server: C:\Program Files (x86)\Steam\steamapps\common\ARK Survival Evolved Dedicated Server\ShooterGame\Saved\Config\WindowsServer
Linux Server: ~/.steam/steam/steamapps/common/ARK Survival Evolved Dedicated Server/ShooterGame/Saved/Config/LinuxServer
Local Server/Single Player (the Game.ini file for a local server is automatically generated from the DefaultGame.ini file) found at: C:\Program Files (x86)\Steam\steamapps\common\ARK\ShooterGame\Config
ALTERNATIVE to using the mod:
If you already have a mod that requires the first mod slot, you can modify the game.ini directly to change the amount of engrams points you receive per level. Each entry increments to override levels sequentially. If you put 5 lines in then it would modify how many engram points you receive for levels 1, 2, 3, 4, and 5 (although I never see the first option actually do anything for some reason so perhaps it's 0-4). These lines would also go under the shootergamemode section so it would look something like this example:
[/script/shootergame.shootergamemode]
OverridePlayerLevelEngramPoints=2000
OverridePlayerLevelEngramPoints=2000
OverridePlayerLevelEngramPoints=2000
OverridePlayerLevelEngramPoints=2000
OverridePlayerLevelEngramPoints=2000
Additionally you can modify the level cap by entering in experience overrides manually (I find this alternative tedious so I would recommend finding a script someone else has already created). I also have not tested this solution but I believe it looks like this (also under the shootergamemode section, and there should only be one of these sections in the file):
[/script/shootergame.shootergamemode]
ExperiencePointsForLevel=560000
ExperiencePointsForLevel=580000
ExperiencePointsForLevel=600000
ID: 667685775
Unlimited Engram Points and 250 Player Level Cap
In order to reach the max level you need to increase the max experience points for players in your Game.ini file in the [/script/shootergame.shootergamemode] section. You will need to add this section if it's not already in the file. For example, if it was blank you would end up inserting the following 2 lines of code (if you already have the shootergamemode section you only have to add the second line):
[/script/shootergame.shootergamemode]
OverrideMaxExperiencePointsPlayer=4000000
You can find the Game.ini file in one of these default locations:
Windows Server: C:\Program Files (x86)\Steam\steamapps\common\ARK Survival Evolved Dedicated Server\ShooterGame\Saved\Config\WindowsServer
Linux Server: ~/.steam/steam/steamapps/common/ARK Survival Evolved Dedicated Server/ShooterGame/Saved/Config/LinuxServer
Local Server/Single Player (the Game.ini file for a local server is automatically generated from the DefaultGame.ini file) found at: C:\Program Files (x86)\Steam\steamapps\common\ARK\ShooterGame\Config
ALTERNATIVE to using the mod:
If you already have a mod that requires the first mod slot, you can modify the game.ini directly to change the amount of engrams points you receive per level. Each entry increments to override levels sequentially. If you put 5 lines in then it would modify how many engram points you receive for levels 1, 2, 3, 4, and 5 (although I never see the first option actually do anything for some reason so perhaps it's 0-4). These lines would also go under the shootergamemode section so it would look something like this example:
[/script/shootergame.shootergamemode]
OverridePlayerLevelEngramPoints=2000
OverridePlayerLevelEngramPoints=2000
OverridePlayerLevelEngramPoints=2000
OverridePlayerLevelEngramPoints=2000
OverridePlayerLevelEngramPoints=2000
Additionally you can modify the level cap by entering in experience overrides manually (I find this alternative tedious so I would recommend finding a script someone else has already created). I also have not tested this solution but I believe it looks like this (also under the shootergamemode section, and there should only be one of these sections in the file):
[/script/shootergame.shootergamemode]
ExperiencePointsForLevel=560000
ExperiencePointsForLevel=580000
ExperiencePointsForLevel=600000