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

[EXTENSION] Sidewinder


Post New Thread Reply   
 
Thread Tools Display Modes
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 08-10-2009 , 23:08   Re: [EXTENSION] Sidewinder
Reply With Quote #131

Thanks for the reply naris. I setup my directories exactly like you, and it still doesn't work.

Code:
In file included from CTrackingProjectile.h:5,
                 from CSentryRocket.h:4,
                 from CTrackingProjectile.cpp:2:
CEntity/CEntity.h:79:33: error: ../server/variant_t.h: No such file or directory
In file included from CTrackingProjectile.cpp:3:
CEntity/CPlayer.h:26:21: error: usercmd.h: No such file or directory
CEntity/CPlayer.h:44: error: âCUserCmdâ has not been declared
CEntity/CPlayer.h:48: error: âCUserCmdâ has not been declared
CTrackingProjectile.cpp: In member function âvirtual void CTrackingProjectile::Init(edict_t*, CBaseEntity*, bool)â:
CTrackingProjectile.cpp:12: error: no matching function for call to âCTrackingProjectile::Init(edict_t*&, CBaseEntity*&, bool&)â
CEntity/CEntity.h:97: note: candidates are: virtual void CEntity::Init(edict_t*, CBaseEntity*)
CTrackingProjectile.cpp:14: error: expected primary-expression before â,â token
CTrackingProjectile.cpp:14: error: âADD_DEFAULTHANDLER_HOOKâ was not declared in this scope
I've made no changes to the sourcecode or the Makefile (beyond my srcds directory) Blank, what kind of directory structure do you use to compile sidewinder. Sorry for being presitant, I really want to be able to make some changes to this extension.
pheadxdll is offline
pRED*
Join Date: Dec 2006
Old 08-11-2009 , 01:51   Re: [EXTENSION] Sidewinder
Reply With Quote #132

This looks like the CEntity version is different to what sidewinder expects.

CEntity has been through multiple big revisions most of which weren't backwards compatible. Sorry for the hassle.

Also looks like it's struggling to find the hl2sdk-ob/public dir for some reason.
You are compiling with make ENGINE=orangebox right?
pRED* is offline
naris
AlliedModders Donor
Join Date: Dec 2006
Old 08-11-2009 , 11:03   Re: [EXTENSION] Sidewinder
Reply With Quote #133

Quote:
Originally Posted by pRED* View Post
This looks like the CEntity version is different to what sidewinder expects.

CEntity has been through multiple big revisions most of which weren't backwards compatible. Sorry for the hassle.

Also looks like it's struggling to find the hl2sdk-ob/public dir for some reason.
You are compiling with make ENGINE=orangebox right?
Oh yeah -- I had to use the old version of CEntity that was around when sidewinder was first released -- the newer version doesn't work with sidewinder at all.

The version of CEntity I used IS included in the sidewinder-source.zip file I updated yesterday in post #88

Last edited by naris; 08-11-2009 at 11:06.
naris is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 08-11-2009 , 11:51   Re: [EXTENSION] Sidewinder
Reply With Quote #134

Awesome. Is Huntsman fixed too?
FrozenHaxor is offline
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 08-11-2009 , 12:06   Re: [EXTENSION] Sidewinder
Reply With Quote #135

That would make sense! Naris's version compiled fine! While I was reading backwards to find it, naris mentioned that you needed an older version of CEntity. Sorry for missing that.

Thanks for the help though!
pheadxdll is offline
FrozenHaxor
Senior Member
Join Date: Jun 2009
Location: Poland
Old 08-12-2009 , 05:29   Re: [EXTENSION] Sidewinder
Reply With Quote #136

Everything is now working fine!

Syringes are "imaginary" tracking because if you shoot to a wall, the real syringe entity will shoot wall, and "invisible" one will track player. Its very weird.



PS Tracking jarate would be ftw
FrozenHaxor is offline
hi_tech_guy_18
Junior Member
Join Date: May 2009
Old 08-13-2009 , 10:42   Re: [EXTENSION] Sidewinder
Reply With Quote #137

Odd I have /1.1/sidewinder-1.1.2-hg51.zip
sm_sentryrocket_speedmul : 1.0
sm_sentryrocket_crit : 1

It DIDN'T LIKE
sm_sidewinder_enabled
sm_sentryrocket_critchance
sm_sentryrocket_homingchance
sm_sentryrocket_crit_tracker
sm_rocket_crit_tracker
sm_rocket_homingchance
sm_pipe_crit_tracker
sm_pipe_homingchance
sm_flare_crit_tracker
sm_flare_homingchance
sm_arrow_crit_tracker
sm_arrow_homingchance
sm_syringe_crit_tracker
sm_syringe_homingchance

Server just said unknown commands
Post 88 is Dead !!
http://www.sourcemod.net/vbcompiler.php?file_id=43336 -> Plugin failed to compile! Please try contacting the author.
hi_tech_guy_18 is offline
MoggieX
Veteran Member
Join Date: Aug 2007
Location: n00bville
Old 08-13-2009 , 11:49   Re: [EXTENSION] Sidewinder
Reply With Quote #138

Quote:
Originally Posted by hi_tech_guy_18 View Post
Odd I have /1.1/sidewinder-1.1.2-hg51.zip
sm_sentryrocket_speedmul : 1.0
sm_sentryrocket_crit : 1

It DIDN'T LIKE
sm_sidewinder_enabled
sm_sentryrocket_critchance
sm_sentryrocket_homingchance
sm_sentryrocket_crit_tracker
sm_rocket_crit_tracker
sm_rocket_homingchance
sm_pipe_crit_tracker
sm_pipe_homingchance
sm_flare_crit_tracker
sm_flare_homingchance
sm_arrow_crit_tracker
sm_arrow_homingchance
sm_syringe_crit_tracker
sm_syringe_homingchance

Server just said unknown commands
Post 88 is Dead !!
http://www.sourcemod.net/vbcompiler.php?file_id=43336 -> Plugin failed to compile! Please try contacting the author.
Surely they're cvars rather than commands, have you tried setting them in your config or using sm_cvar cvar value ?
__________________
MoggieX is offline
Send a message via Skype™ to MoggieX
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 08-13-2009 , 11:54   Re: [EXTENSION] Sidewinder
Reply With Quote #139

You have to compile that plugin separately with sidewinder.inc. You can't use the forum compiler. If you don't know how to do that, I've attached a compiled version.
Attached Files
File Type: sp Get Plugin or Get Source (sidewinder.sp - 93 views - 2.0 KB)
File Type: smx sidewinder.smx (2.6 KB, 104 views)
pheadxdll is offline
vish
Junior Member
Join Date: Feb 2009
Location: california
Old 08-13-2009 , 20:38   Re: [EXTENSION] Sidewinder
Reply With Quote #140

Quote:
Originally Posted by MoggieX View Post
Surely they're cvars rather than commands, have you tried setting them in your config or using sm_cvar cvar value ?
they worked for me without any issues whatsoever i just used rcon
like sm_rcon sm_sidewinder_enabled 1
or regular rcon

on a side note, this mod crashed our server with the new tf2 update, but im not sure what wht actual cause is yet
vish is offline
Send a message via AIM to vish Send a message via MSN to vish Send a message via Yahoo to vish
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 19:40.


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