Use photoshop to see what RGB things you want
In my opinion this isn't to good because I can't really think of what looks better then the current choices but some may want to do this. Its quite easy but some people may not know how to do it.
In default.mrs theirs XML files by the name "Stage", "lobby", etc. So in this tut i'll just use changing the level color in lobby as an example.
Open "Lobby.xml" and search for "Lobby_PlayerSpecLevel". This will show up
So change the<!-- Label : 플레이어 상세정보 표시(Level) -->
<LABEL item="Lobby_PlayerSpecLevel" parent="Lobby">
<FONT>FONTa9</FONT>
<TEXTCOLOR>
<R>205</R>
<G>205</G>
<B>205</B>
</TEXTCOLOR>
To what you want. For example if you want it to be a yellow color you'd change it to<R>205</R>
<G>205</G>
<B>205</B>
So ingame it will change it from<R>227</R>
<G>225</G>
<B>56</B>
to
You can do that to change text in Lobby, game room, shop, etc. To change it in the game room use Stage.xml. To change it in the shop use Shop.xml.




Reply With Quote![[Tut]Changing colors in lobby/game room/etc](http://ragezone.com/hyper728.png)



