https://github.com/devkanro/mozaicfree
Mozaic tools for unity game
https://github.com/devkanro/mozaicfree
bepinex mozaic unity
Last synced: 5 months ago
JSON representation
Mozaic tools for unity game
- Host: GitHub
- URL: https://github.com/devkanro/mozaicfree
- Owner: devkanro
- Created: 2018-10-17T14:27:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T15:29:00.000Z (almost 7 years ago)
- Last Synced: 2025-04-19T09:06:34.910Z (6 months ago)
- Topics: bepinex, mozaic, unity
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MozaicFree
Mozaic tools for unity games, based on [BepInEx](https://github.com/BepInEx/BepInEx)## In-Game Shortcut
You can use those shortcut to create mozaic patch for special game#### Alt+F11
Dump all texture from current scense, all png will be saved at `BepInEx/dump/`
#### Alt+F10
Dump names of all game objects from current scense, all png will be saved at `BepInEx/dump//objects.txt`
#### Alt+F9
Disable all game objects which be listed in `BepInEx/objects/objects.txt`
#### Alt+F8
Enable all game objects which be disabled by `Alt+F9`## Universal game object control
#### Auto disable game object
This plugin will auto disable all game objects which be listed in `BepInEx/objects/disabled.txt`
#### Auto enable game object
This plugin will auto enable all game objects which be listed in `BepInEx/objects/enabled.txt`
You can use the `?:` for conditional enable game objects like `/CH001/CH001?:/CH001/CH001/test`, it will enable `/CH001/CH001/test` when `/CH001/CH001` is enabled## Texture replacer
This plugin can replace texture which be listed in `BepInEx/images/`
You can use `Alt+F11` to dump texture, modify it, and put into `BepInEx/images/`, this plugin will replace the original texture by it