CookiePLMonster / SilentPatch

SilentPatch for GTA III, Vice City, and San Andreas
MIT License
259 stars 10 forks source link

[Request] Fix Shell Casings in Vice City #46

Open Hans1Poppof opened 17 hours ago

Hans1Poppof commented 17 hours ago

In Vice City, when firing the Revolver, it ejects shell casings as if it was a self loading firearm, which it shouldn't happen with this kind of weapon as the casings are contained in the drum, could you make the revolver not eject shell casings as you fire?

CookiePLMonster commented 17 hours ago

That depends on whether any other weapons are "excluded" from this behaviour too. If they all eject casings it's probably impossible, but if they operate on an exclusion list, then most likely.

I'll mark it as an enhancement for now, I'll be willing to reclassify this as a bug if this behaviour is customizable and just wrongly assigned to the revolver.

Hans1Poppof commented 17 hours ago

Thank you! I don't know how any of this work internally, maybe if this system exists in the way you suggest it could, it would be used by the flamethrower, sniper rifle, rpg, etc, as they don't eject casings.

CookiePLMonster commented 17 hours ago

Yeah, this might be done on a per-weapon-type basis... although then again minigun is a heavy weapon, yet it has casings. Perhaps it's done for all "instant hit" weapons.

Hans1Poppof commented 14 hours ago

Yeah... maybe, checked and the both sniper rifles don't have any shell casings, and they are "instant hit" weapons AFAIK, but their lack of casing effect might have something to do with the fact that they are scoped weapons? don't know to be honest if they could get them as well

CookiePLMonster commented 14 hours ago

No idea at the moment. I'll keep it open as a request for now but might reclassify it to a bug depending on the findings later. Right now I'm only focusing on stabilization.