Ark: Survival Evolved - ArkShop

[Official] Ark: Survival Evolved - ArkShop 3.02

No permission to download

Welcome!

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

SignUp Now!
This is used for the official forum announcements from the staff team.
i can take a look on the config. and i'll get back to you.

Regards
Foppa
 
How do i actually add them into the code?
Like what is the exact code? Because the one from the config didnt work or i did something wrong?
Starter kit from the default config contains both items and dinos.
 
HI, i have a problem when start the server says Jsonexpeption parse error, anywone can helpme? sorry for my englush

This is my json file
 
thanks Foppa

You have written: "Items" instead of "Item"

ORIGINAL:
JSON:
         "Polymer100":{ 
            "Type":"Items",
            "Description":"Polymer(100x)",
            "Price":50,
            "Items":[ 
               { 
                  "Quality":0,
                  "ForceBlueprint":false,
                  "Amount":100,
                  "Blueprint":"Blueprint'/Game/Primalearth/Coreblueprints/Resources/PrimalItemsresource_Polymer.PrimalItemsresource_Polymer'"
               }
            ]
         },

FIXED:

JSON:
         "Polymer100":{ 
            "Type":"Item", //<--------------
            "Description":"Polymer(100x)",
            "Price":50,
            "Items":[ 
               { 
                  "Quality":0,
                  "ForceBlueprint":false,
                  "Amount":100,
                  "Blueprint":"Blueprint'/Game/Primalearth/Coreblueprints/Resources/PrimalItemsresource_Polymer.PrimalItemsresource_Polymer'"
               }
            ]
         },
 
Well that's not the complete config file. But try to take away "Dinos" section since you have it twice.
And do you get any crash logs or error messages in the server console ?

Regards
Foppa
That was the problem the server just stop work and never create the crash files. and it was only happening on the host not on local test.
And i remove the code:

"Dinos":[

]

And now is all fine thank you again community is grown very helpful.
 
Hello i put the json code in the Jsonlist to verificate, says OK , but when estart the server says error code 3765269347
 
is there a json generator?
Can you send the file ...\ShooterGame\Binaries\Win64\logs\ArkApi_xxxxxxxx.log
Where xxxxxxx will be the last file create as log to the server start.


Like my is:

02/24/18 07:58 [API said:
[info] -----------------------------------------------
02/24/18 07:58 [API][info] ARK: Server Api V2.3
02/24/18 07:58 [API][info] Loading...

02/24/18 07:58 [API][info] Dumping structures..
02/24/18 07:58 [API][info] Dumping functions..
02/24/18 07:58 [API][info] Dumping globals..
02/24/18 07:58 [API][info] Successfully read information from PDB

02/24/18 07:58 [API][info] Initialized hooks

02/24/18 07:58 [API][info] API was successfully loaded
02/24/18 07:58 [API][info] -----------------------------------------------

02/24/18 07:58 [API][info] UGameEngine::Init was called
02/24/18 07:58 [API][info] Loading plugins..

02/24/18 07:58 [API][info] Loaded plugin Advert Messages V1.2 (Timed chat messages)
02/24/18 07:58 [API][info] Loaded plugin ARK Game Testing Commands V2.0 ()
02/24/18 07:58 [API][info] Loaded plugin Ark Shop V2.1 (Shop, Currency & Kits)
02/24/18 07:58 [API][info] Loaded plugin Dino colors V1.1 (Random dino colors)
02/24/18 07:58 [API][info] Loaded plugin Extended Rcon V2.1 (Additional RCON commands)
02/24/18 07:58 [API][info] Loaded plugin GameConfigManager V1.0 (Reload GameUserSettings & Game ini files at runtime using /sreload)
02/24/18 07:58 [API][info] Loaded plugin Improved Commands V2.0 ()
02/24/18 07:58 [API][info] Loaded plugin Permissions V1.2 (Manage permissions groups)
02/24/18 07:58 [SafeZone][info] Loading SafeZones.
02/24/18 07:58 [SafeZone][info] SafeZone: Zone1 (-389508, -417001, -14285.6) Added
02/24/18 07:58 [SafeZone][info] SafeZone: Zone2 (-389508, -417001, -14285.6) Added
02/24/18 07:58 [API][info] Loaded plugin Safe Zone V1.2 (Create Safe Zones)
02/24/18 07:58 [API][info] Loaded plugin Tribe Motd V1.1 (Allows tribe admins to set a MOTD)
02/24/18 07:58 [API][info] Loaded all plugins

02/24/18 07:59 [API][info] UWorld::InitWorld was called
 
That was the problem the server just stop work and never create the crash files. and it was only happening on the host not on local test.
And i remove the code:

"Dinos":[

]

And now is all fine thank you again community is grown very helpful.

Awesome :D
 
Hello i put the json code in the Jsonlist to verificate, says OK , but when estart the server says error code 3765269347

well... json verfication is quite dumb. You need to understand how the plugin works as well. Do you have other working plugins?
Send the whole config for Arkshop if you want me to check it for you.

Regards
Foppa
 
I guess so. There are not many things besides the shop itself though.

I have done it. I only use the plugin as a Kit plugin so all the other config lines is deleted and it works like a charm :)
 
Help Me Please!!!!!

i veriky de json code but when i put /shop in global server crash!

Please!

Fatal error!



VERSION: 278.44
KERNELBASE.dll!UnknownFunction (0x000007fefd34a06d) + 0 bytes [UnknownFile:0]
VCRUNTIME140.dll!UnknownFunction (0x000007fef54346e2) + 0 bytes [UnknownFile:0]
ArkShop.dll!UnknownFunction (0x000007fee10f7531) + 0 bytes [UnknownFile:0]
version.DLL!UnknownFunction (0x000007feedfaa2da) + 0 bytes [UnknownFile:0]
version.DLL!UnknownFunction (0x000007feedfb648d) + 0 bytes [UnknownFile:0]
ShooterGameServer.exe!AShooterPlayerController::execServerSendChatMessage() (0x000000013fe34ba6) + 342 bytes [c:\svn_ark\projects\shootergame\source\shootergame\classes\shooterplayercontroller.h:88]
ShooterGameServer.exe!UFunction::Invoke() (0x00000001401a637f) + 6 bytes [c:\svn_ark\engine\source\runtime\coreuobject\private\uobject\class.cpp:3801]
ShooterGameServer.exe!UObject::processEvent() (0x00000001401e6e1c) + 0 bytes [c:\svn_ark\engine\source\runtime\coreuobject\private\uobject\scriptcore.cpp:931]
ShooterGameServer.exe!AActor::processEvent() (0x0000000140652b02) + 0 bytes [c:\svn_ark\engine\source\runtime\engine\private\actor.cpp:623]
ShooterGameServer.exe!FObjectReplicator::ReceivedBunch_WrappedNet() (0x00000001406e443d) + 0 bytes [c:\svn_ark\engine\source\runtime\engine\private\datareplication.cpp:989]
ShooterGameServer.exe!UActorChannel::processBunch() (0x00000001406def12) + 0 bytes [c:\svn_ark\engine\source\runtime\engine\private\datachannel.cpp:1763]
ShooterGameServer.exe!UChannel::ReceivedNextBunch() (0x00000001406db6c8) + 21 bytes [c:\svn_ark\engine\source\runtime\engine\private\datachannel.cpp:533]
ShooterGameServer.exe!UChannel::ReceivedRawBunch() (0x00000001406db28b) + 0 bytes [c:\svn_ark\engine\source\runtime\engine\private\datachannel.cpp:330]
ShooterGameServer.exe!UNetConnection::ReceivedPacket() (0x00000001407df17d) + 0 bytes [c:\svn_ark\engine\source\runtime\engine\private\netconnection.cpp:1158]
ShooterGameServer.exe!UNetConnection::ReceivedRawPacket() (0x00000001407de063) + 0 bytes [c:\svn_ark\engine\source\runtime\engine\private\netconnection.cpp:620]
ShooterGameServer.exe!UIpNetDriver::TickDispatch() (0x000000014061c884) + 24 bytes [c:\svn_ark\engine\source\runtime\online\onlinesubsystemutils\private\ipnetdriver.cpp:454]
ShooterGameServer.exe!TBaseUObjectMethodDelegateInstance_OneParam<APrimalCharacter,void,float>::ExecuteIfSafe() (0x000000013f5e01f7) + 0 bytes [c:\svn_ark\engine\source\runtime\core\public\delegates\delegateinstancesimpl.inl:532]
ShooterGameServer.exe!TBaseMulticastDelegate_OneParam<void,float>::Broadcast() (0x00000001407c4d49) + 14 bytes [c:\svn_ark\engine\source\runtime\core\public\delegates\delegatesignatureimpl.inl:1784]
ShooterGameServer.exe!UWorld::Tick() (0x00000001407b9a13) + 0 bytes [c:\svn_ark\engine\source\runtime\engine\private\leveltick.cpp:1095]
ShooterGameServer.exe!UGameEngine::Tick() (0x0000000140717d0f) + 0 bytes [c:\svn_ark\engine\source\runtime\engine\private\gameengine.cpp:1170]
ShooterGameServer.exe!FEngineLoop::Tick() (0x000000013f4e8edc) + 0 bytes [c:\svn_ark\engine\source\runtime\launch\private\launchengineloop.cpp:2421]
ShooterGameServer.exe!GuardedMain() (0x000000013f4e484c) + 0 bytes [c:\svn_ark\engine\source\runtime\launch\private\launch.cpp:140]
ShooterGameServer.exe!GuardedMainWrapper() (0x000000013f4e9f2a) + 5 bytes [c:\svn_ark\engine\source\runtime\launch\private\windows\launchwindows.cpp:125]
ShooterGameServer.exe!WinMain() (0x000000013f4ea060) + 8 bytes [c:\svn_ark\engine\source\runtime\launch\private\windows\launchwindows.cpp:209]
ShooterGameServer.exe!__tmainCRTStartup() (0x00000001416f9721) + 21 bytes [f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:618]
kernel32.dll!UnknownFunction (0x00000000771259cd) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x000000007735a561) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x000000007735a561) + 0 bytes [UnknownFile:0]
 
Last edited by a moderator:
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Tempest Dedicated Servers
Monetize your ARK server
Tebex
Back
Top