Cookbook
Quick recipes for common Two-Face customizations and configurations.
Philosophy
The cookbook provides focused, copy-paste-ready solutions for specific tasks. Each recipe is self-contained and can be used independently.
Recipe Format
Each recipe includes:
- Goal - What you’ll achieve
- Configuration - Complete TOML to copy
- Explanation - How it works
- Variations - Alternative approaches
Available Recipes
Layout Recipes
- Split Main Window - Divide main text area into multiple panels
- Floating Compass - Overlay compass on main window
- Transparent Overlays - Semi-transparent widgets
Feedback Recipes
- Combat Alerts - Visual and audio combat notifications
- Custom Status Bar - Personalized status display
Organization Recipes
- Tabbed Channels - Organize communications in tabs
Quick Reference
Common Tasks
| Want to… | Recipe |
|---|---|
| Split main window | Split Main Window |
| Overlay compass | Floating Compass |
| Combat sounds | Combat Alerts |
| Organize chat | Tabbed Channels |
| Custom HUD | Custom Status Bar |
By Difficulty
Beginner:
- Combat Alerts
- Custom Status Bar
Intermediate:
- Split Main Window
- Tabbed Channels
- Floating Compass
Advanced:
- Transparent Overlays
Using Recipes
Copy and Modify
- Find the recipe for your goal
- Copy the configuration
- Paste into your config file
- Adjust values for your preferences
Combining Recipes
Recipes are designed to work together. To combine:
- Copy configurations from each recipe
- Adjust positions to prevent overlap
- Ensure no naming conflicts
Testing
After applying a recipe:
- Reload configuration (
.reloador restart) - Verify the feature works
- Adjust as needed
Contributing Recipes
Have a useful configuration? Consider contributing:
- Document it following the recipe format
- Test thoroughly
- Submit via GitHub
See Also
- Tutorials - Step-by-step guides
- Configuration - Config reference
- Customization - Detailed customization