PDA

View Full Version : Amx Parachute


Wilson [29th ID]
09-08-2006, 03:47 PM
/************************************************** *************************************************
AMX Parachute

Version: 0.2.2
Author: KRoTaL (Ported by Wilson [29th ID])

1.0 Ported into DoD by Wilson [29th ID]

Commands:

Press +use to slow down your fall.

Cvars:

sv_parachute "1" - 0: disables the plugin
1: enables the plugin


Setup (AMXX 1.71):

Install the amxx file.
Enable engine (amxx's modules.ini)
Put the parachute.mdl file in the /models folder


************************************************** *************************************************/

Original Author: KRoTaL
Ported into Day of Defeat by: Wilson 29th ID
Porting Reuqested by nasa

nasa
09-08-2006, 08:42 PM
Thank you VERY VERY much wilson ur the best :D Going to test it right away:D

tegu
09-09-2006, 06:14 AM
Well, how did testing go? I am dying to know. I want to run this with crazy_jump.bsp


Ok I got tired of waiting, installed it .... will get back to you.


Doesnt work..... my guess would be

Put the parachute.mdl file in the cstrike/models folder

Which doesnt exist on a dod server AND isnt included in this plugin release....

Sorry

nasa
09-21-2006, 03:32 PM
The plugin works ABSOLUTELY fine, or for me it does

Vendetta
09-21-2006, 08:15 PM
Nice Wilson, just installed on my server! Good work.

tegu
09-22-2006, 12:43 AM
Ok well I still dont see the mdl? am I missing something here? How do I get it to work without that?

Vendetta
09-22-2006, 02:40 AM
Here is the model guys:

http://files.filefront.com/parachutemdl/;5530182;;/fileinfo.html

nasa
09-22-2006, 08:03 AM
tegu download the "parachute.mdl" from www.amxmodx.org plugin "amx_parachute" Put it in /dod/models
And it should work just fine

tegu
09-22-2006, 01:37 PM
ok. THAT SHIT KICKS ASS!!

I got so into parachuting out of everywhere, that I forgot to play LOL.

I think this is going to be another useful one too.

The only thing I might add would be that upon pressing "use" it deploys, but it requires a second press to undelploy it. Kind of like a cutting of the cords?

I personally would be happy with it the way it is, but just thought this might make it a little more realistic....

diamond-optic
09-22-2006, 10:41 PM
ya didnt they have something like that in another mod.. maybe it was firearms i think..

=|[76AD]|= TatsuSaisei
09-22-2006, 11:20 PM
ya didnt they have something like that in another mod.. maybe it was firearms i think..
is where the model come from...

kimball
10-31-2006, 11:37 AM
I installed it, set sv_parachute to 1 and got the model put in. I am playing on avalanche as a test. I can see the pressing use thing works as it slows me down in the air, but...I don't spawn in the air, I spawn like normal, is that supposed to happen?

diamond-optic
10-31-2006, 12:11 PM
maybe im wrong as i havent used this.. but i assumed you still spawn normal.. but you can use a parachute if you say jump off a high place (in ava.. say w crack or red room windows...)

Box Cutter
10-31-2006, 04:59 PM
The plugin below is the one that you actually spawn in the air and parachute down.

http://www.dodplugins.net/forums/showthread.php?t=173

Wilson [29th ID]
10-31-2006, 05:36 PM
yeah kimball that's a totally different plugin. the cvar doesn't even match this one.

kimball
10-31-2006, 10:40 PM
Sorry, I misunderstood, you released too many parachuting plugins Wilson :)

Nice work.

Vet
11-01-2006, 01:37 AM
I'm unclear as to why you needed to port KRoTaL's plugin (http://forums.alliedmods.net/attachment.php?attachmentid=8845&d=1152386508) at all.
I run KRoTaL's just the way it is on our DOD server and it runs great. In fact, the parachuting action on KRoTaL's is very smooth. Whereas this plugin's is kinda choppy.

diamond-optic
11-01-2006, 01:44 AM
going by version numbers.. im thinking this might be from:
http://forums.alliedmods.net/showthread.php?t=11514

but both that one and the one you posted.. both contain cstrike code and include the cstrike module..

while it might actually still work seemingly fine.. it should be causing errors for lack of the cstrike module.. and if for some reason you have the cstrike module uploaded on your server and its being run.. who knows what those cstrike natives might be doing when called in dod...

its just not all that safe or effecient to leave cstrike code in it...

but i dont know what was really done.. thats just my assumption lol

Vet
11-01-2006, 03:19 AM
True, it has some CS parameters. But the CS module is only loaded if CS is actually running. In fact, the CS module isn't even installed on our server. The way I understand it, the KRoTaL plugin is designed to be mod-independent.

Wilson [29th ID]
11-01-2006, 03:56 AM
No, it isn't vet.

You can't buy the parachute in dod. Gotta buy it in krotal's plugin.

Vet
11-01-2006, 11:58 AM
Not in the version I'm using. I think the problem here is that we're talking about 2 different plugins with various versions. There's KRoTaL's original plugin. Then there's the plugin that some guy named 'nightscreem' is porting for some reason.

KLRoTaL's plugin since v0.1.8 has been updated by JTP10181 And in v1.0 it was made mod-independent. I'm running it now on a DOD server.

Regardless, I'm more concerned with the choppiness of this plugin while the chute is deployed. In perusing the code of KRoTaL's plugin (which has a smooth descent) I noticed that in v1.2 he said he "changed the user's gravity to remove choppiness".

So I think all you would have to do is use:
set_user_gravity(id, 0.1)
whenever the chute is deployed, and then reset it to
set_user_gravity(id, 1.0)
when the chute not deployed. I think that might remove the choppiness and you'd have a top-notch plugin.

Smiffy
11-04-2006, 03:01 PM
can we have a section where people can post the ini's for this plugins so that way it helps everyone and people can just look up the mapini they need for this plugin would save alot of time for us working people :P

Country
11-04-2006, 05:11 PM
This is a very fun plugin. I have it installed on my linux server. No problems at all. I still wish I could somehow get the smoke grenades to work on a linux server but it sounds like this is not going to happen:confused: Thanks for the support you guys:cool:

Box Cutter
11-04-2006, 05:24 PM
can we have a section where people can post the ini's for this plugins so that way it helps everyone and people can just look up the mapini they need for this plugin would save alot of time for us working people :P

This is not the plugin that requires the .ini files, that is the DoD Paratrooper plugin as linked below.

Wilson, a lot seem to get the two confused, lol

http://www.dodplugins.net/forums/showthread.php?t=173

=|[76AD]|= TatsuSaisei
11-05-2006, 10:35 AM
Wilson, a lot seem to get the two confused, lol

http://www.dodplugins.net/forums/showthread.php?t=173
Maybe if one spent a bit more time reading the intial post they would read the differences between the 2...

Smiffy
11-05-2006, 01:49 PM
the smoke grenades do work with linux.... i had them on my linux server for a long time recently taken them off due to inx servers only being able to hold a certain amount of plugins before they start to lag... anyway thats a diff post

yeah i really didnt know there was 2 diff plugins lol sorry

tegu
12-16-2006, 04:56 PM
name version author status
[ 1] Fun 1.76 AMX Mod X Dev Team running
[ 2] Engine 1.76 AMX Mod X Dev Team running
[ 3] FakeMeta 1.76b AMX Mod X Dev Team running
[ 4] MySQL 1.76b AMX Mod X Dev Team running
[ 5] GeoIP 1.76 AMX Mod X Dev Team running
[ 6] nVault 1.76 AMX Mod X Dev Team running
[ 7] DoDX 1.76b AMX Mod X Dev Team running
[ 8] DoD Fun 1.76b AMX Mod X Dev Team running
[ 9] Sockets 1.76 HLSW Dev Team running
[10] RegEx 1.76 AMX Mod X Dev Team running
10 modules, 10 correct

13:55:57 Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.76b AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.76b AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.76b AMXX Dev Team adminhelp.amxx running
[ 4] Multi-Lingual System 1.76b AMXX Dev Team multilingual.am running
[ 5] Menus Front-End 1.76b AMXX Dev Team menufront.amxx running
[ 6] Commands Menu 1.76b AMXX Dev Team cmdmenu.amxx running
[ 7] Players Menu 1.76b AMXX Dev Team plmenu.amxx running
[ 8] Teleport Menu 1.76b AMXX Dev Team telemenu.amxx running
[ 9] Maps Menu 1.76b AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.76b AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.76b AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.76b AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.76b AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.76b AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.76b AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 1.76b AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.76b AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.76b AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configuration 1.76b AMXX Dev Team statscfg.amxx running
[ 20] unknown unknown unknown amx_parachute,a bad load
[ 21] DoD Death Fade 0.4 AMXX DoD Team dod_death_fade. running
[ 22] DoD DropGrenades 0.6beta AMXX DoD Team dod_dropgrenade running
[ 23] DoD EvilAdmin 0.5beta AMXX DoD Team dod_eviladmin.a running
[ 24] DoD Force Tracers 0.7 AMXX DoD Team dod_forcetracer running
[ 25] DoD Gore Custom 1.6 AMXX DoD Team dod_gore_custom running
[ 26] DoD Headshot Sounds 1.2 AMXX DoD Team dod_headshot_so running
[ 27] DoD Shell Shock 1.1 AMXX DoD Team & dod_shellshock. running
[ 28] DoD Tackle 1.2b AMXX DoD Team dod_tackle.amxx running
[ 29] DoD TeamManager 1.0 AMXX DoD Team dod_teammanager running
[ 30] DoD Throw Rocks 1.1 AMXX DoD Team dod_throwrocks. running
[ 31] DoD Tracers 0.1 AMXX DoD Team dod_tracers.amx running
[ 32] DoD Walk 0.1 AMXX DoD Communi dod_walk.amxx running
[ 33] MultiJump 1.1 twistedeuphoria multijump.amxx running
( 20) Load fails: Plugin file open error (plugin "amx_parachute,amxx")
33 plugins, 32 running

got any clues?
Loaded the .mdl in the models folder... wth am I doing wrong? I recently switched servers and now this wont work for me.....

=|[76AD]|= TatsuSaisei
12-16-2006, 05:11 PM
maybe its just the way the forum posted it... but could this be the issue...


( 20) Load fails: Plugin file open error (plugin "amx_parachute,amxx")


notice its a comma and not a period...

tegu
12-16-2006, 05:31 PM
You so rock Tatsu... I however dont lol


Thanks for pointing out my stupidity for me ;)

=|[76AD]|= TatsuSaisei
12-16-2006, 06:43 PM
You so rock Tatsu... I however dont lol


Thanks for pointing out my stupidity for me ;)lol, we have all been there...

speak for yourself there buddy

:-P
ok, correction.. I have been there and done that...

8-P

diamond-optic
12-16-2006, 06:45 PM
|= TatsuSaisei;2739']lol, we have all been there...

speak for yourself there buddy

:-P

catalys201
01-02-2007, 04:25 AM
yeah i installed it and nothing happens does it work on linux server

Box Cutter
01-02-2007, 04:45 AM
Should work fine on a linux server. Does it show the plugin atleast running in your console? If not make sure you added it into your plugins.ini, put the CVAR into amxx.cfg and rebooted your server. Also make sure you have added the .mdl into your models folder.

catalys201
01-02-2007, 05:01 AM
yeah i installed it and nothing happens does it work on linux server

catalys201
01-02-2007, 07:04 AM
thx box i will try that
o yeah and nice pic

babykell
01-02-2007, 07:07 AM
hey my freind is running a sever on talkin to u about his parachute and evil admin can u give a step by step please it woukdl really meens alot to us we a new unit tryin to get good thanks man

babykell
01-02-2007, 07:09 AM
like he dont kno alot of wut u jus said so try to make it ez for him we want parachute and evil admin thnak you we are sittin waitin on ur word

Black Parade
01-02-2007, 07:22 AM
Do you guys know where I can get some different Parachute Models?

babykell
01-02-2007, 07:40 AM
i am tryin to get sum1 who knows wut there doing to help us here, we put parachute.mdl in the dod models folder, we put it in teh .ini we put cvar into the .cfg wut teh hell is goign wrong

{SR} *Raggy*
01-02-2007, 08:44 AM
Have you added the amx_parachute.amxx to your plugins.ini and also to your plugins folder? There is no model included in the first post as I just had a look.

Same for Evil Admin put the .amxx file into the plugins folder and plugins.ini. But you will have to get the cvars from the EvilAdmin thread and add them to your amxx.cfg

babykell
01-02-2007, 12:20 PM
hey thank you for that but tell me where the cvars is, and could u give my freind some very ewasy ez steps pleas where every thing is located and all that it would meen alot, thanks man

babykell
01-02-2007, 06:51 PM
hey i added teh parachute to everything but i still have to ad teh cvar to the amxx.cfg how do i do that, like i opne it and it wont let me write anything in there wuts am i doign wrong

=|[76AD]|= TatsuSaisei
01-02-2007, 07:06 PM
hey i added teh parachute to everything but i still have to ad teh cvar to the amxx.cfg how do i do that, like i opne it and it wont let me write anything in there wuts am i doign wrong

download the file to your computer and edit it locally, then once the changes are made upload it back to game server overwriting the original one... it kind of sounds to me like you are trying to edit the file right on the game server...

babykell
01-02-2007, 07:10 PM
ok so u want me to move the file from where it is now to my desktop and add teh cvar which should look like this

sv_parachute "1" - 0: disables the plugin
1: enables the plugin

then put it back into teh folder an click overwrite?

babykell
01-02-2007, 07:21 PM
when i take it out wut should i open it with, cause i put it in there and nothing happend, can i trust u if i send u a private message to do it for me, evil admin and parachute, i will give u the game servers info account nad pass an u do it for me?

Wilson [29th ID]
01-02-2007, 07:34 PM
Read.
http://wiki.amxmodx.org/index.php/Configuring_AMX_Mod_X#Plugins

=|[76AD]|= TatsuSaisei
01-02-2007, 10:04 PM
when i take it out wut should i open it with, cause i put it in there and nothing happend, can i trust u if i send u a private message to do it for me, evil admin and parachute, i will give u the game servers info account nad pass an u do it for me?
\
ok, you should now have the file on your desktop... RIGHT click on it and select Open with... if Open with... is not available then simply select open... WAIT for the message to come up about not having something to open/view with and it lets you choose 2 options... search net for something, or try one of your programs from a list... select the second option and you will be shown a window that contains apps to choose from...
scroll all the way down toward the bottom and select WORDPAD and then check the little box that allows you to use this program each time a file like this is opened... then from now on you can simply double click the file to open and edit it.....

If you want to PM me feel free, but I can not garauntee how long it will be before I can get to it...

{SR} *Raggy*
01-02-2007, 10:08 PM
There is a parachute model in DoD right? Or does that have to be done by yourself?

=|[76AD]|= TatsuSaisei
01-02-2007, 10:12 PM
There is a parachute model in DoD right? Or does that have to be done by yourself?
The only default parachute models in DOD are "flattened" parachutes... the parachute this plugin uses is not default to DOD and therefore must be obtained and loaded onto the server manually...

I uploaded the parachute model needed, and the one I reskinned for Wilson to use in his Parachute plugin... either will work, but the one I reskinned looks better and fits into the DOD theme much better....

{SR} *Raggy*
01-02-2007, 10:29 PM
Where is the one you reskinned?

=|[76AD]|= TatsuSaisei
01-02-2007, 10:36 PM
Where is the one you reskinned?
the ZIP package in the original post contains 2 models...

{SR} *Raggy*
01-02-2007, 10:38 PM
Ah I knew I didn't see that earlier :P

Smiler:-)
02-17-2007, 09:49 AM
Thanks worked first time no probs.....
:)

MRosser1901
11-23-2007, 04:11 AM
I can't get this to work? When ever I install it, put in the plugins folder, put the models in, put in plugins.ini and change the map my server crashes?..

blobby
11-23-2007, 02:35 PM
Are you sure you have the models in the right directory ?? Or have u renamed the models ??

MRosser1901
11-23-2007, 06:04 PM
No, they are in the dod/models folder in my ftp directory.

pope12
11-25-2007, 10:28 PM
For some reason the plugin will not run on my server. I installed everything correctly and I know I did it right because I have installed this plugin many times. Can someone help me figure this out.

blobby
11-26-2007, 12:13 AM
So you have the models in
dod/models/parachute.mdl ???

I mean the only other thing i can think of is what version of amxmodx are you guys running im still on good old 1.76d but if ya on the latest maby that has something to do with it you guys are mabey best waiting for the older coders to help you but just triple check every thing is in the right place

Regards

Blobby

pope12
11-26-2007, 12:40 AM
I put both models in the folder correctly on the first attempt and nothing. I reinstalled everything, no luck. Also, I am running AmXModX 1.76D.

diamond-optic
11-26-2007, 04:20 PM
any amxx or hlds log messages related to it?

does "rcon amxx plugins" (or amx_plugins without rcon) show that its running?

pope12
11-26-2007, 04:57 PM
It does not say that it is running. What do you mean by amxx or hlds log messages?

diamond-optic
11-26-2007, 06:31 PM
does it say load failed or something like that? or is it not even on the list? when you get the plugin list thru the console

pope12
11-27-2007, 08:25 PM
Doesn't even show.

diamond-optic
11-27-2007, 09:32 PM
then most likely it isnt in the plugins.ini file or you added it to the file and never re-uploaded it to the server...

pope12
11-28-2007, 12:19 AM
i did all of that

diamond-optic
11-28-2007, 09:06 PM
well if its in the plugins.ini file thats loaded by the server (and not commented out) it would show on the list whether it actually loads or not..

pope12
12-01-2007, 06:14 PM
What do you suggest I put as the description in the plugins.ini

blobby
12-01-2007, 06:31 PM
Errm Parachute

pope12
12-02-2007, 01:14 AM
No thats not what I meant but I figured it out. I made a stupid error. Thanks for all your help though.

t3chnon3
12-09-2007, 06:53 PM
can someone help me im a newbie lol. K when i dl those files in the first post it can't install anything...says to install the amx file.

blobby
12-09-2007, 07:55 PM
You need to compile the .sma file ither on here with the web compiler or on the amx site then put the files in the right places and add a like to you plugins ini containing Eg amx_parachute.amxx and thats it

cean
07-02-2008, 04:39 PM
Nice! its works on my server Thx! for the Parachute! :)

daath
03-21-2009, 07:53 PM
thankssssssssssss

Grillo
07-23-2010, 01:27 PM
Hello, I need help! I've installed amx_parachute my server GunGame and sometimes the server shout down, I remove the plugin; the server is stable. Players ask much this plugin, I like it on server.


Plugins installed on the server:

; Custom - Add 3rd party plugins here

gungame_base.amxx
gungame_dod.amxx
galileo.amxx
spawnprotection.amxx

Tank
07-24-2010, 03:04 AM
Sometimes changing the order of the plugins.ini list works. So perhaps placing parachute on top of your list make your server more stable?

Otherwise might want to start looking into this plugin: http://www.dodplugins.net/forums/showthread.php?t=1237&highlight=parachute

Grillo
07-26-2010, 08:44 AM
Thanks Tank, I'll test the 2 options!