Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 8 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T22:25:26.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:46:49.245Z (9 months ago)
- Topics: bepinex, bepinex-plugin, bepinex-plugins, file-tree, filetree
- Language: C#
- Homepage:
- Size: 13.7 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
```