You are viewing a potentially older version of this package. View all versions.
HGG-JigglePhysicsPlugin-1.1.1 icon

JigglePhysicsPlugin

Dependency for adding jiggle physics to cosmetics. Please read the README for a tutorial and the CHANGELOG for updates!

By HGG
Date uploaded 4 months ago
Version 1.1.1
Download link HGG-JigglePhysicsPlugin-1.1.1.zip
Downloads 164263
Dependency string HGG-JigglePhysicsPlugin-1.1.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Description

Helps add jiggle physics to your cosmetics. Please read the tutorial on how to do so below! Note: This tutorial assumes you already have the MoreCompanyCosmeticPackage imported and set up in Unity already. You can find a tutorial for that here: https://github.com/notnotnotswipez/MoreCompany/wiki/Cosmetic-Creation

Disclaimer/Credits

I only created the plugin for BepInEx to load, all the scripts this plugin uses was made by Naelstrof, I only compiled them. Again, NONE of the scripts/code was produced by me. You can find the GitHub project here: https://github.com/naelstrof/UnityJigglePhysics

Video Tutorial

https://youtu.be/eXf6NTUxE6A

Tutorial

Getting Your Unity Project Setup

  • Install this mod via r2modman or the thunderstore app
  • Navigate to the folder where this mod was installed
    • In r2modman/thunderstore app, you can click on Settings on the left-hand side and click on "Browse Profile Folder"
    • Here, you can click into BepInEx -> plugins -> HGG-JigglePhysicsPlugin (Take note of the BepInEx folder as you will be navigating there again shortly)
  • With your Unity project open, create a new folder, name it, and drag and drop the JigglePhysicsPlugin.dll from the HGG-JigglePhysicsPlugin folder into that folder (I have named mine "Test")
Click Here For a Picture Reference
  • Next, navigate to where your BepInEx is installed, and click into the "core" folder
Click Here For a Picture Reference
  • Drag all the highlighted dll's into Unity, the same place you placed the JigglePhysicsPlugin.dll (Do NOT drag in BepInEx.Harmony.dll, it is unnecessary and will cause your Unity to crash) Your project should now look like this:
Click Here For a Picture Reference
  • If the arrow besides the dll does not show up, you may have to close your Unity project and re-open it

Adding Jiggle Physics To Your Model

  • Click the arrow on the JigglePhysicsPlugin.dll and drag JiggleRigBuilder onto the model you want jiggle physics added to (I just copied the scavengermodel to test, do NOT move or add the script to the original)
Click Here For a Picture Reference
  • In the Inspector, you should now see that "Jiggle Rig Builder (Script)" has been added as a component to your model
Click Here For a Picture Reference
  • In this script, you will want to drag the part of the model that you want jiggle physics to be added to onto "Root Transform"
Click Here For a Picture Reference
  • Next, right click in the folder where your dll.'s were placed, click "Create" -> "JigglePhysics" -> "Settings", this will create a Jiggle Settings
Click Here For a Picture Reference
  • Drag the newly created settings into the Jiggle Rig Builder (Script), into "Jiggle Settings"
Click Here For a Picture Reference
  • Now, hit the Play button at the top of Unity and re-select the Scene view, this will allow you to move your model and see the physics in real-time
Click Here For a Picture Reference
  • While in "Play mode", you can click on the Settings file you created earlier and adjust the settings to fit your needs
Click Here For a Picture Reference

Contact

If you are having trouble or have any questions, you can reach out to me on discord @ waga. / Waga#7703

CHANGELOG

v1.1.21

  • Fixed the boken image links in the README

v1.1.2

  • Updated README
  • Added a video tutorial for rigging models, made by Seymour
  • Fixed inccorect plugin version displaying in BepInEx logs

v1.1.1

  • Added a video tutorial

v1.1.0

  • Fixed loading priority so JigglePhysicsPlugin should always load before any mods that load cosmetics, increasing compatibilty
  • Removed "Incompatible Mods" section in the README

v1.0.2

  • Added incompatibility section

v1.0.1

  • Updated the tutorial

v1.0.0

  • Release