4
3
forked from H-uru/moul-assets
Commit Graph

134 Commits

Author SHA1 Message Date
c7077991b2 Use CreateKickableSounds.py to fix nb01 firemarbles.
This is a completely automated pass over nb01.prp with
CreateKickableSounds.py from Hoikas/moul-utils using the
nb01Marbles.json file. This is a good thing becuase the results are
completely reproducible and some rather misleading object naming is
cleaned up.
2021-07-14 16:43:57 -04:00
ad072b4a33 Revert "Fix Neighborhood Marbles2 physical sounds."
This reverts commit 2de6ebd7f0. The
intention is to run a script over the PRP to automate this process and
cleanup some of the strange object naming in the PRPs.
2021-07-14 15:53:58 -04:00
2de6ebd7f0 Fix Neighborhood Marbles2 physical sounds.
These already existed in the PRP files but were not hooked up correctly.
This adds all missing connections and fixes the way some objects were
parented.

- [PhysicalSndGroup] cSfxPhysSnd-Marble0[1-4]_0 added references to
  random sound mods for the physical sfx.
- [CoordinateInterface] SfxMarble-(Hit|Roll)Emit0[1-4] changed parent
  object to MarblePhy0[1-4] as appropriate and set the parent transform
  offset to 0,0,0. Previously, this was parented to a root object that
  did not move.

The other three marbles in the clock area will require the creation of
new objects and will be done in another commit.
2021-07-05 13:34:58 -04:00
7b933c5b85 Merge pull request #56 from Hoikas/bendy-bridge
Fix solid bendy bridge in Teledahn.
2021-07-05 11:54:50 -04:00
d062f314da Fix solid bendy bridge in Teledahn.
[PXPhysical] Bendy Bridge
Changed the member group from kGroupDynamic to kGroupStatic. The
previous setting is for kickables (which this bridge is not). PhysX does
not allow for non-kinematic dynamic bodies to have triangle mesh bounds.
Because of the improper member group, we were forcing PhysX to treat the
triangle mesh bounds as a convex hull, making the whole bridge solid.

Or, as Simulation.0.log says:
```
WARNING: 'BendyBridge' is a dynamic triangle mesh; this is not supported
in PhysX 4... forcing to convex hull, sorry.
```
2021-07-04 20:08:37 -04:00
c1c2becd22 Merge pull request #26 from Hoikas/url-loc
URL Confirmation Dialog Localization
2021-07-04 19:28:50 -04:00
1351173e6d Merge pull request #53 from Hazado/FixFirstWeekRewardClothing
Fixes First Week Reward Clothing
2021-07-02 12:53:30 -04:00
249fa1e52d Fixes First Week Reward Clothing
Wrong shirt was assigned in python file mod for first week shirt. This fixes that issue.

[Python File Mod - cPythFirstWeekShirtTakable - 4] Changed to "FReward_Launch"
[Python File Mod - cPythFirstWeekShirtTakable - 5] Changed to "MReward_Launch"
2021-07-02 09:42:32 -07:00
bf176060a7 Merge pull request #47 from Hoikas/clothingjson
Add GlobalClothing_Fan02 (Mysterium 2021 shirts)
2021-06-30 12:42:41 -04:00
cfe2f3ca5a s/Gay Zero/GZ Pride/ 2021-06-27 15:38:31 -04:00
2acf09c31f Change sortOrder to prevent default-clothing stomping. 2021-06-27 13:26:12 -04:00
0238a41d75 Roll icons back to DXT compression (one level). 2021-06-26 06:23:00 -04:00
6a54ce87b7 Correct Fan02 clothing icon/texture quality bug.
This is just a re-convert with a patch to CreateClothingPRP.py that
ensures icons only have one level. If there are multiple levels,
changing the texture quality will cause certain assumptions in the ACA
python to be invalidated, resulting in junked UI.
2021-06-25 21:14:36 -04:00
4fd458f99e Fix Mysterium female LS positioning. 2021-06-23 13:14:00 -04:00
e25be22ad0 Shorten the names of Mysterium rewards.
I seem to have forgotten that SDL `STRING32` variables have a fixed
length of 32 bytes. Sigh. So we must limit our names to this. Therefore,
I have renamed the shirts to "LSMysterium2021" and "SSMysterium2021".
The SDL string "LSMysterium2021;SSMysterium2021" will use up the
entirety of the 32 byte string buffer.
2021-06-23 01:24:40 -04:00
a42b0fb054 Merge pull request #49 from Hoikas/extensions
Change all file extensions to lowercase.
2021-06-09 16:27:54 -04:00
3331abde06 Merge pull request #46 from Hoikas/intangible
Myst Online Intangible Assets
2021-06-08 16:41:36 -04:00
9857aef9e9 Change all file extensions to lowercase. 2021-06-07 18:45:08 -04:00
bbb400a862 Myst Online Intangible Assets 2021-06-07 18:42:13 -04:00
23b65e3cfd Add Gay Zero shirt JSON and regenerate clothing. 2021-06-05 18:35:39 -04:00
8f0f1cdbed Add Gay Zero shirt sources. 2021-06-05 18:33:31 -04:00
f517968b00 Add Mysterium 2021 T-Shirt sources and PRPs.
These PRPs are generated from the JSON source by the script
CreateClothingPRP.py, originally by @Deledrius. The specific fork used
to generate these files can be found at
https://github.com/Hoikas/moul-utils.
2021-06-05 00:06:12 -04:00
1008ff52a4 Merge pull request #40 from Hazado/GarrisonYeeshaPage02VisFix
Fix for Yeesha Page 2 missing SDL hiding code
2021-05-26 17:56:51 -04:00
f0021f97aa SDL Visibility fix for Yeesha Page 2 in Gahreesen
[Python File Mode - PythYeeshaPage02Vis_0] Created xAgeSDLBoolShowHide for Yeesha Page 2 in Gahreesen Prison Room
[Scene Object - YeechaPage02Decal] Added Python File Mod - PythYeeshaPage02Vis_0 to Modifiers
[Scene Object - YeeshaClickProxy] Added Python File Mod - PythYeeshaPage02Vis_0 to Modifiers
[Scene Object - YeeshaPage02] Added Python File Mod - PythYeeshaPage02Vis_0 to Modifiers
2021-05-20 12:21:49 -07:00
bf3e73ac59 Merge pull request #34 from Hoikas/hood-crash
Fix flat convex hull in the Neighborhood that caused crashes.
2021-05-11 16:16:45 -04:00
c9cdd851f1 Fix flat convex hull in the Neighborhood that caused crashes.
- [VidCamScreensaver] Changed to kExplicitBounds
2021-05-06 13:04:23 -04:00
485907efa0 Merge pull request #31 from Hoikas/moar-clock-stuff
Fix clock globe turning backwards.
2021-05-05 14:10:10 -04:00
bf4edd770c Merge pull request #23 from DoobesURU/GreatTreePub-3-13-21
Great Tree Pub March 2021 Updates
2021-05-05 14:09:52 -04:00
29f66f30f6 Merge pull request #20 from DoobesURU/TrebivdilMOULa
Add Tre'bivdil to MOULa
2021-05-05 14:09:46 -04:00
fdca992a41 Merge pull request #22 from DoobesURU/SereneMOULa
Add Serene to MOULa
2021-05-05 14:09:40 -04:00
9518a1db3c Merge pull request #25 from DoobesURU/VotholMOULa
Add Vothol Gallery to MOULa
2021-05-05 14:09:33 -04:00
eb8355afc3 Add new sources for the Neighborhood clock cubemap. 2021-04-17 14:51:12 -05:00
c78dea92ac Fix cross-page references in Neighborhood.
The previous commit apparently reordered the key IDs in the Textures
PRP, so this commit should bring everyone else up to date.
2021-04-17 11:53:33 -05:00
d9b398c64f Update Neighborhood clock textures.
- [Layer #2267] Changed the texture to the new cube map.
- [nb01clockrefl*0.hsm] Newly rendered cube map for the clock lens.
- [nb01clocknumbers*40#0.hsm] Updated to use the 2048x128 source image
  from the MOUL textures dump instead of the resized 1024x128 version
  from Plasma MAX. This increases the clarity of the numbers in the
  lens.
2021-04-16 22:53:40 -05:00
ac59ffdcdf Fix half offset issue in Neighborhood clock.
- [nbClockGlobe_(Entire Animation)_anim_0] Rotated all keyframes such
  that the animation starts and stops at 0/25 instead of the first half
  pahrtahvotee. Propogated this half p adjustment to all other
  keyframes.
- [Map #2266_anim_nb01TimeOfDay] Fixed layer offset keyframes such that
  the animation starts and stops at 0/25 instead of the first half
  pahrtahvotee.
2021-04-16 22:00:48 -05:00
4e0a538169 Fix clock globe turning backwards.
- [nbClockGlobe_(Entire Animation)_anim_0] Add two more keyframes to the
  animation to ensure the globe turns in the same direction at all
  times.
2021-04-15 19:31:04 -04:00
a9e0199c1b Tre'bivdil LAST fix
Removed weird object in the sky
2021-04-13 15:28:47 -04:00
c396f504e2 Tre'bivdil Update 4-13-21
Adds barricade to stairway for sensible blocking
2021-04-13 04:23:13 -04:00
1362297acc Vothol water change
Lowers the brightness of the water surrounding Vothol.
2021-04-10 21:07:54 -04:00
299969885d Another Linking Book UV Map Fix
* Fixes other sides of Er'cana and Ahnonay Books with Yeesha symbol
2021-04-10 18:07:51 -04:00
0ea24b77d8 Update GTP Blend 4-10-21
Updates the GreatTreePub.blend file with fixes from last commit.
2021-04-10 08:12:17 -04:00
68e3827040 GTP Fixes 4-10-21
Fixes per Ehren's observations:

* Er'cana and Ahnonay Book "share" pages flipped the correct way now
* Activated one main chamber lamp's animation
2021-04-10 08:04:19 -04:00
5725d118ff Merge pull request #28 from Hoikas/hood-clock
Fix Neighborhood clock globe animation.
2021-04-09 20:29:00 -04:00
118ef2e6e5 Vothol Fixes 4-7-21
* Added faders to lamp cone blooms
* Fixed (hopefully) the camera colliders around the light blooms.
2021-04-07 18:46:43 -04:00
97eaaa1a96 Vothol Fixes 4-6-21
* Keeps the camera out of the lamp blooms
* Adds new cameras to also avoid blooms
* More new collision to keep the avatar from getting stuck
2021-04-06 18:54:32 -04:00
02047b7a90 Fix Neighborhood clock globe animation.
- [nbClockGlobe_(Entire Animation)_anim_0] Added a third keyframe to the
  clock rotation animation to cause the clock to actually rotate. Also
  converted to uncompressed quat keyframes due to lossy compression
  breaking the animation.
2021-04-05 20:32:00 -04:00
b085f402ad Merge pull request #27 from Hoikas/dark-hut
Fix Relto dark hut problem in Windows 10 v2004+
2021-04-03 15:34:38 -04:00
d59cf41276 Chiso LOC Fix 2021-04-03 12:08:09 -04:00
bf174d4bf4 Chiso Journal update
Update and one fix to Chiso journal
2021-04-03 11:08:19 -04:00
c576d5ca74 More Fixes
Fixes one more double sided mesh object.
2021-04-03 08:08:29 -04:00