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

6 Commits

Author SHA1 Message Date
3224cd6d33 Additional Graphical Fixes
[Drawable Span - Ercana_Canyon_00000000_0Spans] Fixed stretched and missing textures from "HarvesterRailing16" and Restored the correct lighting to "DashWarningLight01"
2021-09-28 10:21:16 -07:00
47228a8162 Fixes for Ercana Canyon
[Scene Node - Ercana_Canyon] Added Scene Object "Car-PIVOTFake"
[Scene Object - Cylinder01xx04] Added Coord interface "Cylinder01xx04"
[Scene Object - Cylinder01xx11] Added Coord interface "Cylinder01xx11"
[Scene Object - Cylinder01xx13] Added Coord interface "Cylinder01xx13"
[Scene Object - ercaStump06] Added Coord interface "ercaStump06"
[Scene Object - ercaStamp07] Added Coord interface "ercaStamp07"
[Scene Object - Loft39] Added Coord interface "Loft39"
[Scene Object - plant57] Added Coord interface "plant57"
[Scene Object - Car-PIVOTFake] Duplicate of Scene Object "Car-PIVOT", Coord Interface set to "Car-PIVOTFake" and All modifiers removed. Added to Modifiers - AG Modifier "cAnimHrvstrCarDockFake" and AG Master Mod "cAnimHrvstrCarDockFake"
[Coord Interface - BtnCallCarPOS] Adjusted to account for BtnCallCar being moved.
[Coord Interface - DashWarningLight01] Moved up because Harvester console was raised.
[Coord Interface - ercaDecalTrim] Raised Z coord by 0.1 to fix Z fighting it caused with other rocks.
[Coord Interface - Car-PIVOTFake] Duplicate of Coord Interface "Car-PIVOT". All Children removed.
[Coord Interface - Loft39] Created. Lowered plant so it touches the ground.
[Coord Interface - Cylinder01xx11] Created. Lowered plant so it touches the ground.
[Coord Interface - ercaStump06] Created. Lowered plant so it touches the ground.
[Coord Interface - ercaStamp07] Created. Lowered plant so it touches the ground.
[Coord Interface - Cylinder01xx13] Created. Lowered plant so it touches the ground.
[Coord Interface - Cylinder01xx04] Created. Lowered plant so it touches the ground.
[Coord Interface - plant57] Created. Lowered plant so it touches the ground.
[View Face Modifier - Swivel-HarvesterSpout] Face Object changed to Scene Object "Car-PIVOTFake"
[Drawable Span - Ercana_Canyon_00000000_0Spans] Changes made to vertice positions to move the cable next to the harvester ladder and to close a hole in the harvester console. Adjusted Harvester Console height higher to make using the Cart Call Button easier (It was floating before). Pipe01 moved up to account for raised console. Exported HarvesterBody3, HarvesterBody4, HarvesterBodyRear and Pipe01, then imported using Hoikas Gnarly Patcher.
[Drawable Span - Ercana_Canyon_40000000_2BlendSpans] Changes made to the vertice positions to move the save cloth near harvester start point
[Drawable span - Ercana_Canyon_40000008_2BlendSpans] Changes made to the vertice positions to move the save cloth glow near the harvester start point
[AG modifier - cAnimHrvstrCarDockFake] Duplicate of AG Modifier "cAnimHrvstrCarDock". Changed ChannelName to "Car-PIVOTFake"
[AG Master Mod - cAnimHrvstrCarDockFake] Duplicate of AG Master Mod "cAnimHrvstrCarDock". Changed private anim to ATC Anim "Car-PIVOT_CarGo_anim_2"
[Response Modifier - cRespHrvstrGoFwd] Duplicated entries for "cAnimHrvstrGo" and changed it to "cAnimHrvstrCarDockFake". Added "CarGoFake" to animname for new entries. Increased "WaitToCmdTable" cmd by 2 to account for two new commands.
[Response Modifier - cRespHrvstrGoRev] Duplicated entries for "cAnimHrvstrGo" and changed it to "cAnimHrvstrCarDockFake". Added "CarGoFake" to animname for new entries. Increased "WaitToCmdTable" cmd by 2 to account for two new commands.
[Response Modifier - cRespHrvstrStop] Duplicated entries for "cAnimHrvstrGo" and changed it to "cAnimHrvstrCarDockFake". Added "CarGoFake" to animname for new entries. Increased "WaitToCmdTable" cmd by 1 to account for new command.
[ATC Anim - BtnCallCar_Down_anim_1] Modified coords for new button position.
[ATC Anim - BtnCallCar_Up_anim_0] Modified coords for new button position.
[ATC Anim - PIVOT_CarGo_anim_2] Duplicate of ATC Anim "PIVOT_CarGo_anim_1". AGAnimParams name changed to "CarGoFake"
[Cluster Group - Cluster01_Grass_2] Lowered floating grass under the car ramp area
[Cluster Group - Cluster01_Pebble_3] Lowered floating rocks under the car ramp area
[Cluster Group - Cluster01_ScrubBrush_1] Lowered floating bush under the car ramp area
2021-08-25 10:01:51 -07:00
3899a168db Fix falling-in-place issue in Er'cana Canyon.
- [PlantProxy27] Adjusted collision such that the avatar can walk or
  jump between it and PlantProxy26 without getting stuck between two
  parallel vertical planes.
2021-07-06 15:04:42 -04:00
a1468380a3 Don't halt harvester car when the harvester stops.
- [ResponderModifier] cRespHrvstrStop - remove forced halt to the
  harvester car. The python script controls when the car stops.
  Unconditionally forcing it to stop will prevent script controlled
  actions from completing, causing state desynch.
2021-07-06 15:04:34 -04:00
85c47984c4 Fix Er'cana Harvester car responders.
- [ResponderModifier] cRespCallCar - Removed the forced ramp lowering,
  which could result in the ramps lowering while the car and harvester
  are decoupled. This would allow players to walk off the ramps and fall
  out of the Age.
2021-07-05 20:26:49 -04:00
fe10174dc6 Initial import of MOULa data files.
This import omits the copyright encumbered files clftZandiRadio_Loop.ogg
and tmnaCreditsMusic.ogg -- Peter Gabriel's "Burn You Up, Burn You
Down!".
2019-11-13 18:42:51 -05:00