A Hat in Time

A Hat in Time

Rideable Rough Patch (Bush Cat)
Näytetään 11–20 / 29
< 1  2  3 >
Päivitys: 14.9.2023 klo 12.22

Update 2.8:
1. Finalized/privated most of functions in Status Effect and Online Party Handler scripts.
2. Removed references to Player's bCanBeBaseForPawns variable from Status Effect script. That means you can no longer stand on other Local Player's Rough Patch (which was a feature never intended to be in this mod).
3. CanRideRoughPatch function now stops iterating through Player's TauntBlendAnimNodes Array when it finds a valid Taunt and no longer iterates through Player's StatusEffects Array and instead relies on Player's GetStatusEffect function to detect whether Player already has another Scooter Status Effect.
4. Converted mod icon from 32-bit PNG to 24-bit reducing mod size by 100 KBs.

Päivitys: 11.8.2023 klo 17.06

Update 2.7: Small changes to Rough Patch script.

Päivitys: 9.6.2023 klo 4.38

Update 2.6: Fixed unnecessary smooth transition between Rough Patch's mouth textures.

Päivitys: 29.4.2023 klo 17.59

Update 2.5:
1. Updated Shara_SkinColors_Tools_Short script.
2. Fixed typo in GetNonVehiclePawn function.

Päivitys: 1.4.2023 klo 17.35

Update 2.4:
1. Rough Patch can now be ridden by some other characters like Empress.
2. Rough Patch's "honk" cooldown now only depends on "horn" sound duration instead of hard-locked 1 second.

Päivitys: 9.2.2023 klo 16.58

Update 2.3: Removed SetTranslation calls on Player's Mesh.

Päivitys: 18.8.2022 klo 13.51

Update 2.2:
1. Moved some functions back to SkinColors_Tools class and included it in the mod.
2. Made it so Player's Mesh keeps same translation all the time when on Bush Cat.

Päivitys: 5.8.2022 klo 3.57

Update 2.1: Fixed bug when every Scooter was removed whenever any other Status Effect was given (this is very-very stupid, I apologize for this bug - it has been in this mod for quite a while and I have never noticed that this mod was a culprit).

Päivitys: 25.5.2022 klo 19.12

Update 2.0: Small unnoticeable fixes.

Päivitys: 14.4.2022 klo 16.59

Update 1.9: Somehow I forgot to add OnOnlinePartyCommand event which... Basically disabled Online Party support. :hueh: Welp, now it's back.