Is it possible to add and/or reposition section dividers in the Command Menus when adding a number of additional commands to say, the ship's Navigation Menu?
[ external image ]
Add Section Dividers to Command Menus?
Moderators: Moderators for English X Forum, Scripting / Modding Moderators, Moderators for the X3:FL Forums
-
akeelah
- Posts: 231
- Joined: Fri, 14. Mar 08, 17:01

Add Section Dividers to Command Menus?
Universal Cargo Transfer (UCarT) -- Unleash the power of your Transporter Device!
-
Cycrow
- Moderator (Script&Mod)

- Posts: 22471
- Joined: Sun, 14. Nov 04, 23:26

Re: Add Section Dividers to Command Menus?
you can use the command
to adjust the order of the commands for each menu
you can separate each group in a separate array, and a separator will be added between them
Code: Select all
add command override order: menu=<Menu>, commands=<Array>
you can separate each group in a separate array, and a separator will be added between them
-
akeelah
- Posts: 231
- Joined: Fri, 14. Mar 08, 17:01

Re: Add Section Dividers to Command Menus?
Very interesting. Thank you.
Where is this command to be used, in a setup script? If so, will any setup script for any command in a given Command Menu work?
The 'Menu' parameter is presumably the integer ID for the Command Menus (1=Nav, 2=Combat, 3=Trade, etc.), is that right?
Where is this command to be used, in a setup script? If so, will any setup script for any command in a given Command Menu work?
The 'Menu' parameter is presumably the integer ID for the Command Menus (1=Nav, 2=Combat, 3=Trade, etc.), is that right?
Universal Cargo Transfer (UCarT) -- Unleash the power of your Transporter Device!
