https://github.com/toebeann/tobey.filetree
A configurable file tree logger for troubleshooting BepInEx installations.
https://github.com/toebeann/tobey.filetree
bepinex bepinex-plugin bepinex-plugins file-tree filetree
Last synced: about 2 months ago
JSON representation
A configurable file tree logger for troubleshooting BepInEx installations.
- Host: GitHub
- URL: https://github.com/toebeann/tobey.filetree
- Owner: toebeann
- License: lgpl-3.0
- Created: 2023-06-14T15:58:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T13:12:14.000Z (7 months ago)
- Last Synced: 2025-01-24T04:48:05.904Z (3 months ago)
- Topics: bepinex, bepinex-plugin, bepinex-plugins, file-tree, filetree
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tobey's File Tree Logger for BepInEx
A configurable file tree logger for troubleshooting BepInEx installations.
## Usage
Generally speaking, you shouldn't need to do much beyond plopping the contents of the downloaded .zip from [the releases page](https://github.com/toebeann/Tobey.FileTree/releases) into your game folder (after installing [BepInEx](https://github.com/BepInEx/BepInEx), of course).
However, if manual configuration is desired, there are several configuration options which can be edited in-game with [Configuration Manager](https://github.com/BepInEx/BepInEx.ConfigurationManager) (requires enabling "Advanced settings"), or by editing the file `BepInEx` > `config` > `Tobey.FileTree.cfg`:
```cfg
## Settings file was created by plugin File Tree v1.0.0
## Plugin GUID: Tobey.FileTree[General]
## When enabled, the plugin will log the file tree to the console.
# Setting type: Boolean
# Default value: true
Enabled = true## Case-insensitive list of whitelisted directories, separated by commas.
# Setting type: String
# Default value: BepInEx
Directory whitelist = BepInEx
```