RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
991 stars 175 forks source link

Added setting to hide vehicle buttons menu #3094

Closed CuriousMike56 closed 8 months ago

CuriousMike56 commented 8 months ago

For those who find the vehicle buttons menu not useful and/or intrusive, this adds "Show vehicle buttons menu" (CVar ui_show_vehicle_buttons) to Settings -> Gameplay:

image image

Note: I had to add WriteVarsHelper(f, "GUI", "ui_"); to AppConfig.cpp, otherwise any ui_ CVar wouldn't get saved to RoR.cfg. image

tritonas00 commented 8 months ago

Works fine