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

[TF2] Saxxy Players 1.3


Post New Thread Reply   
 
Thread Tools Display Modes
Roundcat
Senior Member
Join Date: Feb 2012
Old 01-03-2013 , 04:45   Re: [TF2] Saxxy Players 1.3
Reply With Quote #21

Yup download link is caput!
__________________
I know not my ar*e from its elbow.
Roundcat is offline
MasterXykon
BANNED
Join Date: Apr 2012
Old 01-04-2013 , 13:19   Re: [TF2] Saxxy Players 1.3
Reply With Quote #22

@McKay Yes, there are leftovers from Be the Robot.


The download is fixed.
MasterXykon is offline
Roundcat
Senior Member
Join Date: Feb 2012
Old 01-06-2013 , 12:34   Re: [TF2] Saxxy Players 1.3
Reply With Quote #23

Hey there... just tried this out and im afraid I couldnt get it working. I was gettig this error in the console too:

MDLCache: Failed load of .VVD data for player/sniper.mdl

This only occured for some of the models but not all. Never once did I see myself as saxxy when I taunted and seems to be intermittant.

Hope this helps stabalise it, but for now disabled on my server.
__________________
I know not my ar*e from its elbow.
Roundcat is offline
wawazy
Member
Join Date: Aug 2009
Old 01-08-2013 , 00:21   Re: [TF2] Saxxy Players 1.3
Reply With Quote #24

got same as Roundcat

MDLCache: Failed load of .VVD data for player/demo.mdl

oh and im invisible on all

wa

Last edited by wawazy; 01-08-2013 at 00:30.
wawazy is offline
FlaminSarge
Veteran Member
Join Date: Jul 2010
Old 01-08-2013 , 18:38   Re: [TF2] Saxxy Players 1.3
Reply With Quote #25

This plugin won't work properly until the models are updated. Just a heads up to anybody.
__________________
Bread EOTL GunMettle Invasion Jungle Inferno 64-bit will break everything. Don't even ask.

All plugins: Randomizer/GiveWeapon, ModelManager, etc.
Post in plugin threads with questions.
Steam is for playing games.
You will be fed to javalia otherwise.
Psyduck likes replays.
FlaminSarge is offline
Grot
Member
Join Date: May 2012
Old 02-07-2013 , 13:40   Re: [TF2] Saxxy Players 1.3
Reply With Quote #26

Quote:
Originally Posted by FlaminSarge View Post
This plugin won't work properly until the models are updated. Just a heads up to anybody.
Anyone feel like updating the models? Or do valve need to do it? If someone tells me what to do, I could do it?

Last edited by Grot; 02-07-2013 at 13:40.
Grot is offline
Happy DODs player
AlliedModders Donor
Join Date: Sep 2009
Old 03-25-2013 , 07:54   Re: [TF2] Saxxy Players 1.3
Reply With Quote #27

Any news on this plugin? Becos a good functionel Saxxy would be great.
__________________
Happy DODs player is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 03-25-2013 , 08:28   Re: [TF2] Saxxy Players 1.3
Reply With Quote #28

why not just rehex the stock models and use a model manager plugin/write a new one?
from what I've read here all it does is set a custom model on a player, right?

use somethin like g_bmodel to store their preference
and something like g_models to store the display string and/or model path (for a toggle, just use model path)
make a simple menu that prints out all of the display names, and then a function that applies the model...
if you don't want them to have cross class models, you can just use

make some creation command that calls a function to apply the model... it may be wise to use a timer of 0.0 or 0.1 seconds, as some mods apply various effects to players, set models/transparency/color, depending on what you use/have. Also call it on player spawn or something, incase they change class..

switch(TF2_GetPlayerClass(client))
{
case TFClass_Scout: SetVariantString(g_models[0]);
case TFClass_Sniper: SetVariantString(g_models[1]);
}
AcceptEntityInput(client, "SetCustomModel");
SetEntProp(client, Prop_Send, "m_bCustomModelRotates", 0);
SetEntProp(client, Prop_Send, "m_bUseClassAnimations", 1);

make another function to remove the model if they toggle it off

SetVariantString("");
AcceptEntityInput(client, "SetCustomModel");
g_bmodel[client] = false;

should be like 1 page program... minus all of the crap you have to add to the downloadstable

@ Happy DODs player
Why are you distributing a plugin that opens ads in a background?
not to derail the thread, but a plugin that chain opens adds every second or half second to get impressions without viewing the ad is dishonest.
At the very least it will annoy/lag out clients.
Code:
This plugin opens an ad on any client using their MOTD browser multiple times a minute without ever showing the MOTD page. This should work with any source games that supports the MOTD. Plus it does not interfere with other services such as Pinion that display ads upon joining the server so you can use both.

Last edited by friagram; 03-25-2013 at 08:53.
friagram is offline
VintageEpicFail
Senior Member
Join Date: Feb 2012
Location: Straya
Old 04-10-2013 , 02:35   Re: [TF2] Saxxy Players 1.3
Reply With Quote #29

Is this fixed yet?
VintageEpicFail is offline
vincentloi
Junior Member
Join Date: Apr 2013
Old 04-20-2013 , 08:40   Re: [TF2] Saxxy Players 1.3
Reply With Quote #30

Download link : Domain Does Not Exist
vincentloi 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 11:45.


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