Log in

View Full Version : [Interface] Move chatbox to right side.



MassDivide
01-29-2014, 06:04 PM
This makes it very hard to see what my vaultboy is saying!

https://i.imgur.com/ETQkjYZ.png

So how about we move the chatbox to the right side of the screen? ;)

Volumed
01-29-2014, 06:51 PM
You will be able to place and resize the chat box yourself in later builds I don't when Rob is going to do this but I think when he got time. It's not importent for this stage.

foxtacles
01-30-2014, 11:44 AM
This can be done already (in-game with T and the mouse, or via a script - SetWindowPos, SetWindowSize and GetPlayerChatboxWindow)

MassDivide
01-30-2014, 11:37 PM
Awesome, where should the callback be placed?
Also since there is no documentation regarding these callbacks what is the varibles used?


SetWindowPos(id,x,y); i assume?