PDA

View Full Version : Moving the Button Bar



Erin Righ
February 24th, 2018, 23:44
Is it possible to move the buttons down the right side of the screen to the left side of the screen, essentially flipping the screen, so buttons = left, Chat = right?

Andraax
February 24th, 2018, 23:49
Well, in many rulesets, you can move the chat box (unlock, drag to new location, lock). Don't think you can move the button bar, however.

LordEntrails
February 25th, 2018, 00:18
With an extension. I don't know of any rulesets themselves that have the option.

damned
February 25th, 2018, 00:24
I dont believe that this is an option in any of the code.

Nickademus
February 25th, 2018, 04:32
You could move the panels that holds the sidebar and chat with an extension. It's a lot of code though as all the panels might have dependencies.

Erin Righ
February 25th, 2018, 05:02
Thanks guys looks like I'll just have to live with it

Ken L
February 25th, 2018, 12:07
Yes you can, it's pretty easy. You only need to worry about dependencies if you're changing panels and their references. All you need to do is change the absolute positioning of the panels in CoreRPG/Desktop/desktop_panels.xml, note that that's the rough path off the top of my head. Find the chat window panel and adjust the positioning as needed. See the sidebar positioning as a reference.

Source: I embedded the sidebar into the chat panel in my games.

Erin Righ
February 25th, 2018, 18:37
You make that sound easy, I have no idea how to do that lol