Forum > Serverside Modding

[QUESTION] About custom movie

(1/2) > >>

Guest:
hi!everyone!
Now I want to add a new movie in game like CG,I want to it shows on account login screen  - movie menu
:
you can see CG in account login screen by click on "movie" button

AND
I tried to modify AccountLogin.xml and add a new button to show movie but failed ,new button doesn't appear and it only shows three buttons in movie menu(account login screen)

Maybe who can help me? :D

EDIT:
I had modified AccountLogin.xml:
you can see original AccountLogin.xml like:
[attachment=0:81zrtrhb]20121102180909.jpg[/attachment:81zrtrhb]
and I modify it: add button 4 for my new movie
[attachment=1:81zrtrhb]20121102181001.jpg[/attachment:81zrtrhb]

but
in game it doesn't show new button and  I don't know why

schlumpf:
Without the code you modified and how you modified it: No, nobody can help you.

Guest:

--- Quote from: "schlumpf" ---Without the code you modified and how you modified it: No, nobody can help you.
--- End quote ---
ok , :D I have edited my thread, maybe you can help me!
Thanks! ;)

schlumpf:
Use code bbcodes.

--- Quote ---
--- Code: ---hidden="true"
--- End code ---

--- End quote ---
The lua script for that interface only sets hidden to false on the fly. As the lua file does not know about your id, it will never be false.

Guest:

--- Quote from: "schlumpf" ---Use code bbcodes.

--- Quote ---
--- Code: ---hidden="true"
--- End code ---

--- End quote ---
The lua script for that interface only sets hidden to false on the fly. As the lua file does not know about your id, it will never be false.
--- End quote ---
Thanks!
but the background failed
I think the movie menu's background is

--- Code: ---<Frame name="CinematicsFrame" toplevel="true" parent="GlueParent" setAllPoints="true" enableMouse="true" enableKeyboard="true" frameStrata="DIALOG" hidden="true">
<Frames>
<Frame name="CinematicsBackground">
<Size>
<AbsDimension x="272" y="256"/>
</Size>
<Anchors>
<Anchor point="CENTER">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>

--- End code ---
And I modify <AbsDimension x="272" y="256"/> to <AbsDimension x="272" y="301"/>
but it doesn't show……
can you help me?
thanks!

Navigation

[0] Message Index

[#] Next page

Go to full version