Okay, now looking through the pastebin I found this short piece of code at line 2608:
Code:
case TFClass_DemoMan: if (!IsValidEntity(GetPlayerWeaponSlot(client, TFWeaponSlot_Secondary))) addthecrit = true;
Thanks, yes I am aware of that, but this is applies to all secondary weapons, and it seems to me that people were just going on about shields.
My problem in this thread is that I am not exactly clear what everyone is going on about. There isn't a consensus and I'm not willing to wade through to try and work out what that might be.
Can someone clearly define what exactly what needs to change and what is staying the same.
Doesn't that add the crit a cola effect though? Cause crit a cola also gives a speed boost and a minor damage vulnerability.
I don't think it doesn't, otherwise spy would have a 10% damage vunerability and have a 25% speed boost with his revolver.
frog wrote:
Thanks, yes I am aware of that, but this is applies to all secondary weapons, and it seems to me that people were just going on about shields.
It doesn't apply to all secondary weapons, as the shield is not truly classed as a secondary? So, !IsValidEntity(GetPlayerWeaponSlot(client, TFWeaponSlot_Secondary) refers to the shield.
It doesn't apply to all secondary weapons, as the shield is not truly classed as a secondary? So, !IsValidEntity(GetPlayerWeaponSlot(client, TFWeaponSlot_Secondary) refers to the shield.
That's not quite what it's doing, but point taken. What I meant is that it is applied to all secondary slot weapons and it doesn't explicitly reference and use shield 'weapon' indexes. It's logic that isn't future proof or explicit and relies on class nuances such a slot 2 being empty when particular items are equipped. (which for me are a pain in the arse to have to remember.)
It's not how I write stuff. Which is why I don't want code snippets.
What I want ... someone to clearly define what exactly needs to change and what is staying the same.
What needs to be changed: The critical hit buff that is received from equipping any shield from the demoman. It should be replaced with minicrits instead.
What stays the same: The demoman's melee weapon should still get critical hits.
So it's unchanged? Or did something change? If so, then what happened? I'm doing other things, so I don't have time to give FF2 much attention. Please give as much useful info as possible, always.
So it's unchanged? Or did something change? If so, then what happened? I'm doing other things, so I don't have time to give FF2 much attention. Please give as much useful info as possible, always.
It is not receiving mini-crits and it's doing regular damage. The demo weapons are also purple, probably due to TF_CritHype.
Users browsing this forum: No registered users and 3 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum