mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[OriginShift] Update README
This commit is contained in:
parent
0380a3541e
commit
4b83846c39
1 changed files with 16 additions and 1 deletions
|
@ -20,10 +20,25 @@ Experimental mod that allows world origin to be shifted to prevent floating poin
|
||||||
- This is because the voice server dictates who can hear who based on distance from each other and the world origin shift messes with that.
|
- This is because the voice server dictates who can hear who based on distance from each other and the world origin shift messes with that.
|
||||||
- Teleports past 50k units will not work.
|
- Teleports past 50k units will not work.
|
||||||
- BetterBetterCharacterController prevents teleports past 50k units.
|
- BetterBetterCharacterController prevents teleports past 50k units.
|
||||||
|
- Magica Cloth.
|
||||||
|
|
||||||
## Mod Incompatibilities
|
## Mod Incompatibilities
|
||||||
- PlayerRagdollMod will freak out when you ragdoll between chunk boundaries.
|
- PlayerRagdollMod will freak out when you ragdoll between chunk boundaries.
|
||||||
- Partial conflict with RelativeSyncs experimental Spawnable Sync Fix.
|
|
||||||
|
## Provided Components
|
||||||
|
- `OriginShiftController` - World script to configure origin shift.
|
||||||
|
- `OriginShiftEventReceiver` - Event receiver for OriginShift events.
|
||||||
|
- `OriginShiftTransformReceiver` - Shifts the transform of the GameObject it is attached to.
|
||||||
|
- `OriginShiftRigidbodyReceiver` - Shifts the rigidbody of the GameObject it is attached to.
|
||||||
|
- `OriginShiftTrailRendererReceiver` - Shifts the positions of the Trail Renderer of the GameObject it is attached to.
|
||||||
|
- `OriginShiftParticleSystemReceiver` - Shifts the positions of the Particle System of the GameObject it is attached to.
|
||||||
|
|
||||||
|
The provided receiver components are automatically added to Props, Players, and Object Syncs.
|
||||||
|
|
||||||
|
## Provided Shader Globals
|
||||||
|
- `_OriginShiftChunkOffset` - The current amount of chunks offset from the origin.
|
||||||
|
- `_OriginShiftChunkThreshold` - The size of a chunk in world units.
|
||||||
|
- `_OriginShiftChunkPosition` - The chunk offset multiplied by the chunk threshold.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue