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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 04-30-2015 , 20:48   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #431

Linux

If it was broken because you randomly throw capital letters in your filenames.... don't do that. That's not being compatibility friendly.
__________________

Last edited by Chdata; 04-30-2015 at 20:48.
Chdata is offline
Cerise
Senior Member
Join Date: Jun 2009
Location: debug_backtrace()
Old 05-05-2015 , 12:21   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #432

Hello,

Just got back on track after few weeks.
I updated everything from MM:S to SM and used the "1.53" version where it wasnt compiling if #define EASTER_BUNNY was getting rid of.

I tried to recompile it vanilla (not even removing the bunny) and got this :

Code:
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_engine.inc(49) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_engine.inc(59) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_engine.inc(59) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_engine.inc(69) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(47) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(58) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(58) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(68) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(81) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(90) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(102) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(102) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(102) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(102) : fatal error 190: too many error messages on one line
Could you help me on that please? i updated to latest MM:S / SM (and tried with previous versions), I can't get it to work.

Bacon to you
__________________
Cerise is offline
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 05-05-2015 , 12:46   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #433

Quote:
Originally Posted by Cerise View Post
Hello,

Just got back on track after few weeks.
I updated everything from MM:S to SM and used the "1.53" version where it wasnt compiling if #define EASTER_BUNNY was getting rid of.

I tried to recompile it vanilla (not even removing the bunny) and got this :

Code:
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_engine.inc(49) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_engine.inc(59) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_engine.inc(59) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_engine.inc(69) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(47) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(58) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(58) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(68) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(81) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(90) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(102) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(102) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(102) : error 147: new-style declarations are required
/home/admin_nrt/src/SaxtonHale/tf/addons/sourcemod/scripting/include/sdktools_functions.inc(102) : fatal error 190: too many error messages on one line
Could you help me on that please? i updated to latest MM:S / SM (and tried with previous versions), I can't get it to work.

Bacon to you
Comment this part out.

Code:
#if SOURCEMOD_V_MINOR > 7
  #pragma newdecls required
__________________

Last edited by 93SHADoW; 05-05-2015 at 12:48.
93SHADoW is offline
Send a message via AIM to 93SHADoW Send a message via Skype™ to 93SHADoW
Maximilian_
Veteran Member
Join Date: Oct 2014
Old 05-06-2015 , 16:09   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #434

Hey guys, I heard what was cave johnson for VSH maybe add him? And i have one track for easter bunny hur.zip

Last edited by Maximilian_; 05-06-2015 at 16:09.
Maximilian_ is offline
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 05-06-2015 , 17:08   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #435

eh, if someone wants to privately add that song I can walk them through the steps

or just do it for them

pm me

[no charge]
__________________

Last edited by Chdata; 05-06-2015 at 17:08.
Chdata is offline
Maximilian_
Veteran Member
Join Date: Oct 2014
Old 05-06-2015 , 17:30   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #436

i don't know how
Maximilian_ is offline
Cerise
Senior Member
Join Date: Jun 2009
Location: debug_backtrace()
Old 05-08-2015 , 06:02   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #437

Quote:
Originally Posted by SHADoW NiNE TR3S View Post
Comment this part out.

Code:
#if SOURCEMOD_V_MINOR > 7
  #pragma newdecls required
Hello,

Already tried it, and this is what i get :

Code:
saxtonhale.sp(352) : error 139: could not find type "VSHRState"
saxtonhale.sp(353) : error 139: could not find type "VSHSpecial"
saxtonhale.sp(775) : error 100: function prototypes do not match
Bacon
__________________
Cerise is offline
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 05-08-2015 , 06:30   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #438

Quote:
Originally Posted by Cerise View Post
Hello,

Already tried it, and this is what i get :

Code:
saxtonhale.sp(352) : error 139: could not find type "VSHRState"
saxtonhale.sp(353) : error 139: could not find type "VSHSpecial"
saxtonhale.sp(775) : error 100: function prototypes do not match
Bacon
I don't get y your getting said errors as travis isn't getting them...
__________________
WildCard65 is offline
93SHADoW
AlliedModders Donor
Join Date: Jul 2014
Location: Houston, TX
Old 05-08-2015 , 09:04   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #439

Are you using the latest include files?
__________________
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 05-08-2015 , 09:13   Re: Versus Saxton Hale 1.52 - Updates! (Last updated 2/12/2015 | 10:21PM CDT)
Reply With Quote #440

Why did you add those types to the enums? @wildcard

They aren't needed for anything.
__________________

Last edited by Chdata; 05-08-2015 at 09:13.
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 08:44.


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