Raised This Month: $32 Target: $400
 8% 

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-04-2018 , 21:51   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1551

Quote:
Originally Posted by OtgTravis View Post
I did actually, and im still having that issue, but some models works for me, and only a few people are experiencing this problem, i have to tell them to delete the material folders for a temp fix.
Yes, I did, some solved the problem ...

Now the problem would be the players, many when I send delete the folder Models & Materials they do not even know where they are located, incredible it.

AI the problem, they keep complaining that the skins are black.

Anyway, I'll see if I can do anything, thanks for now!
paulo_crash is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 11-04-2018 , 23:07   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1552

the author is not supporting this plugin anymore.
NanoC is offline
Send a message via Skype™ to NanoC
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-10-2018 , 13:10   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1553

Quote:
Originally Posted by Sprilo View Post
Rather than selling the 'in demand' plugin I thought I'd just share it here since it is pretty simple.

I don't have a use for it anymore so I don't know if it works well or not. Never bothered to add slot support either but I might work on it more if people want.

Edit your addons/sourcemod/translations/store.phrases.txt and add
Code:
    "CustomParticles"
    {
        "en" "Aura"
    }
Edit your addons/sourcemod/configs/items.txt and add
Code:
    "Auras"
    {
        "Name of Aura"
        {
            "particlename" "particles/example.pcf"
            "effectname" "Effect01"
            "position" "0.0 0.0 0.0"
            "price" "100"
            "type" "CustomParticles"
        }
    }
Position isn't needed but there is support for it anyways, particlename is for precaching and downloading pcf files. effectname is the unique ID, be careful and don't have two custom particles with the same effectname.

If people want I can also add a version with '!hideaura' support (I hear some people have FPS issues with particles).

If anyone wants to upload some particles just post it and i'll link it in this post so everyone can use.

Enjoy!
It works with Particlese & Auras, correct? Or just Auras?

Could you put flags option, or do you already have it?

Regarding Download Files, Do not Need to Do? How it works?
paulo_crash is offline
mlov420
Senior Member
Join Date: May 2013
Old 11-13-2018 , 11:04   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1554

Quote:
Originally Posted by paulo_crash View Post
It works with Particlese & Auras, correct? Or just Auras?
You can use pretty much anything that's in the .pcf file, auras and particles (trails). Their visibility to the first person user varies though, some of them are very distracting.

In every .pcf file, there are a number of different particle/aura options, that's where adding particles/auras trails gets tricky. I'm not sure if there's an easier method, but in order for me to check out all the possibly options within each .pcf file, I add the .pcf file to my csgo/particles folder and look at them in Hammer Editor so I can see a live view of it.

Quote:
Could you put flags option, or do you already have it?
This has all the same options as the rest of the store stuff ("flag", "price", "position", etc.)

Quote:
Regarding Download Files, Do not Need to Do? How it works?
The download files go to csgo/particles on both your server and FastDL. They can also be zipped in .bz2 like all other FastDL files.


Like I mentioned before, looking at all the options within the .pcf file is the most time consuming part, or the part with the most "challenge". These PCF files can range from having a few particle options to having dozens.
mlov420 is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-13-2018 , 12:43   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1555

Perfect, thanks...
Quote:
Originally Posted by mlov420 View Post
The download files go to csgo/particles on both your server and FastDL. They can also be zipped in .bz2 like all other FastDL files.
About the files in the csgo/particles folder where do I get them? In case your only have the plugin and source code, in case only the files are missing.

Thank you again.
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-13-2018 , 19:59   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1556

I am having the following problem on one of my servers.

Shows the following error in the console:
Quote:
IP rate limiting client 131.196.198.2209719 at 19 hits (5 buckets, 23 global count).
L 11/13/2018 - 22:56:08: [SM] Exception reported: Database connection failed to initialize after 4 retrie(s)
L 11/13/2018 - 22:56:08: [SM] Blaming: store.smx
L 11/13/2018 - 22:56:08: [SM] Call stack trace:
L 11/13/2018 - 22:56:08: [SM] [0] SetFailState
L 11/13/2018 - 22:56:08: [SM] [1] Line 2158, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::T imer_DatabaseTimeout
I use same SQL, I do not use MySQL Database.

I already installed the plugin again and still nothing, what could be how can I fix it?
paulo_crash is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 11-14-2018 , 03:44   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1557

Quote:
Originally Posted by paulo_crash View Post
I am having the following problem on one of my servers.

Shows the following error in the console:

I use same SQL, I do not use MySQL Database.

I already installed the plugin again and still nothing, what could be how can I fix it?
cfg/sourcemod/plugin.store.cfg you change the line "storage-local" with a other name?

Quote:
// Name of the default store database entry
// -
// Default: "storage-local"
sm_store_database "storage-local"
freak.exe_uLow is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-14-2018 , 08:26   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1558

Quote:
Originally Posted by freak.exe_uLow View Post
cfg/sourcemod/plugin.store.cfg you change the line "storage-local" with a other name?
I did not change it, it's all in the same plugin standard.

In any case I sent all the plugin files again and now it worked, I do not know what it could be.

Thank you in any case!
paulo_crash is offline
mlov420
Senior Member
Join Date: May 2013
Old 11-14-2018 , 09:29   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1559

Quote:
Originally Posted by paulo_crash View Post
Perfect, thanks...

About the files in the csgo/particles folder where do I get them? In case your only have the plugin and source code, in case only the files are missing.

Thank you again.
Here is a pack of 5 .pcf files to get you started. Each one of these contains a number of different particles. Refer to my previous post about viewing these files in something like Hammer Editor to see which ones are available, as well as which ones work and which ones don't work. I've personally noticed that not every particle in these packs work (maybe my error?), but many/most do.


Where to Install:

Code:
This "particles" folder just goes right in the csgo/ folder either on your server or locally if you're viewing in Hammer.

Example Usage from one of the contained files:

Code:
"Green Cyclone (Aura)"
        {
            "particlename" "particles/fx.pcf"
            "effectname"    "Aura11"
            "flag"		   "b"
            "type"              "CustomParticles"
        }
The different "effects" within each PCF will vary between if they act like auras (covering all or most of player model) or if they act like only trails (smaller effects only display at the feet of the player, which makes them act like a trail). This example one acts more like an aura so I labeled it as such for players to see.

Edit - This .zip file DOES NOT contain the auras plugin. It ONLY contains 5 .pcf files which can be used with the auras plugin.
Attached Files
File Type: zip particles.zip (82.5 KB, 144 views)

Last edited by mlov420; 11-14-2018 at 09:30.
mlov420 is offline
Sarin
Senior Member
Join Date: Nov 2014
Location: Sydney, Australia
Old 11-21-2018 , 04:31   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1560

Hey all,

I'm trying to add stuff to the store but can't seem to work it out.....
Also,
"Banana"
{
"model" "models/props/cs_italy/bananna.mdl"
"grenade" "hegrenade"
"price" "60"
"type" "grenadeskin"
}
The props folder doesnt exist anywhere yet the nade skins still work..........??

Cheers
Sarin is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:34.


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