Sega had done all this and wants to know how to set the game rooms to be created verticle?
Anyone know how?
Thanks
Sega had done all this and wants to know how to set the game rooms to be created verticle?
Anyone know how?
Thanks
Its ASM work but I don't know exactly how.
Edit
You need to modify ZRoomListBox::OnDraw.
The ROOMLIST name is Lobby_StageList (default.mrs > lobby.xml).
Last edited by x1nixmzeng; 16-08-09 at 05:12 PM.
So, change the height and width?
Looks a bit messed up =o
I prefer the original.
Last edited by mcsic; 16-08-09 at 07:07 PM.
To my knowladge you don't need to do any ASM work. Try lowering the width of the listbox. it has a default width of 640x320 if I remember correctly. Make it smaller to the width of the box, it should automatically append to the next line.
I believe they still load normally, it just changes the size.
Some stuff you do need to do ASM To move. And, as you can see from looking in lobby.xml, theres only one coordinate for the room.
Notice, how if you move the game list to the bottom, the rooms move with it.
Last edited by Nobody666; 16-08-09 at 11:00 PM.
Yup they move in a group if you change the size it will just make game room 1 start at the point of change but game room 2 will still be tiled horizontal ive tried a few times and im guessing it is ASM