
ArkShopUI - Requires ArkShop 3.XX (plugin) + ArkShopUI (plugin) + ArkShopUI (mod)
MOD ID: 2693727499
MOD Link: https://steamcommunity.com/sharedfiles/filedetails/?id=2693727499
Current Supported Features
- Item Buying
- Kit Buying
- Kit Redeeming
- Selling
- Trading
Mod Features
- Customizable shop name
- Customizable Hotkey to open the UI (F1-F12)
- Most UI text can be changed.
- Vote Rewards claim button
- Search Box
- Customizable Buttons
- Discord
- Website
See the commented_config.json for all options available.
Special Thanks
@MyrcX for building the UI Mod
@WETBATMAN for technical support
All the beta testers
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
Current Supported Features
- Item Buying
- Kit Buying
- Kit Redeeming
- Selling
- Trading
Mod Features
- Customizable shop name
- Customizable Hotkey to open the UI (F1-F12)
- Most UI text can be changed.
- Vote Rewards claim button
- Search Box
- Customizable Buttons
- Discord
- Website
See the commented_config.json for all options available.
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
"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
]
}
"DisplayAs" was added so admin commands in the UI interface can show up more meaningful to a player.
JSON:
{
"Command": "AddPoints {steamid} 10000",
"DisplayAs": "10000 Shop Points"
}
Special Thanks
@MyrcX for building the UI Mod
@WETBATMAN for technical support
All the beta testers