17
6
mirror of https://github.com/H-uru/moul-assets.git synced 2025-07-14 14:37:41 +00:00
Commit Graph

649 Commits

Author SHA1 Message Date
998dc5b0d8 Add Swimtrunks by Calum Traveler and adjust Guild of Instructors Shirt texture
Co-authored-by: Traveler263 <87665301+Traveler263@users.noreply.github.com>
2023-02-21 08:23:28 -08:00
4fadabd33e Mystitech clothing Items and bug fixes
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>
2023-02-21 08:23:26 -08:00
7469339b29 Add TCT clothing items.
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>
2023-02-21 08:23:24 -08:00
6b16be3941 GreatTreePub Update 2.15.2023
* 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
2023-02-21 07:54:12 -05:00
9b34b6ebbe Add chiso preniv links to GUI BookImages 2023-02-20 11:31:56 -08:00
40c3d00f32 Add required loc files for removing Chiso book 2023-02-20 11:28:48 -08:00
f1a143175e Change Book 4 on bookshelf to Chiso Preniv Book 2023-02-20 11:02:40 -08:00
142c01afae Change DynCamMap to 60fps and 30fps 2023-02-20 09:27:12 -08:00
16edd1df9c Merge pull request #198 from Hazado/UpdatePhilReltoBookTextures
Reverts Phil's Books to PotS/CC texture
2023-02-18 14:54:29 -05:00
02a8ebb799 Merge pull request #213 from Hazado/KISpriteFix
Fixes KI Light Sprite visibility in first person
2023-02-18 14:48:41 -05:00
9ffaf144ca Merge pull request #203 from Hazado/FixAhnonayWaterfall
Adjust Ahnonay waterfall loop to prevent sudden texture reset
2023-02-18 14:46:15 -05:00
4cb6bfa2e7 Further improve Eder BS door state tracking.
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.
2023-02-17 13:49:32 -05:00
c8f24b62c4 Merge pull request #216 from Hazado/ForceTPPinBahroCaves
Forces Third Person camera when falling out of any bahro cave
2023-02-15 23:06:12 -05:00
4dc2f81f4a Merge pull request #204 from DamnBriggsy/drcstage
Restore DRC Stage functionality
2023-02-15 23:04:31 -05:00
f317cddc4d Fix a few more graphical problems in EderTsogal.
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.
2023-02-15 20:31:04 -05:00
735fa78ec0 Eder BS door clickable sanity fix.
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.
2023-02-15 19:14:03 -05:00
9f3881ed59 Eder BS door animation synchronization fixes.
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.
2023-02-13 19:43:04 -05:00
b4f86ea700 Update EderDelin CubicEnvironmap for accuracy.
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.
2023-02-12 20:17:07 -05:00
a4193bb3f5 Fix some problems with Eder Delin's BS.
- 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.
2023-02-12 20:14:24 -05:00
75c8eba1e3 Update EderTsogal CubicEnvironmap for accuracy.
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.
2023-02-12 17:54:32 -05:00
131542583a Fix some problems with Eder Tsogal's BS.
- 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.
2023-02-11 21:15:52 -05:00
fb4cc46417 Merge pull request #208 from patmauro/veelaycannenfix
Add Cannen Filter to Veelay Music
2023-02-05 22:00:54 -05:00
c015f3b762 Resaved all GUI files due to loc issues 2023-02-04 21:18:18 -08:00
7402f3e748 Add Previous and Next buttons to trailer GUI in options menu
Change "Uru Live Intro" button in Options menu to use localization
2023-02-04 20:35:21 -08:00
703bd91638 Tiam Update 2.04.2023
* fixed a critical error on the ballpuzzle code
* adjusted and added clickable colliders for the green jewels and the ball
* added covers to the Journals
* adjusted some texture baking
* removed LOC whitespace (Doobes)
2023-02-04 14:16:12 -05:00
108140e65f Duplicate camera views and loadmask them
Removed lightflare from camera views
2023-02-04 09:14:49 -08:00
5c1a3ff232 Forces the fall out of the bahro cave to use TPP 2023-02-03 11:45:14 -08:00
597a840a87 GoMePubNew Update 2.03.2023
* Adds new 2023 Mysterium Shirt and associated clickables (requires Hazado's GlobalClothing update)
* Adds TCT shirt clickable and wiring
2023-02-03 13:43:59 -05:00
fd80114076 Adjust KI Light Sprite visibility and resave prps 2023-02-02 20:14:12 -08:00
d7885a860b set sync flags
Per Hoikas, sync flags for the emgrphase0 python file mod have been adjusted
2023-01-30 08:04:32 -05:00
7db13edce1 Adjusted box colliders
Adjustments by Hazado
2023-01-30 08:04:32 -05:00
9cd8fc14b4 Minor changes to collision
Colliders added to boxes, step up to stage improved, state 1 colliders lowered, state 2 colliders reverted to original. Authored by Hazado
2023-01-30 08:04:31 -05:00
9f106c55a0 Collider removed from one segment of rope
By Hazado
2023-01-30 08:04:31 -05:00
0d83c7bed6 AgeSDLHook SceneNode update 2023-01-30 08:04:30 -05:00
e3a7ea19b8 Restore DRC Stage functionality
Restores the option to change the state of the stage in the courtyard via SDL
2023-01-30 08:04:30 -05:00
1e74a19134 Merge pull request #201 from Hazado/SwimExitandClimbGlobalAnimation
Switches SwimDockExit and WallClimb* to Global Animations
2023-01-28 20:36:59 -05:00
f3946aedc1 Merge pull request #196 from ZarothYe/kirel-q42022-ger
Add 2022 Q4 fan audio and subtitles in German
2023-01-28 20:36:35 -05:00
1c30995dc9 applies relto cannen filter effect with reduced filesize and sourced from lossless original 2023-01-26 20:50:51 -05:00
194ea5cd12 Welp, having an actual sound buffer set up is important 2023-01-26 19:13:05 -06:00
3923d54630 Fix issues found during code testing
Add camera responder to logic modifiers for chair clickables
Adjust Region for panel clickables to be much larger
2023-01-24 16:22:01 -08:00
5d7ea5c80c Merge pull request #205 from Hazado/FixTexturesInLiveBahroCaves
Updated textures and fix texture bugs for bahro caves
2023-01-21 14:22:14 -05:00
825b1c3abf Merge pull request #189 from DoobesURU/ChisoPrenivQ3-2022
Chiso Preniv Q3-4 2022 Updates
2023-01-21 14:20:28 -05:00
2f12efaae5 Merge pull request #200 from Hazado/ResetAgesFromBooks
Textures added and changed to allow age reset mechanic from books
2023-01-21 14:19:19 -05:00
6bd9ca48e8 Merge pull request #172 from Hazado/GarrisonWallUpdatesMoulaQ2
Garrison Updates to Match Moula Q2
2023-01-16 15:27:11 -05:00
0e3926535c Shrink Z of 4 climb up regions of Wall to "0.7300549746" 2023-01-16 10:24:06 -08:00
06201ffa57 Updated textures and fix texture bugs for bahro caves
Co-authored-by: Traveler263 <87665301+Traveler263@users.noreply.github.com>
2023-01-10 20:54:59 -08:00
66afcbf03f Adjust Ahnonay waterfall loop to prevent sudden texture reset 2023-01-09 23:40:48 -08:00
503e5864df Switches SwimDockExit and WallClimb* to Global Animations
Remove SwimDockExit from psnlFanYeeshaPages01.prp
2023-01-07 20:11:19 -08:00
b155d4d848 Fix aspect ratio for first bookmark 2023-01-06 11:50:46 -08:00
e7946f8150 Original age reset bookmark textures by Tweek 2023-01-02 11:08:49 -08:00