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
-
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.
-
animated as in textures or models?
-
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
-
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.
-
Thanks but i can't find EditBox.. Only one text document what can't be openened with java.
-
What? LUA has nothing to do with java.
-
How i sayed.. I am not proffesional :D so I don't know how it works. :/
-
Ok.. I now know how do that :D
-
And how works the Morder's system ? I have his GlueXML. What now ?
-
Dude, just read the tutorial. Everything is explained very well there. If you have any particular problems - ask.
-
Ok master. :D
-
There also was a script for making a blp sequence.
That sounds good, can you send me link please ?
-
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.
-
What ? Special wow.exe ? O.o Where i get it ? :D
-
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.
-
And.. I have one question.. How to open .lua file ? :D
-
Text editor...
-
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 :( )
-
Ok i have all files what i need.. Very thanks to all helping guys :)
-
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 ?
-
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.
-
Yes i know and i have it now.. :D But i have problem with adding object into the screen.
-
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
-
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
-
Search in the logfile. But I type them manually.
-
I always type them manually too.
-
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.
-
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. :)
-
And other question. How i find manual object's/model's path ?
-
Ok. I have all but one not. Where i write the path of the model if i have a selected model and positions ?