mersox
Active member
I've been spending quite a bit of time trying to customize somewhat the menus of the game, nothing extreme, but I've hit a roadblock. It seems that there's no openborvariant that checks if the game is currently showing this screen and this screen only:

"in_menuscreen" does detect this screen but not exclusively, as it also includes every screen within it, meaning all option screens are included. Meaning that if I make a modification to this screen, the changes affect the other screens too, which I'd like to avoid.
Most of the other screens have their own, exclusive openborvariant:
Is there by any chance another openborvariant not included in the list that targets exclusively the "start game"/"options"/etc screen? @Kratus , any pointers?
I've tried stuff like "in_mainmenu" and similar, but no luck.

"in_menuscreen" does detect this screen but not exclusively, as it also includes every screen within it, meaning all option screens are included. Meaning that if I make a modification to this screen, the changes affect the other screens too, which I'd like to avoid.
Most of the other screens have their own, exclusive openborvariant:
**"in_titlescreen", detects TITLE screen (the one with PRESS START)
**"in_menuscreen", - detects MENU screen
**"in_start_game", detects GAME OVER screen <--- (Description is not accurate, based on my tests)
**"in_new_game", - detects NEW GAME screen
**"in_load_game", - detects LOAD GAME screen
**"in_options", - detects OPTIONS screen
**"in_video_options", detects VIDEO OPTIONS screen
**"in_sound_options", detects SOUND OPTIONS screen
**"in_control_options", - detects control options
**"in_system_options", detects START GAME option <--- (Description is not accurate, based on my tests)
**"in_cheat_options", - detects cheat options
**"in_halloffamescreen", detects HALL OF FAME screen
**"in_enginecreditsscreen", detects if the engine's credits is displayed, but placed the variables for it in the shutdown command so that it can be called for even if the credits is not displayed.
Is there by any chance another openborvariant not included in the list that targets exclusively the "start game"/"options"/etc screen? @Kratus , any pointers?
I've tried stuff like "in_mainmenu" and similar, but no luck.