When the game and mods all add their own help texts to the HUD it quickly gets crowded. Do you really need to be reminded that F turns on the flashlight or that there is a keybinding to show Courseplay's debug channels? This mod lets you hide the help texts you don't need so the ones you actually want are more visible.
This is a beta release. Core functionality is stable and tested. Multiplayer compatible. Feedback welcome.
- In-Game Settings Dialog: Press RightShift+H to open settings (keybinding configurable)
- Toggle Visibility: ON/OFF toggles for each discovered help text
- View Modes: Switch between current context and all discovered help texts
- Console Commands:
hhtListandhhtTogglefor command-line control - Auto-Discovery: Help texts are discovered automatically as you play
- Persistent Settings: Configuration saved to user settings, working across savefiles
Press RightShift+H to open the settings dialog (keybinding is configurable in game settings).
- Toggle help texts ON/OFF by selecting them and pressing Enter or using arrow keys
- Press X to switch between "Current" view (only active context) and "All" view (all discovered)
- Changes are saved when closing the dialog
Open the console and use these commands:
(the key is usually ~ or ' key depending on your keyboard layout)
| Command | Description |
|---|---|
hhtList |
Lists all known help texts with visibility status |
hhtToggle <identifier> |
Toggle visibility of a specific help text |
- Play the game normally - help texts are discovered automatically
- Press RightShift+H to open the settings dialog
- Toggle unwanted help texts to OFF
- Use X to switch between current context and all discovered help texts
- Settings are saved automatically
Settings are usually stored in:
Windows: %USERPROFILE%\Documents\My Games\FarmingSimulator2025\modSettings\FS25_HideHelpTexts\settings.xml
macOS: ~/Library/Application Support/FarmingSimulator2025/modSettings/FS25_HideHelpTexts/settings.xml
<?xml version="1.0" encoding="utf-8"?>
<hideHelpTexts>
<helpText identifier="TOGGLE_LIGHTS" hidden="false" description="Toggle Lights" />
<helpText identifier="HONK" hidden="true" description="Honk Horn" />
</hideHelpTexts>You can manually edit this file to set hidden="true" for any help text.
- Download the latest release from Releases
- Place the
.zipfile in your mods folder:- Windows:
%USERPROFILE%\Documents\My Games\FarmingSimulator2025\mods\ - macOS:
~/Library/Application Support/FarmingSimulator2025/mods/
- Windows:
- Enable the mod in-game
- Clone or download this repository
- Copy the
FS25_HideHelpTextsfolder to your mods folder - Enable the mod in-game
- Code maintenance
- Fixed spurious error log when registering keybind while in vehicle
- First beta release
- Multiplayer support confirmed
- View mode toggle: show current context or all discovered help texts
- Display key bindings for each help text (e.g., Shift + H)
- Improved dialog layout and text readability
- Added in-game settings dialog (RightShift+H)
- Shows discovered help texts with ON/OFF toggles
- Arrow key navigation support
- Added console commands (
hhtList,hhtToggle) - Settings now persist to XML file
- Automatically discovers help texts during play
- User can manually edit settings.xml
- Initial release