17
6
mirror of https://github.com/H-uru/moul-assets.git synced 2025-07-13 18:17:48 -04:00
Commit Graph

499 Commits

Author SHA1 Message Date
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
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
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
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
d5082fd813 Adds 3 new files and changes xbooksharepage512*1#0.hsm to have alpha
xbookmarkdnizero*1#0.hsm - Provided by Keith "Tweek" Lord.
xbookmarkdnizero2*1#0.hsm - Provided by Keith "Tweek" Lord.
xbooksharesymbolonly*1#0.hsm - central shape of xbooksharepage512*1#0.hsm to shrink interactible area of share book page

Co-authored-by: Tweek <kohtlyr@gmail.com>
2022-12-31 15:07:32 -08:00
681293f8f1 Merge pull request #195 from ZarothYe/update-serene-loc
Update Serene.loc for new journal contents
2022-12-22 17:22:58 -05:00
b6385f0984 Merge pull request #191 from Hazado/ImprovedAhnyVogondolaEntryExit
Adjust Entry/Exit animations for Ahnonay Vogondola
2022-12-22 17:22:45 -05:00
64e9bc9108 Merge pull request #185 from Hazado/CyanTrailerCams
Additional Cyan Trailer Cameras
2022-12-22 17:22:15 -05:00
54b8ad89dc Reverts Phil's Books to PotS/CC via texture replacement for continuity purposes. 2022-12-22 08:50:01 -08:00
8fe97a6673 Update Serene.loc from the Devokan story to the curated Serene-related story written by Andy Legate. 2022-12-18 20:39:33 -06:00
c8b66cd90d Flip Serene.loc through plLocalizationEditor and correctly set Tiam.loc line endings to LF 2022-12-18 20:07:26 -06:00
e331df265e Adjust VeeTsah.loc to have LF line endings instead of CRLF 2022-12-18 20:07:25 -06:00
7f84a7435e Merge pull request #192 from Hazado/FixPhilReltoRain
Phil Relto rain starts immediately
2022-12-18 20:54:23 -05:00
a3c2f0d53e Merge pull request #184 from dpogue/relto-cleft-book
Fix shading on the hydrant Cleft book in Relto
2022-12-18 20:41:45 -05:00
111fd5169d Fix rain so it starts immediately 2022-12-16 13:35:11 -08:00
4d29a6dada Adjust Entry Exit animations for Vogondola 2022-12-16 10:35:40 -08:00
5e2877d4df Merge pull request #181 from ZarothYe/add-2022q4-audio
Add Q42022 fan audio in English and French
2022-12-08 17:51:01 -05:00
7e8acad35f Merge pull request #178 from DoobesURU/AhnyCathedral-Q3-2022
Ahnonay Cathedral Q3 2022 Update
2022-12-08 17:50:34 -05:00
147f5d874d Chiso Preniv Q3-4 2022 Updates
* Brings Chiso up to current MOULa version
2022-12-08 15:00:29 -05:00
40784c4b58 trailer cameras provided from Cyan files 2022-12-05 20:01:40 -08:00