Jump to content
  • 0

BGM on by default


Maxlam

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  78
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

Hello there !

There is my problem : when I'm logging on my server, there isn't any music on background/game. Then, I'm going online in the "option" menu and put BGM/Effects on. Then music is working and if I'm changing character, background music is working too.

Problem : When I'm closing and reopening the game, BGM/Effects is off. What do I have to do ? (Lua, Client, Other ?)

Thanks and have a great night,

Maxlam

Edited by Maxlam
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  105
  • Reputation:   10
  • Joined:  01/01/12
  • Last Seen:  

what client did you use?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  78
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

Well, right now I'm using 11-01-2011 I think so.

But anyways, I tried 5 others clients without help.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  105
  • Reputation:   10
  • Joined:  01/01/12
  • Last Seen:  

have you check on the bgm and slide it to full in new setup.exe (blue ghostring)?

if yes, then it may be OptionInfo.LUA which not properly saved. (it inside folder "savedata")

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  78
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

The setup is working fine on this side;

But into the OptionInfo.Lua, wich part is it ?

BGM and Effect are at "100".

EDIT : I just put /BGM and /Effect to 1. Working fine, Thanks !!!

Edited by Maxlam
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  105
  • Reputation:   10
  • Joined:  01/01/12
  • Last Seen:  

iam not sure about this, it has 4 part of option settings (CmdOnOffOderList, CmdOnOffList, CmdHelpList and OptionInfoList)

but i think there are 2 parts that control sound setting,

first

CmdOnOffList = {
["/bgm"] = 1,
["/sound"] = 1,
}

and the second

OptionInfoList = {
["Bgm_Volume"] = 100,
["Effect_Volume"] = 100,
["PlaySound_Open1to1Window"] = 1,
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...