mika-n / NGPCarMenu

Custom "Select Car in-game menu" for Richard Burns Rally (RBR v1.02 SSE) game. The plugin supports custom car preview images (the real RBR 3D rendered custom car images), car specs from NGP physics model (engine, transmission, FIA category, year, etc), longer car menu names (up to 30 chars in a menu) and even more chars in the car specs window. New car preview images are created through in-game menu of the plugin.
37 stars 4 forks source link

Auto Logon do not work if you have more than one profile #10

Open ctbr63 opened 3 years ago

ctbr63 commented 3 years ago

Option to choose profile to be loaded could be a solution or automatically load last used profile This plugin just get better and better :-) /Tomas

mika-n commented 3 years ago

Hi. Thanks for trying out the plugin. There is now new 1.13.4 version which adds a new AutoLogonWaitProfileSelection plugins\ngpcarmenu.ini option. By setting this option to value 1 lets user to select a profile until autologon continues it's job. This way multiprofile setups can still benefit from autologon feature.

If the AutoLogonWaitProfileSelection option is 0 or missing then autologon chooses the first profile automatically (the previous release had a small bug related multiprofile scenario, but it is now fixed in the latest V1.13.4 release)

https://github.com/mika-n/NGPCarMenu/releases

[Default]
; Logon automatically to the specified menu screen when RBR game is started ( Disabled, Main, Plugins, any of the custom plugin names)
AutoLogon=RBR_RX
;
; Wait for user to select a profile until doing the autologon or automatically select the first profile (if AutoLogon is enabled)
;   0=No waiting, autologon chooses automatically the first profile (default behavior if this option is missing or set to 0)
;   1=Let user to choose a profile until continuing the autologon sequence
;
AutoLogonWaitProfileSelection=1