Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 080bde4

Browse files
committed
Update README.md
1 parent 1d739a1 commit 080bde4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be ins
3232
* Press F7 to show or hide the menu.
3333
* Simply browse through the scene, search for objects, etc, most of it is pretty self-explanatory.
3434

35+
### Mod Config
36+
37+
* There is a simple Mod Config for the CppExplorer, which is generated the first time you run it.
38+
* This config is generated to `Mods\CppExplorer\config.xml`.
39+
* Edit the config while the game is closed if you wish to change it.
40+
41+
`Main_Menu_Toggle` (KeyCode)
42+
* Sets the keybinding for the Main Menu toggle (show/hide all CppExplorer windows)
43+
* See [this article](https://docs.unity3d.com/ScriptReference/KeyCode.html) for a full list of all accepted KeyCodes.
44+
* Default: `F7`
45+
46+
`Default_Window_Size` (Vector2)
47+
* Sets the default width and height for all CppExplorer windows when created.
48+
* `x` is width, `y` is height.
49+
* Default: `<x>550</x> <y>700</y>`
50+
3551
### Features
3652
[![](overview.png)](overview.png)
3753

0 commit comments

Comments
 (0)