Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
[AtlasAPI]
TopGameServersID=ID HERE
TopGameServersReward="Command here"
TopGameServersRewardAmount=1
TopGameServersID is where your ServerID goes. Dont know where to find that? Check https://topgameservers.net/help/help-center/articles/7/65/where-do-i-find-my-server-key
TopGameServersReward is a tricky one as it depends completely on you. Basically it does create a Console Command from that.
Theres 2 Placeholders <SteamID> and <Amount>
A Few Examples will help:
Want to award ppl with AtlasShop Points for voting?
use:
AddPoints <SteamID> <Amount>
want to award Players with an Item? use:
GiveItemToPlayer <SteamID> =Blueprint'/Game/Mods/Radioactive/RadioCoins/PrimalItemResource_Radio.PrimalItemResource_Radio'= <Amount> 0 0
This is obviously an Example from my Mod and wont work for you!
Why = you may ask? Well Since the String is Encased by "" you would bug it! Dont worry = will get exchanged for " ingame!
An alternative would be:
cheat gfi PrimalItemResource_Radio <Amount> 0 0
TopGameServersRewardAmount is where the <Amount> Placeholder Comes in. Basically this is the Amounts of Poins/Items/etc you want to give the Player per Vote.
If a Player has 5 Votes unclaimed that value will multiplied by the number of Votes.
Important
If you don't use the <Amount> Placeholder the Mod will assume your Code works without any Amount Specified and will execute the Code multiple times if there are multiple unclaimed Votes!