Search results

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  1. F

    Ark: Survival Ascended - ServerAPI (Crossplay Supported)

    After WildCard updates Scorched Earth, the API needs to be updated.
  2. F

    Ark Permissions

    When using sqlite db, Permission 1.8 loads only first user record from db. Except the first record user, the program can not find other user's record when player login in the server. So the program will add a new record. That's why Permissions 1.8 has a lot of duplicated user records.
  3. F

    Ark Permissions

    Please check this. Permissions 1.8 SqlLiteDB.h.
  4. F

    Ark Permissions

    Permission 1.8. SqlLite DB, please check this.
  5. F

    Ark Permissions

    Permissions 1.8 has a lot of bugs, give an unique index to table Player column steamID .
  6. F

    Ark Permissions

    Version 1.8 may have some bugs, 1.8 permissions can only show the first user groups in database. And other users in database can not show groups correctly. (Server started and no one login in)
  7. F

    Ark Permissions

    Hello, I'm using ArkApi 3.5 with Permissions 1.8. When I started the server(nobody login in the server) and try to execute permissions.playergroups steamID, I can't get any groups info. For example: [14:05:53] > permissions.playergroups 76561199018407738 [14:05:53] Bug this user is exist in...
  8. F

    [Resource] Structures Limit

    The Exo-Mek of Genesis2 can put structures and ignore the structures limit.
  9. F

    How can I get the dino's info by a cryopod?

    I've got a cryopod's UPrimalItem and FItemNetInfo. How can I get the cryopodded dino's blueprint, name, level, health point, melee damage point and so on?
  10. F

    How can I hook throw cryopod to deploy a creature method?

    Hi, I'm coming again with another problem. How can I hook throw cryopod to deploy a creature method? What is the hook's name? If anyone could tell me. Thank you.
  11. F

    How can I hook tribe merge or invite method?

    Thank you so much. It works.
  12. F

    How can I hook tribe merge or invite method?

    I want to hook the method when tribe merge or invite. What is the hook's name? If anyone could tell me. Thank you.
  13. F

    Ark & Atlas Server Api C++ Hook Generator

    It seems that there are some problems. Need this code before DownloadStringAsync System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
  14. F

    Dino Limit

    Version 1.5 Map: Genesis
  15. F

    Extended RCON

    ScriptCommand steamID tp red ScriptCommand steamID fly Didn't work.
  16. F

    [Official] Ark: Survival Evolved - ArkShop

    After update ArkApi::IApiUtils::GetSteamIdFromController(player) can't get correct steamID, so shop doesn't work.
  17. F

    Dino Colour Command

    UFunction* Func = Dino->FindFunctionChecked(FName(L"ForceUpdateColorSets", EFindName::FNAME_Find, false)); int Args[] = { Region, Colour }; if (Func) Dino->ProcessEvent(Func, Args); The old update dino's color code like this. But after genesis release the method is out of date. Could you share...
  18. F

    Dino Colour Command

    Thank you for updating. And Could you update the source code. Or what's the new update dino color method ?
  19. F

    Extended RCON

    Thank you for updating. And Could you update the source code ? https://github.com/Michidu/Ark-Server-Plugins
  20. F

    How can I get structure's position?

    Thank you so much.
Tebex
Tempest Dedicated Servers
Back
Top