ARK: Survival Evolved

ARK: Survival Evolved

ArkShop UI v0.96 [DISCONTINUED]
reireirei  [ontwikkelaar] 2 jun 2019 om 7:12
Installation steps
!!! ATTENTION !!!
This mod is fully free for use, but it required a payable plugin based on ArkApi ( https://arkserverapi.com ), which costs 150$

Follow these steps:
0. Install ArkShopUI, ArkShop plugins
1. You need web server that allow http requests.
I'm using WAMP v3.0.6:
https://drive.google.com/file/d/1y49c22CPFtxz3uqKIDr-4-EaoAqbcBQT/view?usp=sharing
1.1 Download
1.2 Install
1.3 LeftClickMouse to tray icon -> www directory - this your working directory, which allows by
127.0.0.1/
2. You need some php files (Examples in GameUserSettings)
3. Setup your GuS.ini
GameUserSettings
[ArkShopUI]
  • HTTP_Type=http | Connection type | https or http
  • HTTP_GetPlayerPoints=127.0.0.1/GetPlayerPoints.php?steamid= | Link to player points.
    Format:
    STEAMID POINTS
    HTTP Return example:
    1234567890 1234
  • HTTP_GetArkShopConfig=127.0.0.1/config.json | Link to ArkShop config
  • HTTP_GetPlayerPermissions=127.0.0.1/GetPlayerPermissions.php?steamid= | Link to player permissions.
    HTTP Return example:
    {"SteamID":123123,"Permissions":["Default"]}
  • HTTP_GetPlayerKits=127.0.0.1/GetPlayerKits.php?steamid= | Link to player kits.
    HTTP Return example:
    {"SteamID":123123,"Kits":{"vip":{"Amount":123,"Cooldown":12345}}}}
  • HTTP_GetPlayerStats=127.0.0.1/GetPlayerStats.php?steamid= | Link to player stats.
    HTTP Return example:
    {"SteamID":123123,"PlayerStats":{ "playerdeaths":"0", "playerkills":"0", "wilddinokills":"0", "tameddinokills":"0", "dinotamed":"0", "structuresdestroyed":"0", "structuresplaced":"0", "resourceharvested":"0", "playtime":"0" }}
  • HTTP_GetServerSettings=127.0.0.1/serversettings.json Link to server settings (it shows on home page)
    HTTP Return example:
    {"ServerSettings":"Rates x50\nNew Player Protected for 48h."}
  • HTTP_GetServerRules =127.0.0.1/rules.json Link to server rules (it shows on rulespage)
    HTTP Return example:
    { "Rules":{ "[1.0] Community Rules":{ "[1.1] Don't judge admin actions":"We are constantly working for the benefit of the server. Be polite.", "[1.2] Don't insult, advertise":"" }, "[2.0] OTHER SECTION":{ "RULE:"RULE DESCRIPTION." } }
  • HTTP_GetAboutInfo =127.0.0.1/rules.json Link to server rules (it shows on rulespage)
    HTTP Return example:
    { "About":"Some info about server" }
  • Button=F1 (What button player should press to open ui. Available: F1, F2, F3)
  • DiscordUrl=discord.me/ark_dev (Your discord url)
  • WebsiteUrl=altreya.net (Your website url)
  • LogoID=Altreya (Private logo id, if you bought plugin - i will upload your custom logo to mod and give you LogoID)
  • ServerSettings_Header=Server Settings
  • AboutServer_Header=Some Useful Info

Kits in config needs to be formatted with allowed Permissions. Don't leave it NULL
{ "KITNAME":{ "Permissions":"Default" } }
<- this code is works
{ "KITNAME":{ } }
<- this code is not

Plugin, PHP files you can get in our discord: https://discord.me/ark_dev
Laatst bewerkt door reireirei; 6 jun 2019 om 16:47
< >
1-13 van 13 reacties weergegeven
Can you provide a partial preview?Or video?
Mod ID?
So where is the Plugin that costs $150? We are super excited for this UI mod for our ArkShop and trying to crowdsource the funds to cover the plugin, but, without a link....
Origineel geplaatst door Drackus:
So where is the Plugin that costs $150? We are super excited for this UI mod for our ArkShop and trying to crowdsource the funds to cover the plugin, but, without a link....
You have the discord invitation in the description if you want to buy the plugin


Origineel geplaatst door 123:
Can you provide a partial preview?Or video?
https://www.youtube.com/watch?v=yomEA6ClKP4&t=13s
How do I sell Element in the shop. It keeps saying I dont have enough items, but I have 10,000 element.
Discord Link is dead
Discord link doesn't work, can't get anything... is this still supported?
Mod its still available :O ?
can you post a tutorial video to get this to work? I have the plugin but i have no clue how to get the mod to work
i cant download this api , i cant register in the forum
tried going to the google drive and I got this error

Sorry, the file you have requested does not exist.

Make sure that you have the correct URL and that the file exists.
Origineel geplaatst door AgitoReiKen:
!!! ATTENTION !!!
This mod is fully free for use, but it required a payable plugin based on ArkApi ( https://arkserverapi.com ), which costs 150$

Follow these steps:
0. Install ArkShopUI, ArkShop plugins
1. You need web server that allow http requests.
I'm using WAMP v3.0.6:
https://drive.google.com/file/d/1y49c22CPFtxz3uqKIDr-4-EaoAqbcBQT/view?usp=sharing
1.1 Download
1.2 Install
1.3 LeftClickMouse to tray icon -> www directory - this your working directory, which allows by
127.0.0.1/
2. You need some php files (Examples in GameUserSettings)
3. Setup your GuS.ini
GameUserSettings
[ArkShopUI]
  • HTTP_Type=http | Connection type | https or http
  • HTTP_GetPlayerPoints=127.0.0.1/GetPlayerPoints.php?steamid= | Link to player points.
    Format:
    STEAMID POINTS
    HTTP Return example:
    1234567890 1234
  • HTTP_GetArkShopConfig=127.0.0.1/config.json | Link to ArkShop config
  • HTTP_GetPlayerPermissions=127.0.0.1/GetPlayerPermissions.php?steamid= | Link to player permissions.
    HTTP Return example:
    {"SteamID":123123,"Permissions":["Default"]}
  • HTTP_GetPlayerKits=127.0.0.1/GetPlayerKits.php?steamid= | Link to player kits.
    HTTP Return example:
    {"SteamID":123123,"Kits":{"vip":{"Amount":123,"Cooldown":12345}}}}
  • HTTP_GetPlayerStats=127.0.0.1/GetPlayerStats.php?steamid= | Link to player stats.
    HTTP Return example:
    {"SteamID":123123,"PlayerStats":{ "playerdeaths":"0", "playerkills":"0", "wilddinokills":"0", "tameddinokills":"0", "dinotamed":"0", "structuresdestroyed":"0", "structuresplaced":"0", "resourceharvested":"0", "playtime":"0" }}
  • HTTP_GetServerSettings=127.0.0.1/serversettings.json Link to server settings (it shows on home page)
    HTTP Return example:
    {"ServerSettings":"Rates x50\nNew Player Protected for 48h."}
  • HTTP_GetServerRules =127.0.0.1/rules.json Link to server rules (it shows on rulespage)
    HTTP Return example:
    { "Rules":{ "[1.0] Community Rules":{ "[1.1] Don't judge admin actions":"We are constantly working for the benefit of the server. Be polite.", "[1.2] Don't insult, advertise":"" }, "[2.0] OTHER SECTION":{ "RULE:"RULE DESCRIPTION." } }
  • HTTP_GetAboutInfo =127.0.0.1/rules.json Link to server rules (it shows on rulespage)
    HTTP Return example:
    { "About":"Some info about server" }
  • Button=F1 (What button player should press to open ui. Available: F1, F2, F3)
  • DiscordUrl=discord.me/ark_dev (Your discord url)
  • WebsiteUrl=altreya.net (Your website url)
  • LogoID=Altreya (Private logo id, if you bought plugin - i will upload your custom logo to mod and give you LogoID)
  • ServerSettings_Header=Server Settings
  • AboutServer_Header=Some Useful Info

Kits in config needs to be formatted with allowed Permissions. Don't leave it NULL
{ "KITNAME":{ "Permissions":"Default" } }
<- this code is works
{ "KITNAME":{ } }
<- this code is not

Plugin, PHP files you can get in our discord: https://discord.me/ark_dev
So its costs 150$ for the mod to actually work? Nothing on the website I can find suggests this.
< >
1-13 van 13 reacties weergegeven
Per pagina: 1530 50