Items Plus Ascended + Cluster Transfer System

Paid Items Plus Ascended + Cluster Transfer System 1.31

No permission to buy ($45.00)
This resource is paid, and requires to be purchased
Items Plus Ascended v1.31
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

* Fixing ARK character profile issues with transferring to a server or logging out.
ARK bug i'm attempting to fix
So far good results testing by others
  • Also fixes some tribe related issues with my transfer system.
  • Equipped items are now checked for upload restrictions.
  • Fixed API errors (AB release)
  • Fixed transfer crash from AB release
  • Characters will now be backed up to the database logging table regardless of which transfer system you have active allowing for use of the RecoverCharacter command.
Requires database logging be enabled
  • Enabled logging for character backup process.
  • Added upload slot cap limit setting to ItemUploadsAndOverflowProtection
Code:
json
"MaxUploadSlots": -1, //-1 disables slot cap limit //0 will basically disable using `/upload` command //1+ will limit the number of slots that can be uploaded to what you set for the `/upload` command //transferring will still work and upload items regardless of this limit
* Added new slot cap message to Messages
JSON:
    "UploadLimitReached": {
      "Message": "Upload limit of {} item slots would be exceeded by uploading {} item slots.\nFree up {} item slots in your inventory to continue uploading.",
      "Scale": 1.5,
      "DisplayTime": 10.0,
      "Color": "Red"
    }
  • Fixed bug with server information updating all settings properly.
  • Fixed issue when transferring but not using MySQL features.
  • ServerIP for the transfer system should be auto detecting that now. Command line parameter will be ignored.
  • WShop points can be used for DeathSaver now.
  • Fixed issue with Death Essences expiring that were obtained on Aberration.
  • Fixed issue with my Player Transfer system allowing multiple reaper births.

(config changes to Messages and ItemUploadsAndOverflowProtection)
Items Plus Ascended v1.31 Beta 6
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

* Fixing ARK character profile issues with transferring to a server or logging out.
ARK bug i'm attempting to fix
So far good results testing by others
  • Also fixes some tribe related issues with my transfer system.
  • Equipped items are now checked for upload restrictions.
  • Fixed API errors (AB release)
  • Fixed transfer crash from AB release

(no config changes)
Items Plus Ascended v1.30
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

* Item downloads should start slightly faster now.

* Added a fix for ARK Character transfers sometimes not creating a character save file leading to lost characters.
Protection is automatically active in this version nothing to configure.
IMPORTANT: With this change I highly recommend switching Items+ ServerTransfers to disabled and use the vanilla character upload system. This change only allows ARK to move your character between servers. Items+ will continue to handle item uploads etc. If you want to continue having the same tribe id's across your cluster I recommend using Tribe Enforcer Ascended

* Added a new General setting to help identify items with serialization issues that lead to crashes
This is only in the commented config so if you need to use it you will need to put it in the normal config.
Code:
json
"UploadCrashDebugging": false, //Used for debugging item upload crashes. This should only be set to true if you are having issues with item uploads crashing the server to gather information.
(config changes noted above)
Items Plus Ascended v1.29
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed a PetSaver issue giving the player inventory items from dinos that shouldn't be given to the player.

(no config changes)
Items Plus Ascended v1.28
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Upload immunity is force removed after 30 seconds to prevent a pvp exploit.
Recover items command updated to ignore data it cannot use for restores and ids can be provided in any order now.

(no config changes)
Items Plus Ascended v1.27
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Updated PremiumMaps to allow for using a -ServerKey=
Allows for the premium and free versions of maps at the same time since they share the same name.

(no config changes)
Items Plus Ascended v1.26
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added region filtering for map transfers
Mod is under review now to support this change
Added new command line parameter -ServerRegion=xxx
xxx can be USA, EU or whatever you want etc.

(no config changes)
Items Plus Ascended v1.25
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Map save directory is now fully detected for all maps.
-SaveFolder= parameter may still be used if you like.

Added an auto restore character feature if the character being uploaded has a missing character file.
Only applies to my character transfer system

(no config changes)
Items Plus Ascended v1.24
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added Premium map support to block transferring to unowned maps.
Only applies to Items+ Character Transfer System
Requires a mod update which is waiting approval currently
Code:
json
    "PremiumMaps": { //Premium map mod list used to prevent players from transfering to maps they don't own. New map released just add a new entry for it!
      "Svartalfheim_WP": "962796", //Real Map (only) and the ModID
      "Forglar_WP": "1009169", //Real Map (only) and the ModID
      "Reverence_WP": "990449" //Real Map (only) and the ModID
    }
(config change to ServerTransfers section)
Items Plus Ascended v1.23
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

ARK 43.8 crash fix

(no config changes)
Back
Top