Modcraft - The community dedicated to quality WoW modding!

Content creation => Texturing and 2D Art => Topic started by: Serifaz on April 24, 2012, 05:12:34 pm

Title: [TUTORIAL] [SHOWOFF] Retexture of Mordreds Login screen
Post by: Serifaz on April 24, 2012, 05:12:34 pm
Hey guys I was just messing around and made a holy version of Mordreds login screen from his tutorial.
Hope you guys like it ;)


(http://i104.photobucket.com/albums/m185/Serifas/WoWScrnShot_042412_080417.jpg)

I first took a screen shot in game for the background which is the chapel in stormwind.
Besides that, all I did was open the GlueXML/vx_vars_init.lua
and changed the model size of model 2 to -0.20 ... that re sizes the crusader you see to the left.
It will make it appear as if he is further away, if you re sizes him lower.

Then I changed , under function PlayBackgroundModels.
from SpiritHealerRed\SpiritHealer.m2 to SPIRITHEALER\SpiritHealer.m2
then I retextured the scarlet crusader to look like it is wearing the argent dawn tabard.
and recolored the scarlet crusader model to be gold and silver instead of red.
and then the shield shoulders and helmate models I retextured to silver and gold.
I
The path for all the textures is...
Shield = ItemObjectComponentsShieldShield_Crest_A_01Crusader.blp
Helm = itemObjectComponentsHeadHelm_Plate_A_01Crusader.blp
Shoulders = itemObjectComponentsShoulderShoulder_Plate_A_01Crusader.blp
Scarlet Crusader = CreatureTempScarletCrusaderHeavyScarletCrusaderHeavySkin.blp
The textures for the buttons can be found in the interffaceGLUESCOMMON folder

and thats about it... Keep in mind the part that took me the longest was finding a good picture for the background.
so it may take you a while to possition it correctly.
if you are trying to change models and there possitions just open  GlueXML/vx_vars_init.lua
Title: Re: [SHOWOFF] Retexture of Mordreds Login screen
Post by: Putte08 on April 24, 2012, 05:49:56 pm
Looks cool. I've got to try doing a login screen too after this.
Title: Re: [SHOWOFF] Retexture of Mordreds Login screen
Post by: stoneharry on April 24, 2012, 06:36:22 pm
How did you render those models? Whenever I tried anything other than spirit healer they had no textures.
Title: Re: [SHOWOFF] Retexture of Mordreds Login screen
Post by: Serifaz on April 24, 2012, 07:49:38 pm
hey stoneharry...
Ill make a tutorial on how I did it in the original post right now ;)
Title: Re: [SHOWOFF] Retexture of Mordreds Login screen
Post by: stoneharry on April 24, 2012, 07:54:35 pm
Quote from: "Serifaz"
hey stoneharry...
Ill make a tutorial on how I did it in the original post right now ;)

Okay, thanks. :)
Title: Re: [SHOWOFF] Retexture of Mordreds Login screen
Post by: Serifaz on April 24, 2012, 08:08:37 pm
Tutorial is in