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

[CS:GO/ANY?] Store Parachute (v1.2 - 28/10/18)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Plugin ID:
6228
Plugin Version:
1.2
Plugin Category:
Gameplay
Plugin Game:
Any
Plugin Dependencies:
Servers with this Plugin:
 
Plugin Description:
Adds support for parachutes to Zephyrus Store plugin
Old 08-14-2018 , 20:44   [CS:GO/ANY?] Store Parachute (v1.2 - 28/10/18)
Reply With Quote #1

Rate Thread

Parachutes for [ANY] Store by Zephyrus

With this plugin you can add different parachutes to the Store by Zephyrus.
Nothing more to say?!

This plugin doesn't provide any parachute models!
You can find CS:GO parachute models here: https://gamebanana.com/skins/cats/11622

Only tested on CS:GO.
Please test and report other games.

Installation
Quote:
  1. store_parachute.smx -> addons/sourcemod/plugins/
  2. store_parachute.sp -> addons/sourcemod/scripting/ (optional)
  3. open your \addons\sourcemod\translations\store.phrases. txt and add following part:
    Code:
      "parachute" 
      { 
        "en" "Parachute" 
      }
  4. open your \addons\sourcemod\configs\store\items.txt and configure your models like following example:
    Code:
      "Parachute" 
      { 
        "Rainbow" 
        { 
          "model" "models/parachute/parachute_rainbow.mdl" 
          "price" "1" 
          "fallspeed" "80.0" 
          "type" "parachute" 
        } 
        "Blue" 
        { 
          "model" "models/parachute/parachute_blue.mdl" 
          "price" "1" 
          "fallspeed" "100.0" 
          "type" "parachute" 
        } 
        "Gargoyle" 
        { 
          "model" "models/parachute/gargoyle.mdl" 
          "price" "1" 
          "fallspeed" "50.0" 
          "type" "parachute" 
          "flag" "a" 
        } 
      }
  5. Have Fun! Give feedback!
Include file for compile
Github
https://github.com/shanapu/StoreParachute

Credits
allamo for the idea, commissioning & permission to share! we need more like you!
Big thanks @Zephyrus for his great store!
zipcore for his HG parachute code!
CZE|EMINEM for his parachute model collection!
Also big thanks to all sourcemod & metamod developers out there!

You like my work for the community? Buy me a beer!
Attached Files
File Type: zip StoreParachute.zip (38.9 KB, 630 views)
File Type: sp Get Plugin or Get Source (store_parachute.sp - 518 views - 5.5 KB)
File Type: smx store_parachute.smx (20.4 KB, 429 views)
__________________
coding & free software

Last edited by shanapu; 10-28-2018 at 18:52. Reason: v1.1
shanapu is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 08-14-2018 , 21:02   Re: [CS:GO/ANY?] Store Parachute (v1.0 - 15/08/18)
Reply With Quote #2

This is great, thanks alot for doing this!
Lannister is offline
Cruze
Veteran Member
Join Date: May 2017
Old 08-15-2018 , 08:38   Re: [CS:GO/ANY?] Store Parachute (v1.0 - 15/08/18)
Reply With Quote #3

__________________
Taking paid private requests! Contact me
Cruze is offline
SnowHP
Senior Member
Join Date: Sep 2016
Location: Porto, Portugal
Old 08-15-2018 , 11:57   Re: [CS:GO/ANY?] Store Parachute (v1.0 - 15/08/18)
Reply With Quote #4

Will test it for sure!
__________________
SnowHP is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 08-31-2018 , 19:15   Re: [CS:GO/ANY?] Store Parachute (v1.0 - 15/08/18)
Reply With Quote #5

You should let people know though if they need parachute plugin on top of this.


Also im getting this:
[SM] Failed to load plugin "store_parachute.smx": Unable to load plugin (no debug string table)

And recompiling it doesn't fix it.

Last edited by HvG Community; 08-31-2018 at 19:20.
HvG Community is offline
beastedout
Member
Join Date: Aug 2018
Old 08-31-2018 , 23:12   Re: [CS:GO/ANY?] Store Parachute (v1.0 - 15/08/18)
Reply With Quote #6

Quote:
Originally Posted by HvG Community View Post
You should let people know though if they need parachute plugin on top of this.


Also im getting this:
[SM] Failed to load plugin "store_parachute.smx": Unable to load plugin (no debug string table)

And recompiling it doesn't fix it.
I think update your sourcemod!
beastedout is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 09-01-2018 , 14:07   Re: [CS:GO/ANY?] Store Parachute (v1.0 - 15/08/18)
Reply With Quote #7

Quote:
Originally Posted by HvG Community View Post
You should let people know though if they need parachute plugin on top of this.
If there would have been any other requirements I would have mentioned them. But since there are none I haven't mentioned any.
The plugin runs on its own without any further plugin "on top of this".

Quote:
Originally Posted by HvG Community View Post
[SM] Failed to load plugin "store_parachute.smx": Unable to load plugin (no debug string table)

And recompiling it doesn't fix it.
My mistake. I compiled this with sourcemod 1.10. when your server runs 1.9 or below the error appears. Maybe you compiled them also with higher version as on server.
I updated the post with binarys compiled with sm.1.9.
__________________
coding & free software
shanapu is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 09-01-2018 , 17:55   Re: [CS:GO/ANY?] Store Parachute (v1.0 - 15/08/18)
Reply With Quote #8

Quote:
Originally Posted by shanapu View Post
If there would have been any other requirements I would have mentioned them. But since there are none I haven't mentioned any.
The plugin runs on its own without any further plugin "on top of this".



My mistake. I compiled this with sourcemod 1.10. when your server runs 1.9 or below the error appears. Maybe you compiled them also with higher version as on server.
I updated the post with binarys compiled with sm.1.9.


That makes sense, I was just confused when the plugin kept giving me this error, I thought it could be because of this.

Also the newly compiled version works without a problem, thank you.

Last edited by HvG Community; 09-01-2018 at 17:55.
HvG Community is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-21-2018 , 02:50   Re: [CS:GO/ANY?] Store Parachute (v1.0 - 15/08/18)
Reply With Quote #9

Spam, problem with my internet .

Sorry...

Last edited by paulo_crash; 10-21-2018 at 02:53.
paulo_crash is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 10-21-2018 , 02:52   Re: [CS:GO/ANY?] Store Parachute (v1.0 - 15/08/18)
Reply With Quote #10

"Fallspeed" would be the time that the parachute stays in the air, correct?

I wonder if it would be possible to make a command, the same as "fallsped" but with a parachute speed function.

Is that possible?

Last edited by paulo_crash; 10-21-2018 at 04:51.
paulo_crash 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 22:28.


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