Raised This Month: $ Target: $400
 0% 

[ANY] Resize Players - 1.5.1 - 2014/11/20


Post New Thread Reply   
 
Thread Tools Display Modes
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 06-26-2013 , 19:03   Re: [ANY] Resize Players - 1.3.1 - 20/06/2013
Reply With Quote #351

Quote:
Originally Posted by K o T View Post
the request to give access to everything and not just to administrators
access sm_resize all admins and to players
That's what Overrides are for. You don't need to change any source code. For all players to have access:

Code:
Overrides
{
	"sm_resizeme"		""
	"sm_resizemyhead"	""
	/* ... */
}
__________________

Last edited by 11530; 06-27-2013 at 03:04.
11530 is offline
K o T
Senior Member
Join Date: Jan 2011
Old 06-26-2013 , 19:23   Re: [ANY] Resize Players - 1.3.1 - 20/06/2013
Reply With Quote #352

11530 Thank
K o T is offline
Mitsuru
Member
Join Date: Jun 2013
Location: Fakes country
Old 06-27-2013 , 02:58   Re: [ANY] Resize Players - 1.3.1 - 20/06/2013
Reply With Quote #353

No attachments?
Mitsuru is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 06-27-2013 , 03:02   Re: [ANY] Resize Players - 1.3.1 - 20/06/2013
Reply With Quote #354

Quote:
Originally Posted by Mitsuru View Post
No attachments?
Quote:
Originally Posted by 11530 View Post
Please check back soon for the files. Subscribe to the thread to get notification.
(Probably later today)
__________________
11530 is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 06-28-2013 , 02:54   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #355

Version 1.4.0 is out!
  • Plugin should load in CS:S and other supported games now.
  • Changed ConVar sm_resize_unstick to only revert self-resizes and respawns when stuck (see ConVars).
  • Added override flags sm_resizeboundsoverride and sm_resizeheadboundsoverride to allow certain admins to bypass size restrictions (see Overrides).
  • Fixed a damage issue with players getting hooked twice.
  • Minor improvements.

And for those that missed the other two updates in the last two weeks:
  • 1.3.1
    • Removed collision checks on spawn when normal size.
  • 1.3.0
    • Added ConVar sm_resize_bounds which specifies lower (optional) and upper bounds for resizing, separated with a comma (see Q&A).
    • Added ConVar sm_resize_headbounds which specifies lower (optional) and upper bounds for head resizing, separated with a comma (see Q&A).
    • Added ConVar sm_resize_menuitems to design your own custom resize menu (see Q&A).
    • Added ConVar sm_resize_menuheaditems to design your own custom head resize menu (see Q&A).
    • Added ConVar sm_resize_logging to log self and target resizes (see ConVars).
    • Added ConVar sm_resize_unstick which, if enabled, will revert a manual resize (or respawn) if the target would otherwise get stuck.
    • Added ConVar sm_resize_backstab which changes the damage dealt by TF2 spies to be proportional to their size (see Q&A).
    • Added override flags sm_resizejoinoverride and sm_resizeheadjoinoverride used when joining the server (see Overrides).
    • More accurate notification system.
    • Fixed hitbox issues upon resizing.
    • Added checks for whether commands can be used in your game or not.
    • Removed SDKHooks' optional dependency during compilation.
    • Added checks for SourceTV and Replay bots.
    • Added check for sentry rockets when calculating damage.
    • Minor improvements and fixes.
__________________
11530 is offline
Mitsuru
Member
Join Date: Jun 2013
Location: Fakes country
Old 06-28-2013 , 09:25   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #356

l4d compilation:
Quote:
// ResizePlayers1.4.0.sp(205) : error 017: undefined symbol "IsClientReplay"
// ResizePlayers1.4.0.sp(22 : error 017: undefined symbol "IsClientReplay"
// ResizePlayers1.4.0.sp(253) : error 017: undefined symbol "IsClientReplay"
// ResizePlayers1.4.0.sp(261) : error 017: undefined symbol "IsClientReplay"
// ResizePlayers1.4.0.sp(810) : error 017: undefined symbol "IsClientReplay"
// ResizePlayers1.4.0.sp(923) : error 017: undefined symbol "IsClientReplay"
// ResizePlayers1.4.0.sp(1051) : error 017: undefined symbol "IsClientReplay"
// ResizePlayers1.4.0.sp(1217) : error 017: undefined symbol "GetEntityClassname
"
// ResizePlayers1.4.0.sp(1217) : error 092: number of arguments does not match d
efinition
// ResizePlayers1.4.0.sp(1306) : error 017: undefined symbol "IsClientReplay"

Last edited by Mitsuru; 06-28-2013 at 09:25.
Mitsuru is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 06-28-2013 , 12:32   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #357

@Mitsuru What things are you changing/adding/removing before you compile the code for L4D? I'm not even sure if L4D is supported since I don't remember anyone mentioning it.
__________________

Last edited by 11530; 06-28-2013 at 12:34.
11530 is offline
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 06-29-2013 , 02:42   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #358

Veeeery small and simple request
in SoundCallback function
replace Plugin_Continue with Plugin_Handled
(lines 1183 and 1194)
so it wont break other plugins that also uses soundhook

nvm, it wont work anyway

Last edited by Leonardo; 06-29-2013 at 03:02.
Leonardo is offline
Mitsuru
Member
Join Date: Jun 2013
Location: Fakes country
Old 07-02-2013 , 04:35   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #359

Quote:
L 07/02/2013 - 15:56:52: [SM] Native "SetEntPropFloat" reported: Property "m_flModelScale" not found (entity 1/player)
L 07/02/2013 - 15:56:52: [SM] Displaying call stack trace for plugin "ResizePlayers.smx":
L 07/02/2013 - 15:56:52: [SM] [0] Line 161, ResizePlayers.sp::ResizePlayer()
L 07/02/2013 - 15:56:52: [SM] [1] Line 286, ResizePlayers.sp::OnResizeCmd()
L 07/02/2013 - 15:57:26: [SM] Native "SetEntPropFloat" reported: Property "m_flModelScale" not found (entity 1/player)
L 07/02/2013 - 15:57:26: [SM] Displaying call stack trace for plugin "ResizePlayers.smx":
Mitsuru is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 07-02-2013 , 06:02   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #360

@Mitsuru May I ask what version you're running (sm_resize_version) and what game this is for?
__________________
11530 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 17:35.


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