ARK: Survival Evolved
TCs Auto Rewards v1.12.16
 Тема закреплена. Скорее всего, здесь есть важная информация.
TimmyCarbine  [Разработчик] 21 апр. 2020 г. в 4:46
Commands
Script Commands
cheat ScriptCommand TCsAR SetArcTotal <SteamID> <Amount>
  • This will completely overwrite the player's current ARc Total with the <Amount>
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR AddArcTotal <SteamID> <Amount>
  • This will add the <Amount> to the player's current ARc Total
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Automatically syncs with API ("all" not supported, only 1 steam ID at a time)

cheat ScriptCommand TCsAR SetArcIncome <SteamID> <Amount>
  • This will completely overwrite the player's ARc Income with the <Amount>
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR SetEligibleBonus <SteamID> <Boolean>
  • This will enable or disable the player's eligibility to receive the PlayedTimeBonus
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)
  • 0 = Disable
  • 1 = Enable

cheat ScriptCommand TCsAR ClearPlayerTags <SteamID>
  • clears all custom tags of this player
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR AddPlayerTag <SteamID> <Tag>
  • Adds <Tag> to existing custom tags of this player
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR RemovePlayerTag <SteamID> <Tag>
  • Removes <Tag> from existing tags of this player
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR SetPlayerBonus <SteamID> <BonusAmount>
  • Overwrites the player's bonus amount with the new value
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR AddPlayerBonus <SteamID> <Amount>
  • Adds <Amount> to the Bonus Amount of the player matching <SteamID>
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR RemovePurchaseLimit <SteamID> <PID>
  • <SteamID> = the player you want to remove the purchase limit from.
  • <PID> = the PID of the pack which you want the player to be able to purchase again
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR RemovePurchaseCooldown <SteamID> <PID>
  • <SteamID> = the player you want to remove the purchase cooldown from.
  • <PID> = the PID of the pack which you want the player to be able to purchase again
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR RemovePrerequisitePurchase <SteamID> <PID>
  • <SteamID> = the player you want to remove the purchased PID from.
  • <PID> = the PID of the pack which you want the player to have to purchase again
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR ClearAllRequirements <SteamID>
  • <SteamID> = the player you want to remove the requirements & custom tags from.
  • Also accepts all in the <SteamID> which applies the change to everyone. (WARNING: depending on how many players you have, applying the change to everyone will cause the server to lag for a second.)
  • Not automatically synced with API (NOT API COMPATIBLE YET)

cheat ScriptCommand TCsAR RenameCategory "<Old Name>" "<New Name>"
  • Iterates through all packs that contain <Old Name> as it's category and replaces it with <New Name>
  • <Old Name> and <New Name> are NOT case sensitive (e.g category is the same as Category)
  • Double quotes must be wrapping each the <Old Name> and the <New Name>
  • Automatically syncs with API (API COMPATIBLE)

cheat ScriptCommand TCsAR ScanAllPlayers
  • Has same functionality as the radial menu option for "Attempt Adding Missing Players"
  • Useful for adding the Admin buff to admins if they didn't get it when logging in
  • Useful for adding the Play Time recording buff to players if they didn't get it when logging in
Отредактировано TimmyCarbine; 31 дек. 2020 г. в 13:32