[HELP] notice script file name?

07/06/2011 08:07 otionpark2#1
[Only registered and activated users can see links. Click Here To Register...]


Notice with respect to modifying the image side, except to modify the descriptors
Scripter to modify any files in the folder should I do?

Notice the window in the following definition doeitneunde imaegtable.txt.
[notice,1,UI\Game\notice\notice.dds,0,0,353,173,0,0 ,0,0,공지작성창]
[notice,2,UI\Game\notice\notice.dds,0,174,352,133,0 ,0,0,0,공지창]
Defined [notice, 1], [notice, 2] want to know which file descriptors this part.
Thank you much advice.
07/07/2011 07:12 michaelmelzer1#2
You have to search in the data/script/ui/gmtool Folder for the notice Script,

1) In the ui_gmmessagewnd.txt you will find this :

screen notice
index 2

Imagetable : notice,2,UI\Game\notice\notice.dds,0,174,352,133,0 ,0,0,0,

This is the Mainwindow in which you type the Notice

2) In ui_gmtoolwnd.txt you will find this:

screen notice
index 1

Imagetable : notice,1,UI\Game\notice\notice.dds,0,0,353,173,0,0 ,0,0,

This is the Announcement Window the Players see on the Screen

The texture File is in data\texture\UI\Game\notice\notice.dds

:-)

[Only registered and activated users can see links. Click Here To Register...]