Well, it doesnt necissarilly have to be controls. it just shows a picture. what i mean by controls, i mean like this, same basic idea. it shows the controls on how to play the game.

it shows a picture of the controls. if you want it to show something else, do the following:
1. in RDVOCAB,
RDVOCAB::NEW_GAME = "New Game" # Name for New Game.
RDVOCAB::CONTINUE = "Continue" # Name for Continue.
RDVOCAB::ARENA = "Arena" # Name for Arena.
RDVOCAB::CONTROLS = "Controls" # Name for Controls. <- change the name of this to whatever,
RDVOCAB::SHUTDOWN = "Shutdown" # Name for Shutdown.
Example:
RDVOCAB::CONTROLS = "Credits" # Name for Controls.
2.in RDCONFIG, change this name to the filename of the picture.
CONTROLS = "Controls" # Name for the controls graphic in Graphics/System <- This says what the filename should be in the graphics/system folder.
Example:
CONTROLS = "Credits" # Name for the controls graphic in Graphics/System
# Folder.
And now it will say "Credits" in the title, instead of "controls". And the png. you have in the Graphics system folder, should now be "credits"if you understand what i'm saying lol.
You can do the same with "Arena". all arena does is strat the player in a different map. so it could be unlockables, extras, quests, etc.