Mod to allow Primitier to be played without VR equipment.
Report Bug
·
Request Feature
Table of Contents
This is a mod that allows Primitier to be controlled by keyboard and mouse. To avoid interfering with other mods, we have made it so that it does not directly enable or disable any objects in the game as much as possible. Therefore, it can be used as a debugging tool for mods.
How to install the mod to Primitier.
Install the tools needed to install the mod.
- download the mod from the release page.
- put
PrimitierDesktop.dll
in Primitier/Mods folder. - Play Primitier!
Action | Left hand | Right hand |
---|---|---|
Toggle hand menu | N | M |
Toggle grab | H | J |
Bind cubes | T | Y |
Separate cubes | U | I |
Reset position | Q | E |
Action | Key |
---|---|
Toggle cursor | Escape |
Rotate hand | Mouse Wheel |
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
This is the project I referred to in creating this project.