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: [QUESTION] Custom loginscreen  (Read 1250 times)

lawrytrix

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 22
    • View Profile
    • http://www.sunrising-network.de/
[QUESTION] Custom loginscreen
« on: July 21, 2012, 05:45:30 pm »
Hello modcraft community,

I have a problem with my login screen.

When I start WoW there appears a lua-error.

The path of the error is in the vx_vars_init.lua:
Quote
function PlayLoginMusic()
   if VX_ONMUSIC then return; end
   StopGlueMusic();

    VX_MUSICTIMER = GetTime() + <0>;
   VX_ONMUSIC = true;
   PlayMusic("Interface\LoginMusic\LoginScreen.wav");

I´ve set the seconds to zero because I don´t want any music on my login-screen for now.
There is no problem to start wow up on windows cause the lua error appears and you can push it right away but on linux there appears the error that the userinterface is broken and I should reinstall wow.

I hope anyone can help me out :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] Custom loginscreen
« Reply #1 on: July 21, 2012, 06:25:55 pm »
Well, the error is even said in the error: There is no way a < (and a >) would fit there.

Also, for disabling music, you should rather just remove the PlayMusic call.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »