Raised This Month: $51 Target: $400
 12% 

VSH Versus Saxton Hale 1.55 - New Saxton Hale + Vagineer Models!


Post New Thread Reply   
 
Thread Tools Display Modes
XaxaXoxo
Senior Member
Join Date: Feb 2011
Old 09-09-2015 , 18:30   Re: Versus Saxton Hale 1.53 - Gunmettle! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #521

Hi,

I use the version from here https://github.com/WildCard65/Versus-Saxton-Hale

Quote:
L 09/09/2015 - 19:51:55: SourceMod error session started
L 09/09/2015 - 19:51:55: Info (map "vsh_cont") (file "errors_20150909.log")
L 09/09/2015 - 19:51:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 09/09/2015 - 19:51:55: [SM] Displaying call stack trace for plugin "saxtonhale.smx":
L 09/09/2015 - 19:51:55: [SM] [0] Line 1262, saxtonhale.sp::Timer_Announce()
L 09/09/2015 - 20:16:55: [SM] Plugin encountered error 15: Array index is out of bounds
L 09/09/2015 - 20:16:55: [SM] Displaying call stack trace for plugin "saxtonhale.smx":
L 09/09/2015 - 20:16:55: [SM] [0] Line 1262, saxtonhale.sp::Timer_Announce()
L 09/09/2015 - 203:51: [SM] Native "GetEdictClassname" reported: Invalid edict (-1 - -1)
L 09/09/2015 - 203:51: [SM] Displaying call stack trace for plugin "saxtonhale.smx":
L 09/09/2015 - 203:51: [SM] [0] Line 5330, saxtonhale.sp::OnTakeDamage()
L 09/09/2015 - 208:43: Error log file session closed.
XaxaXoxo is offline
Akuba
Senior Member
Join Date: Oct 2013
Old 09-09-2015 , 18:46   Re: Versus Saxton Hale 1.53 - Gunmettle! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #522

Quote:
Originally Posted by SHADoW NiNE TR3S View Post
Actually:
I meant the new ones ^^
Akuba is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 09-09-2015 , 20:08   Re: Versus Saxton Hale 1.53 - Gunmettle! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #523

Quote:
Originally Posted by XaxaXoxo View Post
Hi,

I use the version from here https://github.com/WildCard65/Versus-Saxton-Hale
Which branch?
Edit: The index error should be fixed now but the invalid edict error idk how to fix(cause idk any other way to get the weapon's classname(eg: tf_weapon_sniperrifle))
__________________

Last edited by WildCard65; 09-09-2015 at 20:20.
WildCard65 is offline
Wliu
Veteran Member
Join Date: Apr 2013
Old 09-09-2015 , 21:00   Re: Versus Saxton Hale 1.53 - Gunmettle! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #524

Quote:
Originally Posted by WildCard65 View Post
Which branch?
Edit: The index error should be fixed now but the invalid edict error idk how to fix(cause idk any other way to get the weapon's classname(eg: tf_weapon_sniperrifle))
I mean...just make sure the edict is valid before checking it?
__________________
~Wliu
Wliu is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 09-09-2015 , 22:38   Re: Versus Saxton Hale 1.53 - Gunmettle! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #525

All you literally do is throw in ent != -1 and/or IsValidEdict


Or stop using IsValidEntity with GetEdict... and use IsValidEdict with GetEdict or IsValidEntity with GetEntityClassname ..
__________________

Last edited by Chdata; 09-11-2015 at 08:58.
Chdata is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 09-11-2015 , 13:30   Re: Versus Saxton Hale 1.53 - Gunmettle! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #526

I'm finally updating VSH again.

If you're curious about the recent changes, see this:

https://github.com/Chdata/Versus-Sax...commits/master

The last thing I have to do right now is an update to v1.55

Current version is 1.54
__________________
Chdata is offline
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 09-11-2015 , 13:41   Re: Versus Saxton Hale 1.53 - Gunmettle! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #527

Quote:
Originally Posted by Chdata View Post
I'm finally updating VSH again.

If you're curious about the recent changes, see this:

https://github.com/Chdata/Versus-Sax...commits/master

The last thing I have to do right now is an update to v1.55

Current version is 1.54
Finally, a real update.
Spoiler
__________________

Last edited by 93SHADoW; 09-11-2015 at 13:43.
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 09-12-2015 , 07:40   Re: Versus Saxton Hale 1.53 - Gunmettle! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #528

Quote:
Originally Posted by Chdata View Post
I'm finally updating VSH again.

If you're curious about the recent changes, see this:

https://github.com/Chdata/Versus-Sax...commits/master

The last thing I have to do right now is an update to v1.55

Current version is 1.54
I'll keep my branch up-to-date(in 1.7 syntax cause I like OOP style) with yours when ever I can
__________________
WildCard65 is offline
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 09-12-2015 , 09:29   Re: Versus Saxton Hale 1.53 - Gunmettle! (Last updated 7/19/2015 | 4:46PM CDT)
Reply With Quote #529

Quote:
Originally Posted by WildCard65 View Post
I'll keep my branch up-to-date(in 1.7 syntax cause I like OOP style) with yours when ever I can
frog.
__________________
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 09-12-2015 , 10:13   Re: Versus Saxton Hale 1.55 - New Saxton Hale + Vagineer Models!
Reply With Quote #530

Please yell at me if anything in 1.55 doesn't work, as it has been released.

Will update the vsh_resources.zip stuff with the new models later - for now, just get it from the vsh155.zip or from the github repo.
__________________

Last edited by Chdata; 09-12-2015 at 10:14.
Chdata 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 23:56.


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