Raised This Month: $ Target: $400
 0% 

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
Lannister
Veteran Member
Join Date: Apr 2015
Old 10-24-2016 , 21:20   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #951

Quote:
Originally Posted by oaaron99 View Post
I have a module for particles that I use on my servers
Mind to share it for free? seems like it's something that many people would like to have in their Store!
Lannister is offline
Sprilo
Member
Join Date: Aug 2014
Old 10-24-2016 , 23:49   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #952

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!
Attached Files
File Type: zip store_particles.zip (21.8 KB, 1854 views)
Sprilo is offline
kaeming
Senior Member
Join Date: Nov 2015
Old 10-24-2016 , 23:57   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #953

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!
mehhhh, someone was selling this plugin for 50USD rofl
anyways, great release
__________________
Add me up HERE if you have inquiries regarding server related stuff!
CS:GO Multimod & Jailbreak Servers > I am selling my entire ready to play server, add me up on steam to discuss.
kaeming is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 10-25-2016 , 00:34   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #954

Quote:
Originally Posted by blackhawk74 View Post
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.
Enjoy!
I don't use a store. I'm not interested in gloves or aura.

But I'm very happy that great people like good_live & Sprilo share their work!
Buy them a coffee!

Some conditions/pricings out there are really ridiculous!

Free the code - Sharing is caring - Don't let the 'BadBoys' win!
__________________
coding & free software

Last edited by shanapu; 10-25-2016 at 00:58. Reason: typo & formulation
shanapu is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 10-25-2016 , 02:05   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #955

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!
Thanks!!

However, i tried to add it on my store, but it doesnt seems to work, no error log and nothing, when i go through my store menu i can't find the "Auras" section, this is how i put it

Code:
    "Auras"
        {
        "Halloween"
        {
            "particlename" "particles/public2.pcf"
            "effectname" "final"
            "position" "0.0 0.0 0.0"
            "price" "9999"
            "type" "CustomParticles"
        }
    }
and this is the aura
https://drive.google.com/file/d/0Bx6...cydzg0TU0/view

Any ideas?
Lannister is offline
Sw33T3R
AlliedModders Donor
Join Date: Mar 2014
Old 10-25-2016 , 02:36   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #956

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!
Thank you dude!, Ill test it later
Sw33T3R is offline
Sprilo
Member
Join Date: Aug 2014
Old 10-25-2016 , 02:36   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #957

Quote:
Originally Posted by Lannister View Post
Thanks!!

However, i tried to add it on my store, but it doesnt seems to work, no error log and nothing, when i go through my store menu i can't find the "Auras" section, this is how i put it

Any ideas?
Just tried that particle and it worked for me.

Is store_particles.smx inside your /addons/sourcemod/plugins/ ?
Did you restart the server?

In regards to items.txt, try adding it towards the end of the items.txt, remember to make sure it is inside the last "}"
for example
Spoiler


Best of luck
Sprilo is offline
interactive
Junior Member
Join Date: Jan 2016
Old 10-25-2016 , 12:33   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #958

just saying that if you set up the store right you can get stuff like custom gloves ,aruas and a lot more





Last edited by interactive; 10-25-2016 at 12:38.
interactive is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 10-25-2016 , 13:16   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #959

Quote:
Originally Posted by Sprilo View Post
Just tried that particle and it worked for me.

Is store_particles.smx inside your /addons/sourcemod/plugins/ ?
Did you restart the server?

In regards to items.txt, try adding it towards the end of the items.txt, remember to make sure it is inside the last "}"
for example
Spoiler


Best of luck
I've tried that, but still it doesnt seems to work, also i dont see any error log about it, it even loads fine without errors

[SM] Loaded plugin store_particles.smx successfully.

The section "Auras" doesnt show up on my store menu, i tried to send you a private message so i can share to you my items.txt but seems like you have it blocked

Also i've added that line on the translation file, but still it doesnt seems to work

Thanks
Lannister is offline
sleggie
Junior Member
Join Date: Mar 2016
Old 10-25-2016 , 21:13   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #960

Does anyone have the updated linux offsets for store.gamedata.txt ( specifically csgo)
sleggie is offline
Reply



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 20:41.


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