mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-21 21:12:29 +01:00
Fix a typo
This commit is contained in:
parent
ea13429022
commit
d74b104473
@ -63,7 +63,7 @@ All the remaining, non-critical fixes.
|
||||
* Drivers now behave correctly when shot at. In the PC versions, they would always speed away, but now they can also do nothing, like in the PS2 version. Additionally, a third, previously inaccessible behavior where drivers abandon the car and flee on foot is now working correctly.
|
||||
* Dodo keyboard controls are now active when the All Cars Fly cheat is enabled.
|
||||
* Temporary pickups (like money) are now properly cleaned up if there are too many of them, fixing a possible object leak.
|
||||
* Car reflections are now displayed correctly in the Steam version (integrated Steam Car Colour Fix from **Sergenaur**).
|
||||
* Car reflections are now displayed correctly in the Steam version (integrated Steam Car Colour Fix from **Sergeanur**).
|
||||
* Made Claude sit when riding in a Speeder, the same as **Fire_Head**'s SitInBoat. This change also applies to Skimmer if III Aircraft is installed.
|
||||
* All FBI Kurumas now spawn in a dark grey color with unpainted bumpers, rather than pitch black.
|
||||
* Detached limbs now have properly working LODs, instead of rendering the normal and low-detail models at the same time.
|
||||
|
@ -63,7 +63,7 @@ All the remaining, non-critical fixes.
|
||||
* Fixed an issue where Tommy wouldn't shake his fist at incoming traffic when holding Brass Knuckles, yet would do it when holding a chainsaw.
|
||||
* Fixed an issue where Tommy wouldn't shake his fist at stopped traffic when holding any weapons introduced in Vice City.
|
||||
* Hitting vehicles and objects with a screwdriver now produces an impact sound.
|
||||
* Pedestrians and Tommy are now much more talkative, like in the PS2 version (integrated Ped Speech Patch from **Sergenaur**).
|
||||
* Pedestrians and Tommy are now much more talkative, like in the PS2 version (integrated Ped Speech Patch from **Sergeanur**).
|
||||
* Tear gas can now deal damage to Tommy and other mission characters, like in the PS2 version.
|
||||
* ⚙️ Fixed siren corona placements in Police, Firetruck, Ambulance, Enforcer, Vice Cheetah, and FBI Washington.
|
||||
* ⚙️ Added siren corona to FBI Washington.
|
||||
|
@ -40,6 +40,6 @@ SilentPatch includes code contributions from:
|
||||
* Fire_Head
|
||||
* Nick007J
|
||||
* NTAuthority
|
||||
* Sergenaur
|
||||
* Sergeanur
|
||||
* spaceeinstein
|
||||
* Wesser
|
||||
|
@ -2276,10 +2276,10 @@ void Patch_III_Common()
|
||||
|
||||
|
||||
// Fix dark car reflections in the Steam EXE
|
||||
// Based off Sergenaur's fix
|
||||
// Based off Sergeanur's fix
|
||||
try
|
||||
{
|
||||
// This will only pass on the Steam EXE, and if Sergenaur's standalone fix isn't present
|
||||
// This will only pass on the Steam EXE, and if Sergeanur's standalone fix isn't present
|
||||
auto reflection = pattern("A1 ? ? ? ? 85 C0 74 34").get_one();
|
||||
|
||||
// xor eax, eax \ nop
|
||||
|
@ -2634,7 +2634,7 @@ void Patch_VC_Common()
|
||||
|
||||
|
||||
// Ped speech fix
|
||||
// Based off Sergenaur's fix
|
||||
// Based off Sergeanur's fix
|
||||
try
|
||||
{
|
||||
// Remove the artificial 6s delay between any ped speech samples
|
||||
|
Loading…
Reference in New Issue
Block a user