Gam3Master Posted June 20, 2016 Posted June 20, 2016 Hello. Can anyone tell me how to make text on images inside game? I saw this topic with awesome community board design http://www.maxcheaters.com/topic/194081-community-board/ And I want to make table with this header like on this image Also You use rates which have some background image what is it's "url"? Quote
0 Gam3Master Posted June 20, 2016 Author Posted June 20, 2016 i think i can make this html Yes but can you tell how to write text on background like that? Quote
0 tazerman2 Posted June 20, 2016 Posted June 20, 2016 first the background image is custom and i try to make this community is easy but is big code Quote
0 tazerman2 Posted June 20, 2016 Posted June 20, 2016 yeap but for make some like this need first make 3,4 background image Quote
0 Tryskell Posted June 20, 2016 Posted June 20, 2016 Those looks like simple buttons (even the golden squared ones). You can also log with L2PHX and get the complete packet structure from here. Quote
0 Tessa Posted June 20, 2016 Posted June 20, 2016 (edited) The table headers are probably buttons, because the "background" property doesn't work on interlude, and the left top image is just... image. :lol: Use this guide to export the images and see their names: http://www.progamercity.net/lineage-guides/1491-guide-unreal-model-viewer-how-get-textures-package-utx-ukx.html Edited June 20, 2016 by Tessa Quote
0 tazerman2 Posted June 20, 2016 Posted June 20, 2016 all work in all client if you know look here http://m.imgur.com/a/dlozb Quote
0 Tryskell Posted June 20, 2016 Posted June 20, 2016 all work in all client if you know look here http://m.imgur.com/a/dlozb It's basic formatting, table on table on table... If you're lazy, L2PHX it on whatever server you saw that, if you aren't, simply pick time and //reload htm often. Quote
0 Gam3Master Posted June 21, 2016 Author Posted June 21, 2016 I would use l2phx but, I don't know server which uses htm like this, I saw only picture and I liked it. Quote
0 Tessa Posted June 21, 2016 Posted June 21, 2016 You do better read a quick guide about html... especially the tables part. Quote
0 `NeverMore Posted June 22, 2016 Posted June 22, 2016 (edited) OR simply leach it from sunrise Edited June 22, 2016 by `NeverMore Quote
0 vampir Posted June 24, 2016 Posted June 24, 2016 "Achievement List" is simple button: <button value="Achievement List" action="bypass -h bypassValue" width=100 height=30 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"> You should replace fore and back values with IL button(or whatever you want). If you want button to do anything, you should also replace "bypassValue". "Action Name", "Status". "Action" are just 3 buttons in the table: <table cellspacing=0 cellpadding=0> <tr> <td> <button value="Achievement List" action="bypass -h bypassValue" width=100 height=30 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"> </td> <td> <button value="Status" action="bypass -h bypassValue" width=100 height=30 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"> </td> <td> <button value="Action" action="bypass -h bypassValue" width=100 height=30 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"> </td> </tr> </table> Rates are: - Background - image - table wth texts <table width=300 height=150 background="L2UI_CT1.FlightShipCtrlWnd_DF_SteerCtrl_Bg"> <tr><td width=300 height=10><br></tr> <tr> <td align=center> <img src="L2UI_CH3.map_Moon" width=32 height=32> </td> </tr> <tr> <td align=center> <br> <table width=300> <tr> <td width=150> <font color=666666>XP Rate : </font><font color=333333>x25</font> </td> <td width=150> <font color=666666>Drop Rate : </font><font color=333333>x15</font> </td> </tr> <tr> <td width=150> <font color=666666>SP Rate : </font><font color=333333>x25</font> </td> <td width=150> <font color=666666>Adena Rate : </font><font color=333333>x15</font> </td> </tr> </table> </td> </tr> </table> Quote
0 SweeTs Posted June 24, 2016 Posted June 24, 2016 The problem is, on Interlude you can't add background image to the table, background tag is 'missing'. Else, somehow, you know how to add image under table and then override it with text. Quote
Question
Gam3Master
Hello. Can anyone tell me how to make text on images inside game?
I saw this topic with awesome community board design
http://www.maxcheaters.com/topic/194081-community-board/
And I want to make table with this header like on this image
Also You use rates which have some background image what is it's "url"?
15 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.