Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: Mossan on March 03, 2014, 07:19:06 pm

Title: [QUESTION] Login screen animation.
Post by: Mossan on March 03, 2014, 07:19:06 pm
Hello :) Can anymore from these good peoples writed here how to make a wow login screen ? (Animated) :)

Sorry for my bad Eng. :D

Very thanks.
Title: Re: [QUESTION] Login screen animation.
Post by: schlumpf on March 03, 2014, 07:59:41 pm
animated as in textures or models?
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 03, 2014, 08:02:03 pm
I think textures. Like a grass, bamboo and water. :)

Btw : I am new at the world of the animations, programming and desing. So reserve please xD
Title: Re: [QUESTION] Login screen animation.
Post by: Skarn on March 04, 2014, 06:08:22 am
If you want a blizzlike loginscreen you should make an animated m2 model. You can also use Mordred's login screen system which allows to spawn models on it. There also was a script for making a blp  sequence.
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 06:53:11 am
Thanks but i can't find EditBox.. Only one text document what can't be openened with java.
Title: Re: [QUESTION] Login screen animation.
Post by: Skarn on March 04, 2014, 09:12:02 am
What? LUA has nothing to do with java.
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 03:35:18 pm
How i sayed.. I am not proffesional :D so I don't know how it works. :/
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 04:44:49 pm
Ok.. I now know how do that :D
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 04:45:38 pm
And how works the Morder's system ? I have his GlueXML. What now ?
Title: Re: [QUESTION] Login screen animation.
Post by: Skarn on March 04, 2014, 04:46:31 pm
Dude, just read the tutorial. Everything is explained very well there. If you have any particular problems - ask.
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 04:47:40 pm
Ok master. :D
Title: Re: [QUESTION] Login screen animation.
Post by: Alastor on March 04, 2014, 04:48:16 pm
Quote from: "Skarn"
There also was a script for making a blp  sequence.
That sounds good, can you send me link please ?
Title: Re: [QUESTION] Login screen animation.
Post by: Dottore on March 04, 2014, 04:53:07 pm
Everything you need is in the tutorial..
Don't forget that you need a special wow.exe before you do anything with the xml files.
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 05:11:53 pm
What ? Special wow.exe ? O.o Where i get it ? :D
Title: Re: [QUESTION] Login screen animation.
Post by: Skarn on March 04, 2014, 05:16:45 pm
Quote from: "dahaga"
Quote from: "Skarn"
There also was a script for making a blp  sequence.
That sounds good, can you send me link please ?
Sure.
viewtopic.php?f=9&t=5549&hilit=sequence (http://modcraft.io/viewtopic.php?f=9&t=5549&hilit=sequence" onclick="window.open(this.href);return false;)
It's somewhere in this thread.
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 05:23:20 pm
And.. I have one question.. How to open .lua file ? :D
Title: Re: [QUESTION] Login screen animation.
Post by: Skarn on March 04, 2014, 06:12:41 pm
Text editor...
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 06:41:29 pm
Oh ok. So i only need full GlueXML because the file what i must have to edit. I don't have at download link from Mordred.

(sorry for my Questions :(   )
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 07:11:30 pm
Ok i have all files what i need.. Very thanks to all helping guys :)
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 07:50:50 pm
I have one problem.. I don't know how to add model into the lua.. I have selected model. And in turtorial i can't find it. Someone helps please ?
Title: Re: [QUESTION] Login screen animation.
Post by: Dottore on March 04, 2014, 07:56:03 pm
Quote from: "Mossan"
What ? Special wow.exe ? O.o Where i get it ? :D
Yes you need a modified wow.exe because the original one has gluexml check in it and if you modify anything in the gluexml file you get an error.
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 07:58:57 pm
Yes i know and i have it now.. :D But i have problem with adding object into the screen.
Title: Re: [QUESTION] Login screen animation.
Post by: Dottore on March 04, 2014, 08:01:20 pm
Use this little tool just place it in the folder where gluexml and other files are located and launch the game.
You also need the path of the model you want to add.
You can find the tool here: http://depositfiles.com/files/x085iqjpw
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 04, 2014, 08:05:57 pm
Oh yea thanks :) And one last question. :D Where can i find a patch ? I know at the WMV. I have selected model. What now ? :D
Title: Re: [QUESTION] Login screen animation.
Post by: Skarn on March 04, 2014, 08:28:00 pm
Search in the logfile. But I type them manually.
Title: Re: [QUESTION] Login screen animation.
Post by: Dottore on March 04, 2014, 08:58:42 pm
I always type them manually too.
Title: Re: [QUESTION] Login screen animation.
Post by: stoneharry on March 05, 2014, 01:34:41 am
GlueXML folder contains the vast majority of game code for before you get in game (interface, display, logic flow, etc).

GlueXML modifications will not be accepted without a modified WoW binary (you will get told your files are corrupt without the necessary modification as the integrity check fails).

All models in WoW 3.3.5a and below are M2's. a M2 file has a documented strict structure that has support for many things, such as lights, animation, textures, bones, and so on.

The account login page is rendered through Lua and XML code in the GlueXML files. The background is several M2 files which are rendered as models.

You can define and render more models which is explained in Mordred's code. The correct way would be to make a new M2 from scratch, but this is not really feasible due to the difficulty in producing a working M2 how you want with animation. We lack any good tools nor automation.

That's the general overall process, resources have already been linked to. The best way to learn is to try it and experiment, see what happens.
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 05, 2014, 07:27:03 am
Yea thanks :) But I have one another problem.. I wanna to make a full HD picture from wow. How can i do it ? Or picture with good quality. (I have Gimp) ? Thanks. :)
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 05, 2014, 02:58:37 pm
And other question. How i find manual object's/model's path ?
Title: Re: [QUESTION] Login screen animation.
Post by: Mossan on March 05, 2014, 03:30:54 pm
Ok. I have all but one not. Where i write the path of the model if i have a selected model and positions ?