Toggle certain components with VRChat. (Toggle Pickup, Pickup Objects, Video Players, Pens, Chairs, Mirrors, Post Processing, and Avatar Pedestals)
Need to install MelonLoader?
Click this link to get started!
MelonLoader: v0.5.2 (Alpha)
Game: VRChat (build 1160)
Mods: UI Expansion Kit
[ComponentToggle]
EnablePickup = true
ShowPickupObjects = true
ShowVideoPlayers = true
ShowPens = true
EnableChairs = true
ShowMirrors = true
EnablePostProcessing = true
ShowAvatarsPedestals = true
ShowUIXMenuButton = true
EnablePickup - Allow Pickups
ShowPickupObjects - Show Pickups
ShowVideoPlayers - Show Video Players
ShowPens - Show Pens & Erasers
EnableChairs - Allow yourself to sit in chairs
ShowMirrors - Show Mirrors
EnablePostProcessing - Show PostProcessing
ShowAvatarsPedestals - Show Avatar Pedestals
ShowUIXMenuButton - Toggle a UIExpansionKit Menu Item for opening the menu
Want users to not using certain features? Add empty gameobjects with certain names to block actions.
CTBlockAction_1 = Block Pickup + Pickup Object Toggle
CTBlockAction_2 = Block Video Players Toggle
CTBlockAction_3 = Block Pens Toggle
CTBlockAction_4 = Block Stations (Chairs) Toggle
CTBlockAction_5 = Block Mirror Toggle
CTBlockAction_6 = Block Post Processing Toggle
CTBlockAction_7 = Block Avatar Pedestals Toggle
- Added MelonLogger.Instance Logging
- Fixed Updating Post Processing on World Join
- Rewrote the entire mod
- Fixed issues with toggles not being consistent
- Added VRChat build 1160 compatibility
- Fixed other Errors
- Added VRChat build 1151 compatibility
- Removed RubyButtonAPI
- Rolled back portal toggling
- Fixed UIX menu inconsistency
- Bug Fixes
- Added a UIExpansionKit Menu Interface
- Added World Portal Toggle
- Recompiled for VRChat build 1121
- Added World creators to add a block for certain features within this mod How to
- Upgraded to MelonLoader v0.4.0
- Added Null Checks for less errors
- Change Patches for new ML
- Added support for MelonLoader v0.4.0
- Internal Link Updates
- Fixed VRC_StationInternal for Chair toggles
- Fixed an issue where everyone would be able to pickup object in certain worlds
- Added UIExpansionKit Menu option
- Added SDK3 Video Player toggle
- Fixed an issue that would cause all toggles to be set to false
- Removed Custom Config because corruptions are horrible
-
- Made config system go through MelonPrefs for ease
- Removed WebAdded GameObject List
- Added Avatar Pedestal Toggle
- Fixed errors caused by adding GameObjects gathered from the Web
- Changed how to get WebAdded GameObject List (no longer 9 files, now one file)
- Fixed where VideoPlayer Toggle button would not re-enable on world change (into an SDK2 world)
- Added WebHosted GameObject List - will this allow me to add a game object of a pen that isn't baked in the code of the mod
- Added a Blocked World List - joining certain worlds will disable some actions
-- i.e. If you join Murder 4, VRC_Pickup toggle buttons cannot be toggled, and pickups are forced to be shown and interactable - Fixed Chairs toggle's action being opposite
- Added Custom Configuration - this is to reduce the amount of console spam for saving the preferences
- Initial Release
null