Jump to content

Question

Posted

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

 

31w_CGdo.png

 

Also You use rates which have some background image what is it's "url"?

15 answers to this question

Recommended Posts

  • 0
Posted (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 by Tessa
  • 0
Posted

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.

  • 0
Posted

"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>
  • 0
Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock