ARK: Survival Evolved

ARK: Survival Evolved

ArkShop UI v0.96 [DISCONTINUED]
reireirei  [개발자] 2019년 6월 2일 오전 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
reireirei 님이 마지막으로 수정; 2019년 6월 6일 오후 4시 47분
< >
전체 댓글 13개 중 1~13개 표시 중
123 2019년 6월 2일 오전 11시 00분 
Can you provide a partial preview?Or video?
Wuggly 2019년 6월 3일 오전 11시 49분 
Mod ID?
Drackus 2019년 6월 3일 오후 12시 22분 
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....
Lkados 2019년 6월 3일 오후 9시 57분 
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


123 님이 먼저 게시:
Can you provide a partial preview?Or video?
https://www.youtube.com/watch?v=yomEA6ClKP4&t=13s
LetmaNutzhang 2019년 7월 29일 오전 11시 08분 
How do I sell Element in the shop. It keeps saying I dont have enough items, but I have 10,000 element.
Tempritscher 2019년 9월 9일 오후 2시 40분 
Discord Link is dead
ElFouFou86 2019년 9월 21일 오전 10시 42분 
Discord link doesn't work, can't get anything... is this still supported?
EvilLex 2019년 12월 9일 오후 7시 32분 
Mod its still available :O ?
Unorthodox 2020년 2월 22일 오전 7시 46분 
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
KaNu 2020년 3월 6일 오후 1시 52분 
i cant download this api , i cant register in the forum
Link 2020년 5월 5일 오전 5시 44분 
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.
Sh0tgun00 2020년 5월 22일 오후 1시 11분 
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.
Jimmy Fallon 2021년 1월 3일 오전 11시 03분 
dffdfaf
< >
전체 댓글 13개 중 1~13개 표시 중
페이지당 표시 개수: 1530 50