- [RopeLadder03_TOP01] Extended the collision of the upper ladder region
to ensure players cannot walk up to the edge and drop down,
potentially getting stuck inside of the ladder's proxy collision.
- [PlantProxy27] Adjusted collision such that the avatar can walk or
jump between it and PlantProxy26 without getting stuck between two
parallel vertical planes.
- [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.
- [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.
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.
[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.
```
[Generic Physical - CamRegElevShaft02] Subworld set to <plKey NULL="True" />
[Generic Physical - ElevatorCameraBlocker] Subworld set to <plKey NULL="True" />
[Generic Physical - EntryStaticCamRegion] Subworld set to <plKey NULL="True" />
[Generic Physical - proxyTerrainMeshForElevatorCam] Subworld set to <plKey NULL="True" />
[Generic Physical - proxyTerrainMeshForElevatorCam01] Subworld set to <plKey NULL="True" />
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"
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.
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.
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.
PRP provided by Siruis - http://forums.openuru.org/viewtopic.php?p=10053#p10053
Opened in PRPShop and saved as Moula PRP
No other changes made
Tested in game and seems like it worked.
Someone with CC Kadish Vault will need to do a comparison, as I dont have access to it at the moment
Co-authored-by: Jrius <2261279+Jrius@users.noreply.github.com>
This is accomplished by changing the RenderLevel on the DSpans from
0x40000000 (BlendRendMajorLevel) to 0x80000001 (LateRendMajorLevel + 1).
Partly addresses GitHub issue #18.
- [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.