-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add category optionsmenu #852 #2058
Conversation
…o add-category-optionsmenu
Enabled categories for config export menu
You mean |
Uh interesting. Definitely have to take a look at this later. |
No, I don't. Using $ would mean the clients receive the localized string from the server. |
Ah I see, my bad! |
You made me double check the macro I used though - turns out I did use the wrong one. Fixed now. |
Hehe, glad I helped 🍌 |
@@ -267,5 +267,8 @@ | |||
<Czech>Přidá možnost interakce pro otevření dvěří a umistňovat žebříky na budovy. (Poznámka: Použití této možnosti snižuje výkon při otevírání pomocí interakčního menu, zejména ve velkých městech.) </Czech> | |||
<Spanish>Añade las acciones de interacción para la apertura de puertas y montaje de escaleras en los edificios. (Nota: Hay un coste de rendimiento al abrir el menú de interacción, especialmente en las ciudades)</Spanish> | |||
</Key> | |||
<Key ID="STR_ACE_Interact_Menu_Category_InteractionMenu"> | |||
<English>Interaction Menu</English> | |||
</Key> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Polish>Menu interakcji</Polish>
Conflicts: addons/optionsmenu/functions/fnc_serverSettingsMenuUpdateList.sqf addons/optionsmenu/functions/fnc_settingsMenuUpdateList.sqf
It would be great to see options menu in CBA :) |
Adding a new category is done through adding the following attribute to a settings entry:
category = "STR_ACE_Module_Category";
Obviously replace module by whatever module the setting belongs to and add the string to the stringtable entry with necessary translations. No other requirements.