3rd Toolbar (Inspired by Smoki)

Skyyyr

Member
Smoki's original post here: Smoki's post

I've made a 3rd toolbar row that allows you to hide or unhide it, and comes with similar features but more postures, and cycle target inward/outward.

A link to the demo video here:
Demo Video

If you want to modify your ui_styles.inc yourself here are the coordinates, if not ignore this part and go straight to installation instructions.


XML:
                <ImageStyle
                    Name='cycletargetinward'
                    Source='ui_rebel_icons'
                    SourceRect='304,50,322,71'
                />
                <ImageStyle
                    Name='cycletargetoutward'
                    Source='ui_rebel_icons'
                    SourceRect='350,50,368,71'
                />

Remember where you put those (Should be 2 locations). Then update this code in the ui_ground_hud_toolbar.inc which is starting on line 388

XML:
            <Button
                BackgroundColor='#FFFFFF'
                cmdname='CMD_cycleTargetsInwardAll'
                Icon='/Styles.Icon.[UPDATE THIS].cycletargetinward'
                Location='354,2'
                Name='33'
                RStyleDefault='/Styles.Icon.neutral.rs_default'
                ScrollExtent='30,30'
                Size='30,30'
                Style='/Styles.buttons.buttonBar.all.style'
                Tooltip='/ui action cycleTargetInward'
            ></Button>
            <Button
                BackgroundColor='#FFFFFF'
                cmdname='CMD_cycleTargetsOutwardAll'
                Icon='/Styles.Icon.[UPDATE THIS].cycletargetoutward'
                Location='386,2'
                Name='34'
                RStyleDefault='/Styles.Icon.neutral.rs_default'
                ScrollExtent='30,30'
                Size='30,30'
                Style='/Styles.buttons.buttonBar.all.style'
                Tooltip='/ui action cycleTargetOutward'
            ></Button>

Remove [UPDATE THIS] and replace it with wherever your put the icons.


To install:
1. place inside your client directory inside a /ui folder. The contents have been zipped inside a ui folder for you, simply drag and drop the UI folder into your client directory.

To remove:
1. Simply delete your ui folder inside your client directory.



Feel free to use this on your server or just for yourself, any questions or comments lmk.
 

Attachments

Is it possible to modify this to change the tab switching from the left side arrows to buttons below?

1268
 
Back
Top