AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Store by Zephyrus [1.1 - 03.01.2016] (https://forums.alliedmods.net/showthread.php?t=276677)

barvica 12-26-2015 16:24

Re: [ANY] Store by Zephyrus
 
how can i reset the whole store

Franc1sco 12-26-2015 16:28

Re: [ANY] Store by Zephyrus
 
Quote:

Originally Posted by barvica (Post 2376576)
how can i reset the whole store

Post this in the rcon "sm plugins reload store" or just restart the server (?)

barvica 12-26-2015 16:31

Re: [ANY] Store by Zephyrus
 
that helped, thanks

Quote:

Originally Posted by Franc1sco (Post 2376578)
Post this in the rcon "sm plugins reload store" or just restart the server (?)


edit: Also something its bothering me, i saw peopl have like tons of player models etc. and still have trails. I know there is an overflow limit, but I can only have like 10 max player models without any trails and it still doesnt let me play like jb_cloud and jb_lego maps. Is it because of they use that store plugin with mysql etc. or how does it affects?

Also my items.cfg from some of your private leaked store versions:
Quote:

"Store"
{
"Tracers"
{
"Blue"
{
"color" "0 0 125"
"price" "120"
"type" "tracer"
}
"Blue Violet"
{
"color" "138 43 226"
"price" "120"
"type" "tracer"
}
"Cyan"
{
"color" "0 255 125"
"price" "120"
"type" "tracer"
}
"Fire Brick"
{
"color" "178 34 34"
"price" "120"
"type" "tracer"
}
"Fuschia"
{
"color" "125 0 125"
"price" "120"
"type" "tracer"
}
"Gray"
{
"color" "240 240 240"
"price" "120"
"type" "tracer"
}
"Green"
{
"color" "0 125 0"
"price" "120"
"type" "tracer"
}
"Hunter Green"
{
"color" "35 142 35"
"price" "120"
"type" "tracer"
}
"Lawn Green"
{
"color" "124 122 0"
"price" "120"
"type" "tracer"
}
"Olive Brown"
{
"color" "128 125 165"
"price" "120"
"type" "tracer"
}

"Orange"
{
"color" "125 77 0"
"price" "120"
"type" "tracer"
}
}
"Grenade Skins"
{
"HE Grenade"
{
"Orange"
{
"model" "models/props/cs_italy/orange.mdl"
"grenade" "hegrenade"
"price" "60"
"type" "grenadeskin"
}

"Tortoise"
{
"model" "models/props/de_tides/vending_turtle.mdl"
"grenade" "hegrenade"
"price" "60"
"type" "grenadeskin"
}
}

"Flashbang"
{
"Banana"
{
"model" "models/props/cs_italy/bananna.mdl"
"grenade" "flashbang"
"price" "60"
"type" "grenadeskin"
}
}

"Smokegrenade"
{
"Watermelon"
{
"model" "models/props_junk/watermelon01.mdl"
"grenade" "smokegrenade"
"price" "60"
"type" "grenadeskin"
}
}
}
"Accessories"
{
"Hats"
{
"Spartan Helmet"
{
"model" "models/spartahelm/spartahelm.mdl"
"position" "0.0 -2.2 -68.4"
"angles" "0.0 0.0 0.0"
"price" "1200"
"type" "hat"
"slot" "0"
}
}
}
"Player Skins"
{
"Terrorists"
{
"Cad Bane"
{
"model" "models/player/starwars/cadbane/cadbane.mdl"
"team" "2"
"price" "10000"
"type" "playerskin"
}
"Altair"
{
"model" "models/player/altair/altair.mdl"
"team" "2"
"price" "10000"
"type" "playerskin"
}
"Kat"
{
"model" "models/player/dmc/kat/kat.mdl"
"team" "2"
"price" "10000"
"type" "playerskin"
}
"Ellie"
{
"model" "models/player/deadspace/ellie/ellie.mdl"
"team" "2"
"price" "10000"
"type" "playerskin"
}
}
"Counter-Terrorists"
{ "Rex"
{
"model" "models/player/starwars/rex/rex.mdl"
"team" "3"
"price" "10000"
"type" "playerskin"
}
"Willow"
{
"model" "models/player/resident/willow/willow.mdl"
"team" "3"
"price" "10000"
"type" "playerskin"
}
"Heavy Nazi"
{
"model" "models/player/heavynazi2/heavynazi2_fix.mdl"
"team" "3"
"price" "10000"
"type" "playerskin"
}
"Pokemon trainer"
{
"model" "models/player/pokemon/pokemon_trainer/pokemon_trainer.mdl"
"team" "3"
"price" "10000"
"type" "playerskin"
}
"Coach"
{
"model" "models/player/kuristaja/l4d2/coach/coach.mdl
"team" "3"
"price" "10000"
"type" "playerskin"
}
}
}
}

Chevalier 12-26-2015 16:47

Re: [ANY] Store by Zephyrus
 
Has nothing to do with mysql.
Certain maps can have more or less precached models then other maps. Its all depending on how the map developer did it, using custom models or textures.
To solve your issue, you need to remove those models from the store or remove the map.

barvica 12-26-2015 16:48

Re: [ANY] Store by Zephyrus
 
But if i add like tons of player models only, it crashes my maps because of the models limit. Meanwhile I can still see people playing those maps with tons of models. Maybe I have old version of Zephyrus's store plugin and maybe he changed something for pre-caching models or something ?

Quote:

Originally Posted by Chevalier (Post 2376590)
Has nothing to do with mysql.
Certain maps have precached models from the map developer who made it.
Either need to remove those models from the store or remove the map.


Zephyrus 12-26-2015 16:55

Re: [ANY] Store by Zephyrus
 
Quote:

Originally Posted by barvica (Post 2376591)
But if i add like tons of player models only, it crashes my maps because of the models limit. Meanwhile I can still see people playing those maps with tons of models. Maybe I have old version of Zephyrus's store plugin and maybe he changed something for pre-caching models or something ?

do they have hundreds of trails as well? its not just the player skins, its the trails, hats, etc

barvica 12-26-2015 17:05

Re: [ANY] Store by Zephyrus
 
they had no trails i guess, but still they had like 20+ player models and other crap in store and were still playing those maps. I have like 10 or some player models and hats and it doesnt let me play any of those maps. Its weird, have you changed anything from precaching models or how is it called.

Zephyrus 12-26-2015 17:06

Re: [ANY] Store by Zephyrus
 
Quote:

Originally Posted by barvica (Post 2376597)
they had no trails i guess, but still they had like 20+ player models and other crap in store and were still playing those maps. I have like 10 or some player models and hats and it doesnt let me play any of those maps. Its weird, have you changed anything from precaching models or how is it called.

dude, 10 player skins = 10 precached files. 300 trails = 300 precached files...

barvica 12-26-2015 17:09

Re: [ANY] Store by Zephyrus
 
They dont have any trails, neither do I. But they use that other store plugin

Edit: I counted like max 100 precached files i use with all the sounds, marks, hats, models etc.

mazdarx8 12-26-2015 18:02

Re: [ANY] Store by Zephyrus
 
Hi, how to setup it for mysql?


All times are GMT -4. The time now is 23:25.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.