Cubinator
A CodeMod to allow you to capture a 6 sided cubemap of your current location in-game by pressing CTRL+P
| Date uploaded | 2 years ago |
| Version | 1.0.2 |
| Download link | Crypto_Neo-Cubinator-1.0.2.zip |
| Downloads | 367 |
| Dependency string | Crypto_Neo-Cubinator-1.0.2 |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.5.7README
Cubinator
A CodeMod to allow you to capture a 6 sided cubemap of your current location in-game by pressing CTRL+P, useful for faking areas using the holowall effect.
History
This mod was originally made for Boneworks (and can even be built from source to work in Boneworks by adjusting whether the BONEWORKS or BONELAB define is uncommented, though you will need to adjust the references accordingly)
Credits:
Arthur Ford for teaching me how to work my bones!
CHANGELOG
1.0.0
Initial Release
1.0.1
Corrected modloader reference from bepinex to melonloader
1.0.2
Finalizing release -
- Removed nonfunctional OpenPNG (where did I even get that from??) figured out how to PROPERLY save a png in Unity since they moved that functionality out of the Texture2D class into ImageConversion
- Fixed issue with keystroke detection, you had to basically hit CTRL+P simultaniously for it to work, but now it works properly
TODO: Add bonemenu settings?