Atlas Shop, Currency & Kits

Welcome!

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

SignUp Now!
Where can I find the ATLAS API source as well? I feel like I am just looking in the wrong place heh
Same repository as for ark, just different folders.
Have a quick question, hopefully. Looks like shop and perm plugin is working okay so far. I want to setup a starter kit for new logins. Do you have to do something specific/separate to trigger that, or will that get done automatically the first time someone gets added to the db in perm group default. (using some examples that are posted on here)
I'm not getting the starter kit, and assumed there was some kind of automatic way that would get triggered. Is that true?
Make sure players in Default group or just remove permissions requirement.
 
In the perm db, I have my steam id shown in the select command from permissiongroups with the perm group of Default.

If I select from the shopdb, within the players table, my steam id shows no kits, points, or spent values. How does the app know when to grant a player a 'starter' kit?
 
In the perm db, I have my steam id shown in the select command from permissiongroups with the perm group of Default.

If I select from the shopdb, within the players table, my steam id shows no kits, points, or spent values. How does the app know when to grant a player a 'starter' kit?
It should on player spawn.
 
Wanted to let you know for some reason there are some resources we can't sell. Not sure if it's a plugin issue or Atlas in general. Trying to sell

"Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_Coal_Anthracite.PrimalItemResource_Coal_Anthracite'"

or

"Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_Coal_Graphite.PrimalItemResource_Coal_Graphite'"

So far doesn't seem to work. I know it's not a config problem replaced the resource in the same code and it works for base_wood. Thanks in Advance ;)
 
Any way you could add the command to pay everyone at once that is currently online. Or at least everyone in the database! I think this would go great with Server Events!
 
Now that everything seems to be working fine with the plugin, I have a question about the shop item order. In the config file, I have everything grouped together (metals, fibers, etc.). When I use the ingame /shop page to view the items in the shop, everything is out of order and all the items just show up randomly.
Is there any way for shop items to show up in the order they appear in the config file?

Also, I was using some examples I saw on the pages here to build out the config.
Some examples show putting in items like what the copper item I have below looks like. However, items will only actually work (able to buy) for me in the store if I put them in with the format that I used for cobalt. Do all shop 'items' have to be in the cobalt format?

"cobalt":{
"Type":"item",
"Description":"Cobalt Metal x500",
"Price":50,
"Items":[
{
"Quality":0,
"ForceBlueprint":false,
"Amount":500,
"Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_Metal_Cobalt.PrimalItemResource_Metal_Cobalt'"
}
]
},
"copper":{
"Type":"item",
"Description":"Copper Metal x500",
"Price":50,
"Amount":500,
"Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_Metal_Copper.PrimalItemResource_Metal_Copper'"
},
 
Now that everything seems to be working fine with the plugin, I have a question about the shop item order. In the config file, I have everything grouped together (metals, fibers, etc.). When I use the ingame /shop page to view the items in the shop, everything is out of order and all the items just show up randomly.
Is there any way for shop items to show up in the order they appear in the config file?

Also, I was using some examples I saw on the pages here to build out the config.
Some examples show putting in items like what the copper item I have below looks like. However, items will only actually work (able to buy) for me in the store if I put them in with the format that I used for cobalt. Do all shop 'items' have to be in the cobalt format?

"cobalt":{
"Type":"item",
"Description":"Cobalt Metal x500",
"Price":50,
"Items":[
{
"Quality":0,
"ForceBlueprint":false,
"Amount":500,
"Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_Metal_Cobalt.PrimalItemResource_Metal_Cobalt'"
}
]
},
"copper":{
"Type":"item",
"Description":"Copper Metal x500",
"Price":50,
"Amount":500,
"Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_Metal_Copper.PrimalItemResource_Metal_Copper'"
},

Yup same for me it will say you have 0/100 when you have the right amount and correct item! I can spawn then but can't sell some.
 
@Michidu

I run 36 grids with this plugin and some of them seem to disconnect from the plugin and it stops working, mysql should be able to handle this many connections right? I think it may be due to too many grids using the same plugin files? It's 18 grids per server and they use the same plugin files, could that be the issue?
 
@Michidu

I run 36 grids with this plugin and some of them seem to disconnect from the plugin and it stops working, mysql should be able to handle this many connections right? I think it may be due to too many grids using the same plugin files? It's 18 grids per server and they use the same plugin files, could that be the issue?
That shouldn't be a problem though.
How many simultaneous connections does your Mysql allow?
 
Has anyone allready uploaded a full Shop script? If not would anyone like a copy uplaoded that i have started? I dont have much added but its more than almost nothing.
 
I'm still waiting for all blueprints!
Expecting the keyboard to type it for you? I've already GIVEN hundreds of lines of my work (nothing compared to the work the devs here have done). Instead of expecting someone to do the work for you, why don't make yourself worth something to the community and contribute!
 
Expecting the keyboard to type it for you? I've already GIVEN hundreds of lines of my work (nothing compared to the work the devs here have done). Instead of expecting someone to do the work for you, why don't make yourself worth something to the community and contribute!

Haha wow you took that from one comment stated I have them all and have been digging into the game files, to get them finished. Might check yourself mate ;)
 
I'm still waiting for all blueprints!
Copy and paste whats available in the wiki in to google sheets and you can knock out like 90% of them in one fell swoop. The rest is just crap that WC/GS and their disorganized selves threw in to random folders like "Test" and whatnot. But it's all out there.
 
Here is what i have already. I hope someone would be kind and maybe add some of there "working" pieces to the config. This works in game. Every item is spawning as it should. Im new to C++ this has been a learning experience for me. SO if it looks ugly My apologies. Ive got all Resources working and available for purchase a working starter kit with basic tools slightly above standard (Quality 1). A vip kit Which permissions have to be given for that includes a Draco spawn that lasts 3 hours and is level 20 tamed on use. It Does have a few tool blueprints and some plate armor and armor blueprints for purchase. Ive just about covered every example needed in this document to add pretty much anything you want. If someone has a set of scripted "dinos" already completed but didn't have resources it would be uber cool of you to share your work so as a community we can better the game at least a little bit.

Oh i forgot. This is currently Configured for Sql-lite, because I am on g-portal and its what is available for us to use.
 
Last edited:
Ya... thats how English works. One person says something, then someone responds. Strange that my response is directly related to your statement.
 
Copy and paste whats available in the wiki in to google sheets and you can knock out like 90% of them in one fell swoop. The rest is just crap that WC/GS and their disorganized selves threw in to random folders like "Test" and whatnot. But it's all out there.

Thanks for the kind words, I have been checking in on the wiki ;)
 
Having an issue getting crew to spawn. it says it has been purchased and spawned, but no crew member has spawned at all when purchased. Here is my config file if anyone can figure it out and fix it. I did get the other items in the shop to spawn. Been spending the last few days trying to get it all working and this is the last step. TIA
 
Just a guess at this point, but I think a recent patch might have changed the BP path for the crew. I havent tested anything, but suddenly the vote rewards plugin is giving no reward fairly often... which could also be crew not spawning. Need to test spawning one of each in manually to ensure the path is correct.
 
I managed to spawn one that wasnt tamed but when i used gmsummon to spawn a tamed one in, nothing.

I also checked the file paths and they are ok.

cheat spawndino "Blueprint'/Game/Atlas/Test/HumanNPC_BP_Crew_Male.HumanNPC_BP_Crew_Male'" 1 0 0 0

thats what i used and that one spawned in. but when i changed sp;awndino to gmsummon, nothing.

UPDATE: I did try this cheat gmsummon "humannpc_bp_crew_female_c" and it manually spawned in (added _c at the end). Then i added _c at the end of the path in the config.json, reloaded config, tried to buy npc female. nothing
 
Last edited:
Back
Top