This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [RELEASE] Easy Loginscreen  (Read 37936 times)

Lÿn

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 4
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #30 on: January 30, 2015, 12:36:49 am »
Hello, Its me again ...
I have a little problem with your file , I can connect to the logon and Create a characters but after when i connect to world the client crash with a message: interface corrupted.
First i have think its because i have include my file , so i have try your file on a clean wow , and its the same , Any idea ?
Thanks a lot

Edit : Its ok , Just forget addon folder...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amokossi

  • Registred Member
  • MWCS Enthusiast
  • *****
  • Posts: 1
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #31 on: February 17, 2015, 11:07:11 pm »
Hi Guys,

can someone do an example (please tested to work ;) ) how to use 2 scenes? If set "max_scenes = 2" and add a model with SceneID "2". I gat an error.

models part look like this:

ModelList = {
        max_scenes = 2,                    
        fade_duration = 1,            
        sceneData = {
                {10,"7.blp"}
  },

-- Scene: 1
        {1, 4.727, 2.490, -8.000, 5.046, 0.392, 1.000, _, 13, 1, 1, "Creature/Epicdruidflighthorde/epicdruidflighthorde.m2", _, _},
        {1, 2.200, 1.600, -8.000, 0.900, 0.400, 1.000, _, 22, 1, 1, "Creature/Epicdruidflightalliance/epicdruidflightalliance.m2", _, _}
}



Do I just need to add 1 line under my models section and name the SceneID "2" and set maxScenes to "2"??

Sampple would be really nice.


Amokossi
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

osler

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #32 on: March 08, 2015, 03:38:45 pm »
I have been using this for a few days and so far it is amazing, although I am unable to use images bigger than 1024*1024 as backgroud.
Is there any way to use a 1920*1080 image or any other resolution bigger than 1024*1024?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Eponyx

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 17
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #33 on: March 08, 2015, 04:59:18 pm »
How come when I use this the borders up and down are not filled in with my background? Here's a example of what I mean... I tried everything to fix this but I couldnt..

Tnx

« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Eponyx

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 17
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #34 on: March 08, 2015, 05:47:32 pm »
Here's a list of 5064 MDX's you can use. I havent tested them all (duh), but most should work. These are ready to be used, just copy/paste them into your login sence and relocate them with the toolbar.

edit; file fixed.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Eponyx

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 17
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #35 on: March 08, 2015, 10:26:07 pm »
Here's my login screen for my upcoming project.

All feedback is welcome.

[media:33rvqrrv]http://youtu.be/CXhVHUGwVlo[/media:33rvqrrv]
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Eponyx

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 17
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #36 on: March 29, 2015, 05:20:54 pm »
is there any way to make this work for the char. selection screen aswell? :>
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Nathrezimcz

  • Registred Member
  • MS Paint Freak
  • *****
  • Posts: 3
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #37 on: March 30, 2015, 11:41:33 pm »
Does it work for 6.1.1. ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

mariobox

  • Registred Member
  • Race Changer
  • *****
  • Posts: 36
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #38 on: April 02, 2015, 01:46:40 am »
Quote from: "Eponyx"
How come when I use this the borders up and down are not filled in with my background? Here's a example of what I mean... I tried everything to fix this but I couldnt..

Tnx


got the same problem as this guy, anyone knows?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

osler

  • Contributors
  • Polygonshifter
  • *****
  • Posts: 59
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #39 on: April 02, 2015, 01:44:01 pm »
Quote from: "mariobox"
Quote from: "Eponyx"
How come when I use this the borders up and down are not filled in with my background? Here's a example of what I mean... I tried everything to fix this but I couldnt..

Tnx


got the same problem as this guy, anyone knows?

Try to remove the following code in LoginScene.lua
Code: [Select]
LoginScreenBlackBoarderTOP = AccountLogin:CreateTexture(nil,"OVERLAY")
LoginScreenBlackBoarderTOP:SetTexture(0,0,0,1)
LoginScreenBlackBoarderTOP:SetHeight(500)
LoginScreenBlackBoarderTOP:SetPoint("BOTTOMLEFT", LoginScene, "TOPLEFT", 0,0)
LoginScreenBlackBoarderTOP:SetPoint("BOTTOMRIGHT", LoginScene, "TOPRIGHT", 0,0)

LoginScreenBlackBoarderBOTTOM = AccountLogin:CreateTexture(nil,"OVERLAY")
LoginScreenBlackBoarderBOTTOM:SetTexture(0,0,0,1)
LoginScreenBlackBoarderBOTTOM:SetHeight(500)
LoginScreenBlackBoarderBOTTOM:SetPoint("TOPLEFT", LoginScene, "BOTTOMLEFT", 0,0)
LoginScreenBlackBoarderBOTTOM:SetPoint("TOPRIGHT", LoginScene, "BOTTOMRIGHT", 0,0)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Eponyx

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 17
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #40 on: April 02, 2015, 02:08:37 pm »
That did fix the border issue, however the effects and whatnot are only displayed untill the border.
Here's a picture, you'll see what I mean. I'm going to stick with the borders, it doesn't bother me to much.

« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Soldan

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 159
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #41 on: June 25, 2015, 06:58:35 pm »
Quote from: "osler"
I have been using this for a few days and so far it is amazing, although I am unable to use images bigger than 1024*1024 as backgroud.
Is there any way to use a 1920*1080 image or any other resolution bigger than 1024*1024?

Creatue a custom m2 with a plane, UV it.

I used a skybox, and added alpha renderflags to a custom plane, which let me have a moving sky background behind mountains.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

UncleChristiof

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #42 on: July 11, 2015, 10:50:00 am »
Does it works on 5.4? Maybe someone have the wow.exe for that version? :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

blizzblack

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 5
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #43 on: July 28, 2015, 08:13:31 am »
Hello very good tool but I I have a problem. I can not reproduce the sound.
local login_music_path = "Sound/Music/CityMusic/Orgrimmar/orgrimmar_intro-moment.mp3"
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

darkvexen

  • Registred Member
  • Wiki Incarnate
  • *****
  • Posts: 166
    • View Profile
Re: [RELEASE] Easy Loginscreen
« Reply #44 on: August 06, 2015, 05:12:39 am »
Quote from: "Mordred"
Update:
-Added a section on how to change the buttons.
-Made my own loginscreen which I used to try some stuff with scenescripts.

You can see a video about it here:
[media:33sza2d7]https://www.youtube.com/watch?v=cjgYYkjuzNU[/media:33sza2d7]
Some facts:
The rain and music are on their own sound-channels, ambience and music.
The thunder and lightning are randomly created
The Scenescript part of this loginscreen has more lines than the code for the actual loginscreen.


And also the creation process:
Creation Album

And the last thing, of course, the download:
DOWNLOAD

~Mordred

This...this is absolutely amazing! It tells a story in just a few minutes. Fine work!
« Last Edit: January 01, 1970, 01:00:00 am by Admin »