dataviruset / sm-hosties

The ultimate jailbreak plugin for SourceMod
https://forums.alliedmods.net/forumdisplay.php?f=155
GNU General Public License v3.0
29 stars 27 forks source link

Jumping Contest Furthest Jump Distance #37

Open bh-ab opened 8 years ago

bh-ab commented 8 years ago

Knife fight menu is incorrect, eg. Meepmeep is grav and 3 person is meepmeep (Incorrect labels).

Jumping Contest (Furthest Jump) - It is a bit hard to describe but there are some issues in the way the distance calculations are being made.

Guntoss Lasers - When the gun is thrown it doesn't not appear at the exact point where the gun lands.

data-bomb commented 8 years ago

Knife Fight menu is correct. It uses an enumerated type in the data field. All were verified to be correct. Check your translation file if you're having issues with labels. https://github.com/dataviruset/sm-hosties/blob/master/addons/sourcemod/scripting/hosties/lastrequest.sp#L2946

Farthest jump bug needs more data.. how are you testing it?

Guntoss lasers, are you using sm_hosties_lr_gt_markers 0? For that marker mode this is a minor issue because we do not account for the rotation of the gun (e.g., the barrel pointing out a bit) and instead we look for the center of the gun as the distance marker. Players/admins should determine the winner if it is really that close. Someone could look into additional code to account for this but I think it would have to be gun-specific and timely to make. It may be possible to use the muzzle_flash attachment point on the weapon entity.

bh-ab commented 8 years ago

Hey data-bomb,

I noticed this error earlier today when testing.

L 01/09/2016 - 14:14:56: [SM] Native "SetEntProp" reported: Property "m_iPrimaryReserveAmmoCount" not found (entity 125/weapon_ak47) L 01/09/2016 - 14:14:56: [SM] Displaying call stack trace for plugin "lastrequest_quickhands_bara.smx": L 01/09/2016 - 14:14:56: [SM] [0] Line 127, C:\Unzipped\CSGO\sourcemod-1.7.3-git5251-windows\addons\sourcemod\scripting\lastrequest_quickhands_bara.sp::QuickHands_Start()

data-bomb commented 8 years ago

That error is with a custom LR that is not part of Hosties. Still waiting on answers regarding the first set of issues.

data-bomb commented 8 years ago

https://github.com/dataviruset/sm-hosties/commit/eefa449891eba87e74c692bf2ae62247136ffac4 resolves issue 1 with Knife Fight menu being incorrect on CS:GO.

Jumping Contest still needs additional data.

data-bomb commented 8 years ago

@bh-ab what are the steps to see the jumping contest distance bug?