Bug fix for longsleeve shirts disappearing at long range from player
New Mystitech clothing items include male and female:
- Long sleeve shirt: [M|F]HoodLS_MTP
- Short sleeve shirt: [M|F]Hood_MTP
- Hooded sweatshirt: [M|F]MHoodSweat_MTP
All items are currently hidden by default - a pickup mechanism is to be
added later.
Co-authored-by: Korovev
Co-authored-by: Larry LeDeay <lwf58@hotmail.com>
New clothing items include male and female:
- Long sleeve shirt: [M|F]Torso_LongSleeve_TCT
- Short sleeve shirt: [M|F]Torso_ShortSleeve_TCT
- Hooded sweatshirt: [M|F]Torso_SweatTCT
- Fleece pullover: [M|F]Torso_FleeceTCT
All items are currently hidden by default - a pickup mechanism is to be
added later.
Co-authored-by: Patrick "Maurus" Mauro <patrick@patrickmauro.net>
Co-authored-by: Tim Miles Keller <timkeller@gmail.com>
* New clickables for Hazado's Chiso Book in Relto/xRegisterBook.py script (requires his work)
* Update Global LOCs for new "get Book" message
* A few graphical fixes and adjustments
This adds more notifications to the responder to track the door closing
state. This was done to fix some problems observed with the door
clickable being re-enabled by the Python script racing the responder.
Also, fix the door clickable responder in Eder Tsogal to properly
enable/disable the clickable.
- [plResponderModifier] cRespBSDoorOps
Added new plNotifyMsgs for door closing and changed the state numbers
to match the enum in xBlueSpiral.py. Also fixed Eder Tsogal's
responder to properly enable/disable the door clickable, which must
have been missed in the earlier commit.
This fixes the jagged shadow on the bahro door by increasing the shadow
caster's blur scale from 0 to 1. Also, some of the cloth seek points
have been adjusted to avoid placing the player slightly above and below
the ground.
This turns off the door clickable while the door is animating. This
should prevent the game state from changing due to unexpected user input
during transitions.
- [plResponderModifier] cRespBSDoorOps
Disabled the door clickable when the door begins to open and re-enable
it when the door fully closes. This is done in the responder itself
instead of the code so that the clickable and visual states match
exactly. Previously, the EderTsogal door sent an enable/disable to the
clickable LogicModifier while the EderDelin door did nothing to try to
prevent spurious clicks. The enable/disable of the logic modifier was
maintained by routing the EnableMsg to the SceneObject with an
instruction to enable/disable the physical and route the message to
all modifiers.
This hardens the logic of synchronizing the bahro door animations by
adding an extra notification to the Python script for when the bahro
door begins to open. This also fixes Eder Delin's bahro door
fast-forwarding open the first time the blue spiral game is completed in
that Age.
- [plResponderModifier] cRespBSDoorOps
Added a `plNotifyMsg` back to the Python script at the beginning of
the door open (first) responder state with a state of 0 to indicate
that the door is not yet open. This change requires script changes.
- Eder Delin ONLY [plAGMasterMod] AnimGroupedBSdoorClose_0
Removed the link to the owning `plMsgForwarder` - this link caused
the door to fast-forward open. The field is nulled out in the Tsogal
door, which is known to work correctly.
The environment map was previously a duplicate of the incorrect
environment map from Eder Tsogal. The end result is a very slight change
in coloration at the top of the bahro door from white to pink. The bahro
door in Eder Delin is too shrouded in shadow for this change to be
readily apparent.
- plResponderModifier [cRespBSDoorOps], [cSfxRespBSrotation]
Changed all plSoundMsgs in these responders to NOT use the command
`kIsLocalOnly` - this command prevented non-owners from hearing the
door sound effects.
- plPythonFileMod [cPythBlueSpiral]
Added attributes 25 and 26 - BlueSpiral solution and running variable
name strings.
- plCoordinateInterface [tsglBlueSpiralDoorPOS]
Moved the OneShot position up to z=-0.82 to prevent the player from
noticably sinking into the ground when playing the door press
animation at the bahro door.
The previous cubic environment map was taken from an angle that didn't
match its intended use case, causing the reflection in the Bahro door to
be very inaccurate.
- plResponderModifier [cRespBSDoorOps], [cSfxRespBSrotation]
Changed all plSoundMsgs in these responders to NOT use the command
`kIsLocalOnly` - this command prevented non-owners from hearing the
door sound effects.
- plPythonFileMod [cPythBlueSpiral]
Added attributes 25 and 26 - BlueSpiral solution and running variable
name strings.
- plCoordinateInterface [LinkInPointDefault]
Moved the default link in point down to Z=-4 to fix the avatars
visibly spawning high up in the air and falling.