ARK: Survival Evolved

ARK: Survival Evolved

BeaconPlus
 This topic has been pinned, so it's probably important
Naali  [developer] 6 Apr, 2017 @ 8:44am
How To: BP-qualitäten einstellen / Set up BP qualities
--- Deutsch ---
BeaconPlus hat ein Feature, das euch erlaubt eure eigenen Qualitäten für Blaupausen einzustellen.

Damit die BPs auf eigenen Werten spawnen, kopiert den Code ganz unten in diesem Post in eure (Server/Spiel) GameUserSettings.ini, einfach ganz unten in die Datei rein damit, und gebt eigene Werte ein. Für Einzelspieler ist der Pfad dahin beispielsweise C:\Program Files(x86)\Steam\steamapps\common\ARK\ShooterGame\Saved\Config\WindowsNoEditor. Auf Servern sollte die Datei auch relativ zu finden sein, vor allem wenn man dafür einen angenehmen Hoster hat.

Jede Einstellung wirkt sich auf reguläre und SE-Beacons aus. Auslassen eines Wertes setzt diesen auf Null (alias primitiv). Bedenkt, dass auch sehr hohe Einstellungen primitives Zeug spawnen können, da die Qualitäten anscheinend mit einer Zufallszahl (o.Ä.) multipliziert werden.

Das Neustarten des Servers sorgt für die Übernahme der Einstellungen. Es kann etwas dauern, bis die alten Beacons auf natürliche Weise verschwinden und die neuen erscheinen, also nicht direkt in Panik verfallen.

ACHTUNG: bitte beachten:
* jegliches Item spawnt mit einem zufälligen, zusätzlichem Multiplikator. Das heißt, selbst wenn man nur Ascendant Items erzwingen möchte, kann man immer noch primitives Zeug erhalten.
* die minimalen finalen Werte für die Qualitätsstufen sind (normalerweise):
Weiß: 0-1,25
Grün: 1,25-2,5
Blau: 2,5-4,5
Lila: 4,5-7,0
Gelb: 7,0-10,0
Rot: 10,0 und höher
Die Berechnung beinhaltet aber weiterhin Faktoren, mit denen ich nicht helfen kann. Einfach diese Grenzen als roten Faden nehmen und ausprobieren! :)

--- English ---
BeaconPlus has a feature allowing you to set up custom bp qualities.

To allow this, you need to paste the code at the very bottom of this post to your (server / game)'s GameUserSettings.ini. Just paste it to the very bottom of that file, and enter custom settings for the qualities. Singleplayers may find it at C:\Program Files(x86)\Steam\steamapps\common\ARK\ShooterGame\Saved\Config\WindowsNoEditor for example, the path may differ. It should not be too hard to find it on servers, especially on a good hoster.

Every setting modifies regular and SE beacons in the same way. Leaving out a setting will set that to 0 (zero), leading to primitive stuff. Keep in mind however, that even high settings can cause primitive stuff to drop, as the qualities are multiplied with a random value (or similar)

Restart the (game/server) to receive its effects. Keep in mind that the old beacons can take a while to disappear and spawn new beacons, so don't panic too quickly.

Attention: please keep in mind:
* every item still spawns with a random quality multiplier. This means, even if you tried to only spawn ascendants (require a total quality level of 10 after all calculations, I can't help with all that) they may still spawn primitives.
* the total quality level requirements are:
Primitive: 0-1.25
Ramshackle: 1.25-2.5
Apprentice: 2.5-4.5
Journeyman: 4.5-7.0
Mastercraft: 7.0-10.0
Ascendant: 10.0 and above
However, there are multiple factors in the calculations I can't help with. Use these borders as a guideline and try it out! :)

The code

[BeaconPlus]
WhiteMinQuality=
WhiteMaxQuality=
WhiteDoubleMinQuality=
WhiteDoubleMaxQuality=
GreenMinQuality=
GreenMaxQuality=
GreenDoubleMinQuality=
GreenDoubleMaxQuality=
BlueMinQuality=
BlueMaxQuality=
BlueDoubleMinQuality=
BlueDoubleMaxQuality=
PurpleMinQuality=
PurpleMaxQuality=
PurpleDoubleMinQuality=
PurpleDoubleMaxQuality=
YellowMinQuality=
YellowMaxQuality=
YellowDoubleMinQuality=
YellowDoubleMaxQuality=
RedMinQuality=
RedMaxQuality=
RedDoubleMinQuality=
RedDoubleMaxQuality=
Last edited by Naali; 21 May, 2017 @ 2:07am
< >
Showing 1-2 of 2 comments
Thresh 420 8 Jun, 2017 @ 3:55pm 
Can someone post a code they're using that is fairly balanced? im not a player anymore, just an admin and i forget which beacons are what. Thanks.
yaboiaj 26 Jun, 2017 @ 2:22pm 
Originally posted by Thresh 420:
Can someone post a code they're using that is fairly balanced? im not a player anymore, just an admin and i forget which beacons are what. Thanks.


[BeaconPlus]
WhiteMinQuality=0
WhiteMaxQuality=1
WhiteDoubleMinQuality=0
WhiteDoubleMaxQuality=2
GreenMinQuality=0
GreenMaxQuality=3
GreenDoubleMinQuality=1
GreenDoubleMaxQuality=4
BlueMinQuality=1
BlueMaxQuality=4
BlueDoubleMinQuality=2
BlueDoubleMaxQuality=5
PurpleMinQuality=2
PurpleMaxQuality=5
PurpleDoubleMinQuality=2
PurpleDoubleMaxQuality=6
YellowMinQuality=2
YellowMaxQuality=7
YellowDoubleMinQuality=2
YellowDoubleMaxQuality=8
RedMinQuality=3
RedMaxQuality=10
RedDoubleMinQuality=5
RedDoubleMaxQuality=10
< >
Showing 1-2 of 2 comments
Per page: 1530 50