ArkShopUI - Requires ArkShop 3.02+ (plugin) + ArkShopUI (plugin) + ArkShopUI (mod) + Permissions (plugin)
NOT COMPATIBLE WITH ANY OTHER ARKSHOP VERSION
NOT COMPATIBLE WITH SELF COMPILED ARKSHOP SOURCE
ONLY WORKS WITH THE OFFICAL RELEASE DLL
The ArkShopUI requires zero configuration or changes to your ArkShop config. (some optional changes)
If you already use ArkShop 3.0+ you can install this plugin and Mod and you will have a functioning UI.
Plugin and Mod are only compatible with the Official ArkShop release.
MOD ID: 2693727499
MOD Link: <https://steamcommunity.com/sharedfiles/filedetails/?id=2693727499>
Please like/subscribe and review the Mod and Plugin to help spread the word. Thanks! :lethalsalute:
Reload Config -
Current Supported Features
Mod Features
Special Thanks
@myrcx for building the UI Mod
@wetbatman for technical support
All the beta testers
UI Config Settings - Leaving out a setting will just use the original default value from the mod.
NOT COMPATIBLE WITH ANY OTHER ARKSHOP VERSION
NOT COMPATIBLE WITH SELF COMPILED ARKSHOP SOURCE
ONLY WORKS WITH THE OFFICAL RELEASE DLL
The ArkShopUI requires zero configuration or changes to your ArkShop config. (some optional changes)
If you already use ArkShop 3.0+ you can install this plugin and Mod and you will have a functioning UI.
Plugin and Mod are only compatible with the Official ArkShop release.
MOD ID: 2693727499
MOD Link: <https://steamcommunity.com/sharedfiles/filedetails/?id=2693727499>
Please like/subscribe and review the Mod and Plugin to help spread the word. Thanks! :lethalsalute:
Reload Config -
arkshop.reload
command also reloads the ArkShopUI config
.Current Supported Features
Mod Features
DisplayAs
was added so admin commands in the UI interface can show up more meaningful to a player. This is an optional setting.
Code:
json
{
"Command": "AddPoints {steamid} 10000",
"DisplayAs": "10000 Shop Points"
}
@myrcx for building the UI Mod
@wetbatman for technical support
All the beta testers
UI Config Settings - Leaving out a setting will just use the original default value from the mod.
Code:
json
{
"UiKey": "F3", //Key to open the shop
"ShopName": "Fancy Warehouse", //Shop Name label at the top of the shop window
"WebsiteUrl": "url", //web url
"DiscordUrl": "url", //web url
"VoteRewards": false, //Enable if using the Vote Rewards plugin
"DisableSellButton": false, //true will hide the sell option
"DisableTradeButton": false, //true will hide the trade option
"HideBuffIcon": false, //true will hide the Shop buff icon
"UseSteamOverlay": false, //true will use ingame steam overly browser //false will use external web browser
"OverrideShopIcon": "/Game/ScorchedEarth/Icons/Resources/WyvernEgg3_Icon", //changes the default shop buff icon
"OverrideCurrencyIcon": "/Game/PrimalEarth/CoreBlueprints/Items/Consumables/Icons/Narcotic_Icon", //changes the default currency icon
"OverrideLabels": [ // override text on the UI elements
{ "ItemsTabLabel": "Stuff" }, //Buy Items Tab
{ "KitsTabLabel": "Packs" }, //Buy Kits Tab
{ "StashTabLabel": "Yours" }, //Buy Stash Tab
{ "SellTabLabel": "Sell" }, //Sell Items tab
{ "TradeTabLabel": "Trade" }, //Trade Points tab
{ "BuyViewLabel": "Get that!" }, //Buy menu toggle
{ "SellViewLabel": "Sell that!" }, //Sell menu toggle
{ "TradeViewLabel": "Trade that!" }, //trade menu toggle
{ "BuyLabel": "Buy It" }, //Buy button text
{ "SellLabel": "Sell It" }, //Sell button text
{ "RedeemLabel": "Use It" }, //Redeem button text
{ "WebsiteLabel": "Website" }, //Website button text
{ "DiscordLabel": "Discord" }, //Discord button text
{ "ClaimVotesLabel": "Claim Votes" } //Vote Rewards button text
]
}