Page 1 of 3

Parachute v0.03!

Posted: Thu Mar 27, 2014 10:02 am
by L'In20Cible


Parachute_v0.03.zip
- Patched crashes on Linux (see issue #157).
(254.47 KiB) Downloaded 866 times

Parachute_v0.02.zip
- Optimizations.
- New mechanic: Steering lines!
- New model for OrangeBox and CS:GO engines.
- Cheap "scaling" animation to simulate the deployment of the parachute.
- Parachute parenting for movement prediction.
(254.45 KiB) Downloaded 734 times

Parachute_v0.01.zip
(3.06 KiB) Downloaded 877 times

Posted: Thu Mar 27, 2014 8:26 pm
by SkinN

Code: Select all

[SP]  Caught an Exception:
Traceback (most recent call last):
  File '..\addons\source-python\plugins\parachute\parachute.py', line 88, in tick_listener
    not playerinfo.get_last_user_command().buttons & getattr(InButtons,

AttributeError: 'PlayerInfo' object has no attribute 'get_last_user_command'


Bur really you can check the players last input?! That's awesome!

Posted: Thu Mar 27, 2014 8:48 pm
by Ayuto
This code requires the latest revision, which is not included in the latest release.

Posted: Thu Mar 27, 2014 9:52 pm
by L'In20Cible
SkinN wrote:Bur really you can check the players last input?! That's awesome!
Yeah, PlayerInfo.get_last_user_command returns a BotCmd instance so you can listen player's buttons, movements, impulses, weapon selections (into the HUD), etc. It gives you the same informations a CUserCmd provides except that you can access it without sig-scanning. The only inconvenience is that you get access to it "after" the server actually treated the informations so you cannot modify anything - this is for read-only purpose.

Posted: Thu Mar 27, 2014 10:18 pm
by SkinN
Ayuto wrote:This code requires the latest revision, which is not included in the latest release.


Is it accessible?

Posted: Thu Mar 27, 2014 10:23 pm
by L'In20Cible
It is on GitHub. But you need to compile it yourself.

Posted: Fri Sep 25, 2015 11:03 am
by Jerome69
Hello,

after install the plugin, I have this error :

The attachment Parachute.jpg is no longer available


Can you help me please?

Thanks

Posted: Fri Sep 25, 2015 12:03 pm
by Ayuto
Yeah, this plugin (and the other one in the other thread) needs to be updated to work with the latest Source.Python version.

Posted: Fri Sep 25, 2015 12:16 pm
by Jerome69
Ok thanks, I will wait for the update :)

Posted: Sun Dec 20, 2015 10:52 am
by Painkiller
I have the newest Source.Python version but this plugin not work.

Posted: Sun Dec 20, 2015 3:08 pm
by satoon101
Look 2 posts above your's, Painkiller:
Ayuto wrote:Yeah, this plugin (and the other one in the other thread) needs to be updated to work with the latest Source.Python version.


It still needs updated. I am sure L'In20Cible will do that in due time.

Posted: Mon Dec 21, 2015 8:06 am
by roflmuffin
I have updated the plugin to work with latest version (tested in v205). It was good practice for porting/understanding libraries so hopefully it should work fine.

The gist is here: https://gist.github.com/roflmuffin/9f38ee7967fb7934312b and you will find the full zip attached.

Posted: Mon Dec 21, 2015 8:40 am
by Painkiller
@ roflmuffin nice work but can you invite a path for a model?

Posted: Mon Apr 11, 2016 12:53 pm
by Painkiller
Hello can any body invite a model ?

Posted: Fri Apr 15, 2016 11:25 am
by redbol
roflmuffin wrote:I have updated the plugin to work with latest version (tested in v205). It was good practice for porting/understanding libraries so hopefully it should work fine.

The gist is here: https://gist.github.com/roflmuffin/9f38ee7967fb7934312b and you will find the full zip attached.


Image???
SP Vesrion 306, game: cs source

Posted: Fri Apr 15, 2016 9:18 pm
by iPlayer

Re: Parachute!

Posted: Mon Apr 18, 2016 1:45 pm
by iPlayer
Version with model support as requested by Painkiller
https://mega.nz/#!qxZRyA5S!Tf9mV0NOvz8ax9-RCmyheypFw6pC_gCM9BTi8ydePJM

Re: Parachute!

Posted: Mon Apr 18, 2016 4:38 pm
by Painkiller
Thank you works good iPlayer.

Re: Parachute!

Posted: Sun Oct 09, 2016 2:22 pm
by iPlayer

Re: Parachute!

Posted: Mon Jan 23, 2017 5:01 pm
by Painkiller
Hello Parachute broke with the last SP update in HL2DM

Syntax: Select all

[SP] Caught an Exception:
Traceback (most recent call last):
File "../addons/source-python/packages/source-python/plugins/command.py", line 162, in load_plugin
plugin = self.manager.load(plugin_name)
File "../addons/source-python/packages/source-python/plugins/manager.py", line 174, in load
plugin._load()
File "../addons/source-python/packages/source-python/plugins/instance.py", line 67, in _load
self.module = import_module(self.import_name)
File "../addons/source-python/plugins/parachute/parachute.py", line 50, in <module>
informations = PluginInfo()

TypeError: __init__() missing 1 required positional argument: 'name'


[SP] Plugin 'parachute' was unable to be loaded.